From owner-svn-ports-head@freebsd.org Fri Dec 11 05:29:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 309099D6BF9; Fri, 11 Dec 2015 05:29:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8CB71D6C; Fri, 11 Dec 2015 05:29:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBB5T0UC013172; Fri, 11 Dec 2015 05:29:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBB5T0Lt013170; Fri, 11 Dec 2015 05:29:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512110529.tBB5T0Lt013170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 11 Dec 2015 05:29:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403493 - head/dns/p5-Net-DNS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2015 05:29:02 -0000 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 +.include + +.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 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