diff options
author | novel <novel@FreeBSD.org> | 2008-03-03 19:57:08 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2008-03-03 19:57:08 +0800 |
commit | 5cb244b7774afda3acf8f47bb665c0fdce1b6227 (patch) | |
tree | 683ed62f664c817907d3fab5b672f06abba3433f /net-im/jabber | |
parent | 83062c68ed9bee1bf4b539ae24145d493bf8b9bc (diff) | |
download | freebsd-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 'net-im/jabber')
-rw-r--r-- | net-im/jabber/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/jabber/Makefile b/net-im/jabber/Makefile index 326e76853179..3cb71cdad63c 100644 --- a/net-im/jabber/Makefile +++ b/net-im/jabber/Makefile @@ -7,6 +7,7 @@ PORTNAME= jabber PORTVERSION= 1.6.1.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net-im ipv6 MASTER_SITES= http://download.jabberd.org/jabberd14/ \ @@ -22,7 +23,7 @@ LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth-hard \ idn.16:${PORTSDIR}/dns/libidn \ expat.6:${PORTSDIR}/textproc/expat2 \ tasn1.3:${PORTSDIR}/security/libtasn1 \ - gnutls.13:${PORTSDIR}/security/gnutls + gnutls.26:${PORTSDIR}/security/gnutls OPTIONS= IPV6 "Enable IPv6 support" off \ MYSQL "Build with MySQL support" off \ |