Friday, May 26, 2017

Re: update: net/bitlbee

As Stuart pointed out, add the MODPY_RUNDEP = No setting.

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/bitlbee/Makefile,v
retrieving revision 1.58
diff -u -p -r1.58 Makefile
--- Makefile 19 Jul 2015 08:22:14 -0000 1.58
+++ Makefile 26 May 2017 19:21:38 -0000
@@ -2,8 +2,7 @@

COMMENT= IRC proxy to connect to AIM, ICQ, Jabber and Yahoo

-DISTNAME= bitlbee-3.4
-REVISION= 0
+DISTNAME= bitlbee-3.5.1
CATEGORIES= net

HOMEPAGE= http://bitlbee.org/
@@ -13,7 +12,7 @@ MAINTAINER= Tom Doherty <tom@singleseco
# GPLv2
PERMIT_PACKAGE_CDROM= Yes

-WANTLIB += c m pthread glib-2.0 gmodule-2.0 ssl crypto
+WANTLIB += c m pthread glib-2.0 gmodule-2.0 ssl crypto intl

MASTER_SITES= http://get.bitlbee.org/src/

@@ -25,7 +24,9 @@ EXAMPLEDIR= ${PREFIX}/share/examples/bi
DOCS= ${WRKSRC}/doc/user-guide/user-guide.html
DOCDIR= ${PREFIX}/share/doc/bitlbee/

-BUILD_DEPENDS= textproc/xmlto
+BUILD_DEPENDS= textproc/libxslt
+MODULES= lang/python
+MODPY_RUNDEP= No
LIB_DEPENDS= devel/glib2

CONFIGURE_STYLE= simple
@@ -62,6 +63,9 @@ NO_TEST= Yes
pre-configure:
find ${WRKSRC} -name Makefile | \
xargs perl -pi -e 's,@\$$\(CC\),\$$(CC),g'
+
+post-build:
+ ${MAKE_PROGRAM} -C ${WRKSRC}/doc/user-guide user-guide.html

post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/bitlbee/distinfo,v
retrieving revision 1.27
diff -u -p -r1.27 distinfo
--- distinfo 13 May 2015 19:01:10 -0000 1.27
+++ distinfo 26 May 2017 19:21:38 -0000
@@ -1,2 +1,2 @@
-SHA256 (bitlbee-3.4.tar.gz) = zrrWRrv9F8gJI3QyRAOf2XDjyifowbfPhyYi53MjnV4=
-SIZE (bitlbee-3.4.tar.gz) = 761027
+SHA256 (bitlbee-3.5.1.tar.gz) = ljbX/Ynrs3VsE6mjOHc2ym1WzPZuwFgNUS8Hsh2w+mk=
+SIZE (bitlbee-3.5.1.tar.gz) = 680351

--
Michal Mazurek

No comments:

Post a Comment