diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-12-11 13:29:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-12-11 13:29:00 +0800 |
commit | 6e6b3d33e60622dc78a4a5828cd30d75c8ebbd66 (patch) | |
tree | c2a4efd6f79125a15d284c76fb7c0c229117f68d | |
parent | 66122460396ecab2d16283d602392b4a97bc4a5f (diff) | |
download | freebsd-ports-gnome-6e6b3d33e60622dc78a4a5828cd30d75c8ebbd66.tar.gz freebsd-ports-gnome-6e6b3d33e60622dc78a4a5828cd30d75c8ebbd66.tar.zst freebsd-ports-gnome-6e6b3d33e60622dc78a4a5828cd30d75c8ebbd66.zip |
- Update to 1.04
Changes: http://search.cpan.org/dist/Net-DNS/Changes
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 13 | ||||
-rw-r--r-- | dns/p5-Net-DNS/distinfo | 4 |
2 files changed, 11 insertions, 6 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index c18a90258865..39b225ba3aaa 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-DNS -PORTVERSION= 1.02 +PORTVERSION= 1.04 PORTEPOCH= 1 CATEGORIES= dns net perl5 ipv6 MASTER_SITES= CPAN @@ -31,9 +31,14 @@ GOST_BUILD_DEPENDS= p5-Digest-GOST>=0.06:${PORTSDIR}/security/p5-Digest-GOST GOST_RUN_DEPENDS= p5-Digest-GOST>=0.06:${PORTSDIR}/security/p5-Digest-GOST IDN_BUILD_DEPENDS= p5-Net-LibIDN>=0.12:${PORTSDIR}/dns/p5-Net-LibIDN IDN_RUN_DEPENDS= p5-Net-LibIDN>=0.12:${PORTSDIR}/dns/p5-Net-LibIDN -IPV6_BUILD_DEPENDS= p5-IO-Socket-INET6>=2.01:${PORTSDIR}/net/p5-IO-Socket-INET6 -IPV6_RUN_DEPENDS= p5-IO-Socket-INET6>=2.01:${PORTSDIR}/net/p5-IO-Socket-INET6 SSHFP_BUILD_DEPENDS= p5-Digest-BubbleBabble>=0.01:${PORTSDIR}/security/p5-Digest-BubbleBabble SSHFP_RUN_DEPENDS= p5-Digest-BubbleBabble>=0.01:${PORTSDIR}/security/p5-Digest-BubbleBabble -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PORT_OPTIONS:MIPV6} && ${PERL_LEVEL} < 502000 +BUILD_DEPENDS= p5-IO-Socket-IP>=0.29:${PORTSDIR}/net/p5-IO-Socket-IP +RUN_DEPENDS= p5-IO-Socket-IP>=0.29:${PORTSDIR}/net/p5-IO-Socket-IP +.endif + +.include <bsd.port.post.mk> diff --git a/dns/p5-Net-DNS/distinfo b/dns/p5-Net-DNS/distinfo index dd2cd3a65214..e2ee99864d96 100644 --- a/dns/p5-Net-DNS/distinfo +++ b/dns/p5-Net-DNS/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-DNS-1.02.tar.gz) = 9473c322b036592663bb20383e85190a682d142688b162efc975a61bcc7534f2 -SIZE (Net-DNS-1.02.tar.gz) = 245760 +SHA256 (Net-DNS-1.04.tar.gz) = 4b9f220304c5722658fbdbe4db31ab77486b5f0aaada78c9d1b528e4b0680965 +SIZE (Net-DNS-1.04.tar.gz) = 245064 |