On Fri, May 26, 2017 at 05:32:08PM +0200, Michal Mazurek wrote:
For what it's worth, my patch[0] in early april has some additional
changes that could be merged.

0:      http://marc.info/?l=openbsd-ports&m=149174357820533&w=2

Thanks, fixed version:

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 15:30:26 -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,8 @@ 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
LIB_DEPENDS=            devel/glib2

CONFIGURE_STYLE=        simple
@@ -62,6 +62,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 15:30:26 -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


Reply via email to