aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2008-03-03 19:57:08 +0800
committernovel <novel@FreeBSD.org>2008-03-03 19:57:08 +0800
commit5cb244b7774afda3acf8f47bb665c0fdce1b6227 (patch)
tree683ed62f664c817907d3fab5b672f06abba3433f /irc
parent83062c68ed9bee1bf4b539ae24145d493bf8b9bc (diff)
downloadfreebsd-ports-gnome-5cb244b7774afda3acf8f47bb665c0fdce1b6227.tar.gz
freebsd-ports-gnome-5cb244b7774afda3acf8f47bb665c0fdce1b6227.tar.zst
freebsd-ports-gnome-5cb244b7774afda3acf8f47bb665c0fdce1b6227.zip
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING
Diffstat (limited to 'irc')
-rw-r--r--irc/bitlbee-otr/Makefile4
-rw-r--r--irc/bitlbee/Makefile4
-rw-r--r--irc/ctrlproxy/Makefile3
-rw-r--r--irc/scrollz/Makefile2
-rw-r--r--irc/weechat-devel/Makefile3
-rw-r--r--irc/weechat/Makefile3
6 files changed, 11 insertions, 8 deletions
diff --git a/irc/bitlbee-otr/Makefile b/irc/bitlbee-otr/Makefile
index b4d5af083068..1f132e8725a3 100644
--- a/irc/bitlbee-otr/Makefile
+++ b/irc/bitlbee-otr/Makefile
@@ -7,7 +7,7 @@
PORTNAME= bitlbee
PORTVERSION= 1.0.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= irc
MASTER_SITES= http://get.bitlbee.org/src/
@@ -54,7 +54,7 @@ CONFIGURE_ARGS+=--msn=0 --ssl=bogus
CONFIGURE_ARGS+=--ssl=openssl
.else
CONFIGURE_ARGS+=--ssl=gnutls
-LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls
.endif
.if defined(WITH_LDAP)
diff --git a/irc/bitlbee/Makefile b/irc/bitlbee/Makefile
index b4d5af083068..1f132e8725a3 100644
--- a/irc/bitlbee/Makefile
+++ b/irc/bitlbee/Makefile
@@ -7,7 +7,7 @@
PORTNAME= bitlbee
PORTVERSION= 1.0.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= irc
MASTER_SITES= http://get.bitlbee.org/src/
@@ -54,7 +54,7 @@ CONFIGURE_ARGS+=--msn=0 --ssl=bogus
CONFIGURE_ARGS+=--ssl=openssl
.else
CONFIGURE_ARGS+=--ssl=gnutls
-LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls
.endif
.if defined(WITH_LDAP)
diff --git a/irc/ctrlproxy/Makefile b/irc/ctrlproxy/Makefile
index b04181fd8fa4..64a791b2e2c3 100644
--- a/irc/ctrlproxy/Makefile
+++ b/irc/ctrlproxy/Makefile
@@ -8,13 +8,14 @@
PORTNAME= ctrlproxy
PORTVERSION= 3.0.5
+PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://ctrlproxy.vernstok.nl/releases/
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Flexible IRC proxy
-LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls
+LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls
USE_GNOME= glib20 gnometarget
USE_LDCONFIG= yes
diff --git a/irc/scrollz/Makefile b/irc/scrollz/Makefile
index 105ae27bea91..8a517eefcca9 100644
--- a/irc/scrollz/Makefile
+++ b/irc/scrollz/Makefile
@@ -7,7 +7,7 @@
PORTNAME= scrollz
PORTVERSION= 1.9.98.1
-PORTREVISION= 2
+PORTREVISION= 3
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 1f12490852b7..e77b4f1c799e 100644
--- a/irc/weechat-devel/Makefile
+++ b/irc/weechat-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= weechat
PORTVERSION= 0.2.6
+PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://flashcode.free.fr/flashtux/weechat/ \
http://weechat.flashtux.org/download/
@@ -74,7 +75,7 @@ PLIST_SUB+= RUBY="@comment "
.if defined(WITH_GNUTLS)
CONFIGURE_ARGS+= --enable-gnutls
-LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --disable-gnu-tls
.endif
diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile
index 1f12490852b7..e77b4f1c799e 100644
--- a/irc/weechat/Makefile
+++ b/irc/weechat/Makefile
@@ -7,6 +7,7 @@
PORTNAME= weechat
PORTVERSION= 0.2.6
+PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://flashcode.free.fr/flashtux/weechat/ \
http://weechat.flashtux.org/download/
@@ -74,7 +75,7 @@ PLIST_SUB+= RUBY="@comment "
.if defined(WITH_GNUTLS)
CONFIGURE_ARGS+= --enable-gnutls
-LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --disable-gnu-tls
.endif