From owner-svn-ports-head@FreeBSD.ORG Sat Nov 9 18:48:37 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4BC9FF39; Sat, 9 Nov 2013 18:48:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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 20E752D43; Sat, 9 Nov 2013 18:48:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA9ImblY091296; Sat, 9 Nov 2013 18:48:37 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA9ImaJI091293; Sat, 9 Nov 2013 18:48:36 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311091848.rA9ImaJI091293@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 9 Nov 2013 18:48:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333317 - head/dns/p5-Tie-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.14 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: Sat, 09 Nov 2013 18:48:37 -0000 Author: sunpoet Date: Sat Nov 9 18:48:36 2013 New Revision: 333317 URL: http://svnweb.freebsd.org/changeset/ports/333317 Log: - Update to 1.132260 - Update COMMENT - Add LICENSE - Sort *_DEPENDS - Add TEST_DEPENDS - Convert to new options framework - Use USES=shebangfix - Take maintainership Changes: http://search.cpan.org/dist/Tie-DNS/Changes Modified: head/dns/p5-Tie-DNS/Makefile head/dns/p5-Tie-DNS/distinfo (contents, props changed) Modified: head/dns/p5-Tie-DNS/Makefile ============================================================================== --- head/dns/p5-Tie-DNS/Makefile Sat Nov 9 18:48:32 2013 (r333316) +++ head/dns/p5-Tie-DNS/Makefile Sat Nov 9 18:48:36 2013 (r333317) @@ -2,31 +2,37 @@ # $FreeBSD$ PORTNAME= Tie-DNS -PORTVERSION= 0.6.2 +PORTVERSION= 1.132.260 PORTEPOCH= 1 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} -MAINTAINER= ports@FreeBSD.org -COMMENT= Tie interface to p5-Net-DNS +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Tie interface to Net::DNS -RUN_DEPENDS= p5-Net-DNS>=0.12:${PORTSDIR}/dns/p5-Net-DNS \ - p5-Tie-Cache>=0.01:${PORTSDIR}/devel/p5-Tie-Cache -BUILD_DEPENDS:= ${RUN_DEPENDS} +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual -USES= perl5 -USE_PERL5= configure +BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ + p5-Tie-Cache>=0:${PORTSDIR}/devel/p5-Tie-Cache +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-CheckManifest>=0:${PORTSDIR}/devel/p5-Test-CheckManifest \ + p5-Test-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Test-Perl-Critic \ + p5-Test-PerlTidy>=0:${PORTSDIR}/devel/p5-Test-PerlTidy + +OPTIONS_DEFINE= EXAMPLES -.if !defined(NOPORTEXAMPLES) +USE_PERL5= configure +USES= perl5 shebangfix PORTEXAMPLES= * -post-install: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/eg/* ${STAGEDIR}${EXAMPLESDIR} +SHEBANG_FILES= eg/*.pl -.endif +post-install: + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ + ${INSTALL_DATA} ${WRKSRC}/eg/*.pl ${STAGEDIR}${EXAMPLESDIR}/ .include Modified: head/dns/p5-Tie-DNS/distinfo ============================================================================== --- head/dns/p5-Tie-DNS/distinfo Sat Nov 9 18:48:32 2013 (r333316) +++ head/dns/p5-Tie-DNS/distinfo Sat Nov 9 18:48:36 2013 (r333317) @@ -1,2 +1,2 @@ -SHA256 (Tie-DNS-0.62.tar.gz) = d29c1e95478e1770ac1d67a32d7e8660a0526e1d1423d4fe3d1f7ccc40e18ee6 -SIZE (Tie-DNS-0.62.tar.gz) = 9120 +SHA256 (Tie-DNS-1.132260.tar.gz) = 5bcdd3dca58a39781ce6e1d2702eccf7287274ad6aeea4fab6e253ddcc6c2154 +SIZE (Tie-DNS-1.132260.tar.gz) = 15095