diff options
author | novel <novel@FreeBSD.org> | 2011-06-06 02:43:16 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2011-06-06 02:43:16 +0800 |
commit | 9f3ec28d2d39471ad12b17c53e52685915649399 (patch) | |
tree | 36aa19e619c507820268d745265fdb71b031563c /net-im/jabber | |
parent | 0741e08c6552f0fab3c213fa1998e3d573017054 (diff) | |
download | freebsd-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/jabber')
-rw-r--r-- | net-im/jabber/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |