From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 17:24:10 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6EF83D38; Fri, 29 Nov 2013 17:24:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 40F8B12F0; Fri, 29 Nov 2013 17:24:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATHOAuV033441; Fri, 29 Nov 2013 17:24:10 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATHO9jc033436; Fri, 29 Nov 2013 17:24:09 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311291724.rATHO9jc033436@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 17:24:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335201 - 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.16 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, 29 Nov 2013 17:24:10 -0000 Author: sunpoet Date: Fri Nov 29 17:24:09 2013 New Revision: 335201 URL: http://svnweb.freebsd.org/changeset/ports/335201 Log: - Update to 0.73 - Add LICENSE - Convert to new options helper - Remove DOCS Changes: http://search.cpan.org/dist/Net-DNS/Changes Modified: head/dns/p5-Net-DNS/Makefile head/dns/p5-Net-DNS/distinfo (contents, props changed) Modified: head/dns/p5-Net-DNS/Makefile ============================================================================== --- head/dns/p5-Net-DNS/Makefile Fri Nov 29 17:22:36 2013 (r335200) +++ head/dns/p5-Net-DNS/Makefile Fri Nov 29 17:24:09 2013 (r335201) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-DNS -PORTVERSION= 0.72 +PORTVERSION= 0.73 CATEGORIES= dns net perl5 ipv6 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,36 +10,23 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to the DNS resolver, and dynamic updates -BUILD_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Digest-BubbleBabble>=0:${PORTSDIR}/security/p5-Digest-BubbleBabble \ p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod -OPTIONS_DEFINE= IDN IPV6 DOCS +OPTIONS_DEFINE= IDN IPV6 CONFIGURE_ARGS= --no-IPv6-tests --no-online-tests USES= perl5 USE_PERL5= configure -DOCSDIR= ${PREFIX}/share/doc/p5-Net-DNS - -PORTDOCS= Changes README TODO - -.include -.if ${PORT_OPTIONS:MIDN} -BUILD_DEPENDS+= p5-Net-LibIDN>=0:${PORTSDIR}/dns/p5-Net-LibIDN -RUN_DEPENDS+= p5-Net-LibIDN>=0:${PORTSDIR}/dns/p5-Net-LibIDN -.endif - -.if ${PORT_OPTIONS:MIPV6} -BUILD_DEPENDS+= p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 -RUN_DEPENDS+= p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 -.endif - -post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ -.endif +IDN_BUILD_DEPENDS= p5-Net-LibIDN>=0:${PORTSDIR}/dns/p5-Net-LibIDN +IDN_RUN_DEPENDS= p5-Net-LibIDN>=0:${PORTSDIR}/dns/p5-Net-LibIDN +IPV6_BUILD_DEPENDS= p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 +IPV6_RUN_DEPENDS= p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 .include Modified: head/dns/p5-Net-DNS/distinfo ============================================================================== --- head/dns/p5-Net-DNS/distinfo Fri Nov 29 17:22:36 2013 (r335200) +++ head/dns/p5-Net-DNS/distinfo Fri Nov 29 17:24:09 2013 (r335201) @@ -1,2 +1,2 @@ -SHA256 (Net-DNS-0.72.tar.gz) = a62cae0be54a9684c305456cb95515a0bd3128d6ef3093b6069fe8e8e8d5943f -SIZE (Net-DNS-0.72.tar.gz) = 194647 +SHA256 (Net-DNS-0.73.tar.gz) = 4702e8a4e05d4d41d9724fcd98520c4d56e826884c64841b02f0593d1ed03bcc +SIZE (Net-DNS-0.73.tar.gz) = 198216