diff options
-rw-r--r-- | devel/p5-Net-LibIDN/Makefile | 3 | ||||
-rw-r--r-- | dns/p5-Net-LibIDN/Makefile | 3 | ||||
-rw-r--r-- | net/echoping/Makefile | 3 | ||||
-rw-r--r-- | security/gsasl/Makefile | 4 | ||||
-rw-r--r-- | security/shishi/Makefile | 4 |
5 files changed, 10 insertions, 7 deletions
diff --git a/devel/p5-Net-LibIDN/Makefile b/devel/p5-Net-LibIDN/Makefile index 240b7ed8183b..8858aff60a4e 100644 --- a/devel/p5-Net-LibIDN/Makefile +++ b/devel/p5-Net-LibIDN/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-LibIDN PORTVERSION= 0.07 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/T/TH/THOR @@ -15,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= domi@saargate.de COMMENT= This module provides access to the libidn library -LIB_DEPENDS= idn.13:${PORTSDIR}/devel/libidn +LIB_DEPENDS= idn.14:${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 240b7ed8183b..8858aff60a4e 100644 --- a/dns/p5-Net-LibIDN/Makefile +++ b/dns/p5-Net-LibIDN/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-LibIDN PORTVERSION= 0.07 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/T/TH/THOR @@ -15,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= domi@saargate.de COMMENT= This module provides access to the libidn library -LIB_DEPENDS= idn.13:${PORTSDIR}/devel/libidn +LIB_DEPENDS= idn.14:${PORTSDIR}/devel/libidn PERL_CONFIGURE= yes CONFIGURE_ARGS+= --with-libidn=${PREFIX}/lib --with-libidn-inc=${PREFIX}/include diff --git a/net/echoping/Makefile b/net/echoping/Makefile index 3da3048abc5a..365749b1cad8 100644 --- a/net/echoping/Makefile +++ b/net/echoping/Makefile @@ -7,6 +7,7 @@ PORTNAME= echoping PORTVERSION= 5.2.0 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,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.13:${PORTSDIR}/devel/libidn +LIB_DEPENDS= idn.14:${PORTSDIR}/devel/libidn USE_OPENSSL= yes GNU_CONFIGURE= yes diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 0e6c99d2e226..7a6c48f31ddf 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -8,7 +8,7 @@ PORTNAME= gsasl PORTVERSION= 0.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \ ${MASTER_SITE_GNU_ALPHA} @@ -17,7 +17,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= krion@FreeBSD.org COMMENT= GNU SASL Library -LIB_DEPENDS= idn.13:${PORTSDIR}/devel/libidn \ +LIB_DEPENDS= idn.14:${PORTSDIR}/devel/libidn \ gcrypt.12:${PORTSDIR}/security/libgcrypt \ ntlm.0:${PORTSDIR}/security/libntlm diff --git a/security/shishi/Makefile b/security/shishi/Makefile index 7b96af56634d..4dbcae8e308f 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -8,14 +8,14 @@ PORTNAME= shishi PORTVERSION= 0.0.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security 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.13:${PORTSDIR}/devel/libidn \ +LIB_DEPENDS= idn.14:${PORTSDIR}/devel/libidn \ gcrypt.10:${PORTSDIR}/security/libgcrypt-devel \ tasn1.2:${PORTSDIR}/security/libtasn1 |