aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/p5-Net-LibIDN/Makefile4
-rw-r--r--dns/p5-Net-LibIDN/Makefile4
-rw-r--r--japanese/mutt-devel/Makefile2
-rw-r--r--mail/mutt-devel/Makefile2
-rw-r--r--net-im/jabberd/Makefile3
-rw-r--r--net/echoping/Makefile4
-rw-r--r--net/jabberd/Makefile3
-rw-r--r--security/gsasl/Makefile3
-rw-r--r--security/shishi/Makefile3
-rw-r--r--www/dpsearch/Makefile2
10 files changed, 17 insertions, 13 deletions
diff --git a/devel/p5-Net-LibIDN/Makefile b/devel/p5-Net-LibIDN/Makefile
index 8f856de5c84e..25afda533bee 100644
--- a/devel/p5-Net-LibIDN/Makefile
+++ b/devel/p5-Net-LibIDN/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Net-LibIDN
PORTVERSION= 0.07
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/T/TH/THOR
@@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= domi@saargate.de
COMMENT= This module provides access to the libidn library
-LIB_DEPENDS= idn.15:${PORTSDIR}/devel/libidn
+LIB_DEPENDS= idn.16:${PORTSDIR}/devel/libidn
PERL_CONFIGURE= yes
CONFIGURE_ARGS+= --with-libidn=${PREFIX}/lib --with-libidn-inc=${PREFIX}/include
diff --git a/dns/p5-Net-LibIDN/Makefile b/dns/p5-Net-LibIDN/Makefile
index 8f856de5c84e..25afda533bee 100644
--- a/dns/p5-Net-LibIDN/Makefile
+++ b/dns/p5-Net-LibIDN/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Net-LibIDN
PORTVERSION= 0.07
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/T/TH/THOR
@@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= domi@saargate.de
COMMENT= This module provides access to the libidn library
-LIB_DEPENDS= idn.15:${PORTSDIR}/devel/libidn
+LIB_DEPENDS= idn.16:${PORTSDIR}/devel/libidn
PERL_CONFIGURE= yes
CONFIGURE_ARGS+= --with-libidn=${PREFIX}/lib --with-libidn-inc=${PREFIX}/include
diff --git a/japanese/mutt-devel/Makefile b/japanese/mutt-devel/Makefile
index dfc08c3868c5..fd95a0d5da55 100644
--- a/japanese/mutt-devel/Makefile
+++ b/japanese/mutt-devel/Makefile
@@ -36,7 +36,7 @@ USE_GETTEXT= yes
LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl
.endif
.if defined(WITH_MUTT_IDN)
-LIB_DEPENDS+= idn.15:${PORTSDIR}/devel/libidn
+LIB_DEPENDS+= idn.16:${PORTSDIR}/devel/libidn
.endif
.if defined(WITH_MUTT_HEADER_CACHE)
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index bab754eebb82..8b1fc9f68478 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -215,7 +215,7 @@ CFLAGS+= -I${PREFIX}/include/db42
WITH_MUTT_IDN= yes
.endif
.if defined(WITH_MUTT_IDN)
-LIB_DEPENDS+= idn.15:${PORTSDIR}/devel/libidn
+LIB_DEPENDS+= idn.16:${PORTSDIR}/devel/libidn
.endif
.if ! defined(WITHOUT_MUTT_SMIME_OUTLOOK_COMPAT)
pre-configure::
diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile
index 352e6ff810e1..19ab9c1b2f7f 100644
--- a/net-im/jabberd/Makefile
+++ b/net-im/jabberd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= jabberd
PORTVERSION= 2.0.3
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.jabberstudio.org/files/jabberd2/
DISTNAME= ${PORTNAME}-2.0s3
@@ -15,7 +16,7 @@ DIST_SUBDIR= jabber
MAINTAINER= kirk@strauser.com
COMMENT= Online presence and instant messaging server
-LIB_DEPENDS= idn.15:${PORTSDIR}/devel/libidn
+LIB_DEPENDS= idn.16:${PORTSDIR}/devel/libidn
GNU_CONFIGURE= yes
USE_OPENSSL= yes
diff --git a/net/echoping/Makefile b/net/echoping/Makefile
index 824fd6607841..68717c8e6152 100644
--- a/net/echoping/Makefile
+++ b/net/echoping/Makefile
@@ -7,7 +7,7 @@
PORTNAME= echoping
PORTVERSION= 5.2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= sumikawa@FreeBSD.org
COMMENT= A ping-like program that uses tcp and/or http
-LIB_DEPENDS= idn.15:${PORTSDIR}/devel/libidn
+LIB_DEPENDS= idn.16:${PORTSDIR}/devel/libidn
USE_OPENSSL= yes
GNU_CONFIGURE= yes
diff --git a/net/jabberd/Makefile b/net/jabberd/Makefile
index 352e6ff810e1..19ab9c1b2f7f 100644
--- a/net/jabberd/Makefile
+++ b/net/jabberd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= jabberd
PORTVERSION= 2.0.3
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.jabberstudio.org/files/jabberd2/
DISTNAME= ${PORTNAME}-2.0s3
@@ -15,7 +16,7 @@ DIST_SUBDIR= jabber
MAINTAINER= kirk@strauser.com
COMMENT= Online presence and instant messaging server
-LIB_DEPENDS= idn.15:${PORTSDIR}/devel/libidn
+LIB_DEPENDS= idn.16:${PORTSDIR}/devel/libidn
GNU_CONFIGURE= yes
USE_OPENSSL= yes
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile
index 394fc9313687..4a1f83adb585 100644
--- a/security/gsasl/Makefile
+++ b/security/gsasl/Makefile
@@ -8,6 +8,7 @@
PORTNAME= gsasl
PORTVERSION= 0.1.4
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \
${MASTER_SITE_GNU_ALPHA}
@@ -16,7 +17,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= krion@FreeBSD.org
COMMENT= GNU SASL Library
-LIB_DEPENDS= idn.15:${PORTSDIR}/devel/libidn \
+LIB_DEPENDS= idn.16:${PORTSDIR}/devel/libidn \
gcrypt.12:${PORTSDIR}/security/libgcrypt \
ntlm.0:${PORTSDIR}/security/libntlm
diff --git a/security/shishi/Makefile b/security/shishi/Makefile
index 5a3647d2dc03..840fe9613afe 100644
--- a/security/shishi/Makefile
+++ b/security/shishi/Makefile
@@ -8,6 +8,7 @@
PORTNAME= shishi
PORTVERSION= 0.0.18
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \
${MASTER_SITE_GNU_ALPHA}
@@ -15,7 +16,7 @@ MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= A free implementation of the Kerberos 5 network security system
-LIB_DEPENDS= idn.15:${PORTSDIR}/devel/libidn \
+LIB_DEPENDS= idn.16:${PORTSDIR}/devel/libidn \
tasn1.2:${PORTSDIR}/security/libtasn1
PKGMESSAGE= ${WRKDIR}/pkg-message
diff --git a/www/dpsearch/Makefile b/www/dpsearch/Makefile
index cb09e28fa448..272c75b32e2e 100644
--- a/www/dpsearch/Makefile
+++ b/www/dpsearch/Makefile
@@ -85,7 +85,7 @@ CONFIGURE_ARGS+= --enable-chasen
.endif
.if defined(WITH_DPSEARCH_IDN)
-LIB_DEPEND+= idn.0:${PORTSDIR}/devel/libidn
+LIB_DEPEND+= idn.16:${PORTSDIR}/devel/libidn
CONFIGURE_ARGS+= --enable-idn
.endif