bump. Comments? OKs? On 11:20:02, 30.12.16, Michal Mazurek wrote: > These files are needed to be able to build additional modules, such as > bitlbee-facebook. I'll send the bitlbee-facebook port soon. > > Index: net/bitlbee/Makefile > =================================================================== > RCS file: /cvs/ports/net/bitlbee/Makefile,v > retrieving revision 1.58 > diff -u -p -r1.58 Makefile > --- net/bitlbee/Makefile 19 Jul 2015 08:22:14 -0000 1.58 > +++ net/bitlbee/Makefile 30 Dec 2016 10:17:46 -0000 > @@ -3,7 +3,7 @@ > COMMENT= IRC proxy to connect to AIM, ICQ, Jabber and Yahoo > > DISTNAME= bitlbee-3.4 > -REVISION= 0 > +REVISION= 1 > CATEGORIES= net > > HOMEPAGE= http://bitlbee.org/ > @@ -39,7 +39,7 @@ CONFIGURE_ARGS+= --bindir=${PREFIX}/libe > USE_GMAKE= Yes > MAKE_ENV= "CC=${CC}" "CFLAGS=${CFLAGS}" > FAKE_FLAGS= ETCDIR=${EXAMPLEDIR} > -FAKE_TARGET= install install-etc > +FAKE_TARGET= install install-etc install-dev > SUBST_VARS= DB_DIR > > FLAVORS = libpurple otr > Index: net/bitlbee/pkg/PLIST > =================================================================== > RCS file: /cvs/ports/net/bitlbee/pkg/PLIST,v > retrieving revision 1.16 > diff -u -p -r1.16 PLIST > --- net/bitlbee/pkg/PLIST 9 Apr 2012 15:37:52 -0000 1.16 > +++ net/bitlbee/pkg/PLIST 30 Dec 2016 10:17:46 -0000 > @@ -3,6 +3,44 @@ > @newgroup _bitlbee:509 > @newuser _bitlbee:509:_bitlbee:daemon:Bitlbee > Account:/nonexistent:/sbin/nologin > @extraunexec rm -rf ${DB_DIR}/* > +include/bitlbee/ > +include/bitlbee/account.h > +include/bitlbee/arc.h > +include/bitlbee/base64.h > +include/bitlbee/bee.h > +include/bitlbee/bitlbee.h > +include/bitlbee/commands.h > +include/bitlbee/conf.h > +include/bitlbee/config.h > +include/bitlbee/dcc.h > +include/bitlbee/events.h > +include/bitlbee/ft.h > +include/bitlbee/ftutil.h > +include/bitlbee/help.h > +include/bitlbee/http_client.h > +include/bitlbee/ini.h > +include/bitlbee/ipc.h > +include/bitlbee/irc.h > +include/bitlbee/json.h > +include/bitlbee/json_util.h > +include/bitlbee/log.h > +include/bitlbee/md5.h > +include/bitlbee/misc.h > +include/bitlbee/nick.h > +include/bitlbee/nogaim.h > +include/bitlbee/oauth.h > +include/bitlbee/oauth2.h > +include/bitlbee/otr.h > +include/bitlbee/proxy.h > +include/bitlbee/query.h > +include/bitlbee/set.h > +include/bitlbee/sha1.h > +include/bitlbee/sock.h > +include/bitlbee/ssl_client.h > +include/bitlbee/storage.h > +include/bitlbee/url.h > +include/bitlbee/xmltree.h > +lib/pkgconfig/bitlbee.pc > @man man/man5/bitlbee.conf.5 > @man man/man8/bitlbee.8 > @bin sbin/bitlbee > > -- > Michal Mazurek >
-- Michal Mazurek