diff options
author | wen <wen@FreeBSD.org> | 2011-03-14 16:40:06 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-03-14 16:40:06 +0800 |
commit | 569e455aec133a144f388d5f156719a7fc4b2222 (patch) | |
tree | fd886821e5b4351dd0773b5a123941692ad7a488 /net-im/jabber | |
parent | 34a381b408e2ca7dccdfc787522559c7149a79b2 (diff) | |
download | freebsd-ports-graphics-569e455aec133a144f388d5f156719a7fc4b2222.tar.gz freebsd-ports-graphics-569e455aec133a144f388d5f156719a7fc4b2222.tar.zst freebsd-ports-graphics-569e455aec133a144f388d5f156719a7fc4b2222.zip |
- Bump PORTREVISION to chase the update of dns/libidn
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 ec0e2aaa96b..05d83c4428f 100644 --- a/net-im/jabber/Makefile +++ b/net-im/jabber/Makefile @@ -7,7 +7,7 @@ PORTNAME= jabber PORTVERSION= 1.6.1.1 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= net-im ipv6 MASTER_SITES= http://download.jabberd.org/jabberd14/ \ @@ -20,7 +20,7 @@ COMMENT= XMPP/Jabber server daemon LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth-hard \ popt.0:${PORTSDIR}/devel/popt \ - idn.16:${PORTSDIR}/dns/libidn \ + idn.17:${PORTSDIR}/dns/libidn \ expat.6:${PORTSDIR}/textproc/expat2 \ tasn1.4:${PORTSDIR}/security/libtasn1 \ gnutls.40:${PORTSDIR}/security/gnutls |