aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2011-06-06 02:43:16 +0800
committernovel <novel@FreeBSD.org>2011-06-06 02:43:16 +0800
commit9f3ec28d2d39471ad12b17c53e52685915649399 (patch)
tree36aa19e619c507820268d745265fdb71b031563c /irc
parent0741e08c6552f0fab3c213fa1998e3d573017054 (diff)
downloadfreebsd-ports-gnome-9f3ec28d2d39471ad12b17c53e52685915649399.tar.gz
freebsd-ports-gnome-9f3ec28d2d39471ad12b17c53e52685915649399.tar.zst
freebsd-ports-gnome-9f3ec28d2d39471ad12b17c53e52685915649399.zip
Chase security/gnutls update and add an UPDATING entry.
Diffstat (limited to 'irc')
-rw-r--r--irc/bitlbee-otr/Makefile4
-rw-r--r--irc/bitlbee/Makefile3
-rw-r--r--irc/ctrlproxy/Makefile4
-rw-r--r--irc/inspircd/Makefile3
-rw-r--r--irc/minbif/Makefile3
-rw-r--r--irc/scrollz/Makefile2
-rw-r--r--irc/weechat-devel/Makefile3
-rw-r--r--irc/weechat/Makefile3
8 files changed, 15 insertions, 10 deletions
diff --git a/irc/bitlbee-otr/Makefile b/irc/bitlbee-otr/Makefile
index bfd2eb3c92d5..7c63ef5af2a4 100644
--- a/irc/bitlbee-otr/Makefile
+++ b/irc/bitlbee-otr/Makefile
@@ -7,7 +7,7 @@
PORTNAME= bitlbee-otr
PORTVERSION= 1.2.8
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= irc
MASTER_SITES= http://fbsd.zlonet.ru/distfiles/ \
http://wahjava.users.sourceforge.net/
@@ -91,7 +91,7 @@ CONFIGURE_ARGS+=--yahoo=0
CONFIGURE_ARGS+=--ssl=openssl
.else
CONFIGURE_ARGS+=--ssl=gnutls
-LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
.endif
.if defined(WITH_DEBUG)
diff --git a/irc/bitlbee/Makefile b/irc/bitlbee/Makefile
index 546635212806..2fbbab7f3314 100644
--- a/irc/bitlbee/Makefile
+++ b/irc/bitlbee/Makefile
@@ -7,6 +7,7 @@
PORTNAME= bitlbee
PORTVERSION= 3.0.2
+PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://get.bitlbee.org/src/ \
${MASTER_SITE_LOCAL}
@@ -64,7 +65,7 @@ CONFIGURE_ARGS+=--ipv6=0
CONFIGURE_ARGS+=--ssl=openssl
.else
CONFIGURE_ARGS+=--ssl=gnutls
-LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
.endif
.if defined(WITH_OTR)
diff --git a/irc/ctrlproxy/Makefile b/irc/ctrlproxy/Makefile
index 4198a98117b6..5134884c1426 100644
--- a/irc/ctrlproxy/Makefile
+++ b/irc/ctrlproxy/Makefile
@@ -8,7 +8,7 @@
PORTNAME= ctrlproxy
PORTVERSION= 3.0.8
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= irc
MASTER_SITES= http://www.ctrlproxy.org/releases/ \
LOCAL/chinsan/ctrlproxy/
@@ -16,7 +16,7 @@ MASTER_SITES= http://www.ctrlproxy.org/releases/ \
MAINTAINER= ashish@FreeBSD.org
COMMENT= Flexible IRC proxy
-LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls
+LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls
USE_GNOME= glib20 gnometarget
USE_LDCONFIG= yes
diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile
index 03f6f3e94008..c5be65886037 100644
--- a/irc/inspircd/Makefile
+++ b/irc/inspircd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= inspircd
PORTVERSION= 2.0.2
+PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= SF/${PORTNAME}/InspIRCd-2.0/${PORTVERSION}
DISTNAME= InspIRCd-${PORTVERSION}
@@ -90,7 +91,7 @@ PLIST_SUB+= SQLITE3="@comment "
.endif
.if defined(WITH_GNUTLS) && !defined(WITHOUT_GNUTLS)
-LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --enable-gnutls
PLIST_SUB+= GNUTLS=""
.else
diff --git a/irc/minbif/Makefile b/irc/minbif/Makefile
index 1a4f866ebc35..751ab6a0d764 100644
--- a/irc/minbif/Makefile
+++ b/irc/minbif/Makefile
@@ -7,6 +7,7 @@
PORTNAME= minbif
PORTVERSION= 1.0.3
+PORTREVISION= 1
CATEGORIES= irc net-im
MASTER_SITES= http://minbif.im/attachments/download/50/
@@ -77,7 +78,7 @@ CMAKE_ARGS+= -DENABLE_PLUGIN:BOOL=OFF
.endif
.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
CMAKE_ARGS+= -DENABLE_GNUTLS:BOOL=ON
.endif
diff --git a/irc/scrollz/Makefile b/irc/scrollz/Makefile
index 7748b471c15e..8f1866fccd96 100644
--- a/irc/scrollz/Makefile
+++ b/irc/scrollz/Makefile
@@ -7,7 +7,7 @@
PORTNAME= scrollz
PORTVERSION= 2.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= irc ipv6
MASTER_SITES= http://scrollz.lysergide.net/ScrollZ/source/ \
http://www.xs4all.nl/~netraam/ScrollZ/source/
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile
index b65efcd09cde..8939c4b8c372 100644
--- a/irc/weechat-devel/Makefile
+++ b/irc/weechat-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= weechat
PORTVERSION= 20110515
+PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://perturb.me.uk/distfiles/
PKGNAMESUFFIX= -devel
@@ -85,7 +86,7 @@ PLIST_SUB+= RUBY="@comment "
.endif
.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
.else
CMAKE_ARGS+= -DENABLE_GNUTLS=no
.endif
diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile
index 9cec4e8e0860..54d924c94ab3 100644
--- a/irc/weechat/Makefile
+++ b/irc/weechat/Makefile
@@ -7,6 +7,7 @@
PORTNAME= weechat
PORTVERSION= 0.3.4
+PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://weechat.org/files/src/
@@ -79,7 +80,7 @@ PLIST_SUB+= RUBY="@comment "
.endif
.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
.else
CMAKE_ARGS+= -DENABLE_GNUTLS=no
.endif