diff options
author | tonio <tonio@pkgsrc.org> | 2008-04-09 18:51:30 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2008-04-09 18:51:30 +0000 |
commit | 6e05aaf1a91c0d4ee9d060b394190fc101154839 (patch) | |
tree | 94d6f6857568a81bb789e65652e2d6cf5a990992 /chat/bitlbee/Makefile | |
parent | 45d5fa7ce415c1ff8f918d5da2aadbf302324382 (diff) | |
download | pkgsrc-6e05aaf1a91c0d4ee9d060b394190fc101154839.tar.gz |
Update chat/bitlbee to 1.2
Changelog:
* Version 1.2 (released 2008-03-17) hilights:
- See 1.1.1dev and 1.1dev (Jabber module rewrite, Jabber groupchats, better
(and more secure) file format for user data, ForkDaemon mode).
- Yahoo! support in this release will hopefully still work next month.
* Development version 1.1.1dev (released 2007-11-24) hilights:
- Mostly internal changes (resolved some GPL issues, changed some parts of the
IM API).
- Support for Jabber chatrooms and an XML console.
- Support for named AIM chatrooms.
* Development version 1.1dev (released 2007-02-19) hilights:
- Many new features, enhancements, bugfixes, for example:
- Rewritten Jabber module.
- Improved file format for storing user configuration.
- ForkDaemon mode: Daemon mode without the stability problems.
Diffstat (limited to 'chat/bitlbee/Makefile')
-rw-r--r-- | chat/bitlbee/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/chat/bitlbee/Makefile b/chat/bitlbee/Makefile index 41b46ace540..74bfe10e338 100644 --- a/chat/bitlbee/Makefile +++ b/chat/bitlbee/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2008/03/03 02:19:51 jlam Exp $ +# $NetBSD: Makefile,v 1.40 2008/04/09 18:51:30 tonio Exp $ # -DISTNAME= bitlbee-1.0.4 -PKGREVISION= 1 +DISTNAME= bitlbee-1.2 CATEGORIES= chat MASTER_SITES= http://get.bitlbee.org/src/ @@ -15,11 +14,11 @@ PKG_DESTDIR_SUPPORT= user-destdir HAS_CONFIGURE= yes USE_TOOLS+= gmake pkg-config -CONFIGURE_ARGS+= --prefix=${PREFIX:Q} +CONFIGURE_ARGS+= --prefix=${PREFIX} CONFIGURE_ARGS+= --bindir=${PREFIX}/sbin -CONFIGURE_ARGS+= --etcdir=${PKG_SYSCONFDIR:Q} -CONFIGURE_ARGS+= --datadir=${DATADIR:Q} -CONFIGURE_ARGS+= --config=${STATEDIR:Q} +CONFIGURE_ARGS+= --etcdir=${PKG_SYSCONFDIR} +CONFIGURE_ARGS+= --datadir=${DATADIR} +CONFIGURE_ARGS+= --config=${STATEDIR} CONFIGURE_ARGS+= --flood=0 CONFIGURE_ARGS+= --ssl=openssl |