diff options
author | tonio <tonio@pkgsrc.org> | 2011-11-18 21:06:19 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2011-11-18 21:06:19 +0000 |
commit | 0366901e50be6e489868b08b187c6a891e93cfb2 (patch) | |
tree | 7bf734ac5560a5c846812894d180141b9c4fb8c4 /chat/bitlbee/Makefile | |
parent | f8824abc7e3f9961688cbedaca04dbdc396a5a7e (diff) | |
download | pkgsrc-0366901e50be6e489868b08b187c6a891e93cfb2.tar.gz |
Fix problem with msn connect, reported by Frédéric Fauberteau
The patch is obtained using revisions 824 and 825 of the bitlbee repository
Diffstat (limited to 'chat/bitlbee/Makefile')
-rw-r--r-- | chat/bitlbee/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/bitlbee/Makefile b/chat/bitlbee/Makefile index f76a3b6e50c..45df1ceb959 100644 --- a/chat/bitlbee/Makefile +++ b/chat/bitlbee/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.54 2011/09/25 19:07:48 joerg Exp $ +# $NetBSD: Makefile,v 1.55 2011/11/18 21:06:19 tonio Exp $ # DISTNAME= bitlbee-3.0.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= chat MASTER_SITES= http://get.bitlbee.org/src/ MAINTAINER= tonio@NetBSD.org HOMEPAGE= http://www.bitlbee.org/ COMMENT= IRC to other chat networks gateway +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |