Date: Fri, 11 Dec 2015 05:29:00 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403493 - head/dns/p5-Net-DNS Message-ID: <201512110529.tBB5T0Lt013170@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Dec 11 05:29:00 2015 New Revision: 403493 URL: https://svnweb.freebsd.org/changeset/ports/403493 Log: - Update to 1.04 Changes: http://search.cpan.org/dist/Net-DNS/Changes Modified: head/dns/p5-Net-DNS/Makefile head/dns/p5-Net-DNS/distinfo Modified: head/dns/p5-Net-DNS/Makefile ============================================================================== --- head/dns/p5-Net-DNS/Makefile Fri Dec 11 05:28:56 2015 (r403492) +++ head/dns/p5-Net-DNS/Makefile Fri Dec 11 05:29:00 2015 (r403493) @@ -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 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> Modified: head/dns/p5-Net-DNS/distinfo ============================================================================== --- head/dns/p5-Net-DNS/distinfo Fri Dec 11 05:28:56 2015 (r403492) +++ head/dns/p5-Net-DNS/distinfo Fri Dec 11 05:29:00 2015 (r403493) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512110529.tBB5T0Lt013170>