aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
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 /net-im
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 'net-im')
-rw-r--r--net-im/climm/Makefile2
-rw-r--r--net-im/gloox/Makefile4
-rw-r--r--net-im/jabber.el/Makefile2
-rw-r--r--net-im/jabber/Makefile4
-rw-r--r--net-im/libpurple/Makefile2
-rw-r--r--net-im/loudmouth/Makefile4
-rw-r--r--net-im/qutim-plugin-jabber/Makefile4
7 files changed, 11 insertions, 11 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile
index 26d22a7ac0e9..447405cc38ae 100644
--- a/net-im/climm/Makefile
+++ b/net-im/climm/Makefile
@@ -7,7 +7,7 @@
PORTNAME= climm
PORTVERSION= 0.7.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-im
MASTER_SITES= http://www.climm.org/source/ \
http://http.bg.climm.org/source/
diff --git a/net-im/gloox/Makefile b/net-im/gloox/Makefile
index 6c74bb806a75..22f2149733f2 100644
--- a/net-im/gloox/Makefile
+++ b/net-im/gloox/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gloox
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-im
MASTER_SITES= http://camaya.net/download/
@@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Jabber/XMPP client library
LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn \
- gnutls.40:${PORTSDIR}/security/gnutls
+ gnutls.47:${PORTSDIR}/security/gnutls
USE_AUTOTOOLS= libtool
USE_BZIP2= yes
diff --git a/net-im/jabber.el/Makefile b/net-im/jabber.el/Makefile
index 15cdbfa9aeb2..074da417a1e3 100644
--- a/net-im/jabber.el/Makefile
+++ b/net-im/jabber.el/Makefile
@@ -6,7 +6,7 @@
PORTNAME= jabber.el
PORTVERSION= 0.8.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-im elisp
MASTER_SITES= SF/emacs-jabber/emacs-jabber/${PORTVERSION}
DISTNAME= emacs-jabber-${PORTVERSION}
diff --git a/net-im/jabber/Makefile b/net-im/jabber/Makefile
index 21a1eeede8f3..cd4cb7aefadd 100644
--- a/net-im/jabber/Makefile
+++ b/net-im/jabber/Makefile
@@ -7,7 +7,7 @@
PORTNAME= jabber
PORTVERSION= 1.6.1.1
-PORTREVISION= 8
+PORTREVISION= 9
PORTEPOCH= 1
CATEGORIES= net-im ipv6
MASTER_SITES= http://download.jabberd.org/jabberd14/ \
@@ -23,7 +23,7 @@ LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth-hard \
idn.17:${PORTSDIR}/dns/libidn \
expat.6:${PORTSDIR}/textproc/expat2 \
tasn1.4:${PORTSDIR}/security/libtasn1 \
- gnutls.40:${PORTSDIR}/security/gnutls
+ gnutls.47:${PORTSDIR}/security/gnutls
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index 73b6937f9866..a106450b904c 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -8,7 +8,7 @@
PORTNAME?= libpurple
PORTVERSION= 2.7.11
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES?= net-im
MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION}
DISTNAME= pidgin-${PORTVERSION}
diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile
index dad52ac49bce..dab4ace4f89b 100644
--- a/net-im/loudmouth/Makefile
+++ b/net-im/loudmouth/Makefile
@@ -7,7 +7,7 @@
PORTNAME= loudmouth
PORTVERSION= 1.4.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net-im gnome
MASTER_SITES= http://ftp.imendio.com/pub/imendio/loudmouth/src/ \
GNOME
@@ -33,7 +33,7 @@ OPTIONS= GNUTLS "Enable SSL (via GnuTLS) support" on \
.include <bsd.port.pre.mk>
.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
.endif
diff --git a/net-im/qutim-plugin-jabber/Makefile b/net-im/qutim-plugin-jabber/Makefile
index 13ea2900cce0..8107f4d9bc0f 100644
--- a/net-im/qutim-plugin-jabber/Makefile
+++ b/net-im/qutim-plugin-jabber/Makefile
@@ -7,7 +7,7 @@
PORTNAME= jabber
PORTVERSION= 0.2
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= net-im
MASTER_SITES= http://qutim.org/download/ \
@@ -45,7 +45,7 @@ OPTIONS= GNUTLS "Use GNUTLS (required for GMail)" on
.if !defined(WITHOUT_GNUTLS)
CMAKE_ARGS+= -DGNUTLS=1
-LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
.endif
do-install: