diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-03-14 08:40:06 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-03-14 08:40:06 +0000 |
commit | 43721c23d5bd1f196f82f04c0f163cd9d3b8fc51 (patch) | |
tree | a70c143dac5d79ed2e6807975eb06d22bfeea2ff /net-im/jabber | |
parent | a2c526c1caa2a96cafc92e195d1b92ccfc07e654 (diff) | |
download | ports-43721c23d5bd1f196f82f04c0f163cd9d3b8fc51.tar.gz ports-43721c23d5bd1f196f82f04c0f163cd9d3b8fc51.zip |
- Bump PORTREVISION to chase the update of dns/libidn
Notes
Notes:
svn path=/head/; revision=270856
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 ec0e2aaa96b1..05d83c4428f0 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 |