diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-01-02 08:54:13 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-01-02 08:54:13 +0000 |
commit | 3d0dcc46ab28c7878935e64dfe02556912e62702 (patch) | |
tree | 181d1b6872876f32cf58ed1d2d107df2d1644a6a /irc | |
parent | 47f7062f8daf1af7f064d90f971d4749a42363e2 (diff) | |
download | ports-3d0dcc46ab28c7878935e64dfe02556912e62702.tar.gz ports-3d0dcc46ab28c7878935e64dfe02556912e62702.zip |
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
Notes
Notes:
svn path=/head/; revision=181262
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bitlbee-otr/Makefile | 4 | ||||
-rw-r--r-- | irc/bitlbee/Makefile | 4 | ||||
-rw-r--r-- | irc/scrollz/Makefile | 1 | ||||
-rw-r--r-- | irc/weechat-devel/Makefile | 3 | ||||
-rw-r--r-- | irc/weechat/Makefile | 3 |
5 files changed, 9 insertions, 6 deletions
diff --git a/irc/bitlbee-otr/Makefile b/irc/bitlbee-otr/Makefile index ef24de012494..d33ac2043899 100644 --- a/irc/bitlbee-otr/Makefile +++ b/irc/bitlbee-otr/Makefile @@ -7,7 +7,7 @@ PORTNAME= bitlbee PORTVERSION= 1.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc MASTER_SITES= http://get.bitlbee.org/src/ @@ -39,7 +39,7 @@ PATCHFILES+= ${PORTNAME}-1.0-ldap.diff .endif .if !defined(WITHOUT_MSN) -LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--msn=1 .else CONFIGURE_ARGS+=--msn=0 --ssl=bogus diff --git a/irc/bitlbee/Makefile b/irc/bitlbee/Makefile index ef24de012494..d33ac2043899 100644 --- a/irc/bitlbee/Makefile +++ b/irc/bitlbee/Makefile @@ -7,7 +7,7 @@ PORTNAME= bitlbee PORTVERSION= 1.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc MASTER_SITES= http://get.bitlbee.org/src/ @@ -39,7 +39,7 @@ PATCHFILES+= ${PORTNAME}-1.0-ldap.diff .endif .if !defined(WITHOUT_MSN) -LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--msn=1 .else CONFIGURE_ARGS+=--msn=0 --ssl=bogus diff --git a/irc/scrollz/Makefile b/irc/scrollz/Makefile index e571e2ca422f..c770e9cab5b2 100644 --- a/irc/scrollz/Makefile +++ b/irc/scrollz/Makefile @@ -7,6 +7,7 @@ PORTNAME= scrollz PORTVERSION= 1.9.98.1 +PORTREVISION= 1 CATEGORIES= irc ipv6 MASTER_SITES= ftp://ftp.scrollz.com/pub/ScrollZ/source/ \ ftp://ftp.du.se/pub/mirrors/ScrollZ/source/ diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile index 9c9c918d9953..09e83d6d69ed 100644 --- a/irc/weechat-devel/Makefile +++ b/irc/weechat-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= weechat PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://flashcode.free.fr/flashtux/weechat/ \ http://weechat.flashtux.org/download/ @@ -58,7 +59,7 @@ PLIST_SUB+= RUBY="@comment " .if defined(WITH_GNUTLS) CONFIGURE_ARGS+= --enable-gnutls -LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+= --disable-gnu-tls .endif diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile index 9c9c918d9953..09e83d6d69ed 100644 --- a/irc/weechat/Makefile +++ b/irc/weechat/Makefile @@ -7,6 +7,7 @@ PORTNAME= weechat PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://flashcode.free.fr/flashtux/weechat/ \ http://weechat.flashtux.org/download/ @@ -58,7 +59,7 @@ PLIST_SUB+= RUBY="@comment " .if defined(WITH_GNUTLS) CONFIGURE_ARGS+= --enable-gnutls -LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+= --disable-gnu-tls .endif |