From owner-svn-ports-head@FreeBSD.ORG Mon Oct 21 09:52:30 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 09C9C2C4; Mon, 21 Oct 2013 09:52:30 +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 DBD0B2A02; Mon, 21 Oct 2013 09:52:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9L9qTDi088044; Mon, 21 Oct 2013 09:52:29 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9L9qTnm088041; Mon, 21 Oct 2013 09:52:29 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310210952.r9L9qTnm088041@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Oct 2013 09:52:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331113 - head/devel/p5-Config-INI 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: Mon, 21 Oct 2013 09:52:30 -0000 Author: sunpoet Date: Mon Oct 21 09:52:28 2013 New Revision: 331113 URL: http://svnweb.freebsd.org/changeset/ports/331113 Log: - Update to 0.021 - Add BUILD_DEPENDS and TEST_DEPENDS - Support STAGEDIR Changes: http://search.cpan.org/dist/Config-INI/Changes Added: head/devel/p5-Config-INI/pkg-plist (contents, props changed) Modified: head/devel/p5-Config-INI/Makefile head/devel/p5-Config-INI/distinfo (contents, props changed) Modified: head/devel/p5-Config-INI/Makefile ============================================================================== --- head/devel/p5-Config-INI/Makefile Mon Oct 21 09:52:23 2013 (r331112) +++ head/devel/p5-Config-INI/Makefile Mon Oct 21 09:52:28 2013 (r331113) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Config-INI -PORTVERSION= 0.020 +PORTVERSION= 0.021 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,24 +12,18 @@ COMMENT= Simple .ini files emitter and p LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS+= p5-Mixin-Linewise>=0:${PORTSDIR}/devel/p5-Mixin-Linewise \ - p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String +BUILD_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ + p5-Mixin-Linewise>=0:${PORTSDIR}/devel/p5-Mixin-Linewise +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny USES= perl5 USE_PERL5= configure -MAN3= Config::INI.3 \ - Config::INI::Reader.3 \ - Config::INI::Writer.3 - -PLIST_FILES= %%SITE_PERL%%/Config/INI.pm \ - %%SITE_PERL%%/Config/INI/Reader.pm \ - %%SITE_PERL%%/Config/INI/Writer.pm \ - %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/INI/.packlist -PLIST_DIRS= %%SITE_PERL%%/Config/INI \ - %%SITE_PERL%%/Config \ - %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/INI \ - %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config +.include -NO_STAGE= yes -.include +.if ${PERL_LEVEL} < 501400 +TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Modified: head/devel/p5-Config-INI/distinfo ============================================================================== --- head/devel/p5-Config-INI/distinfo Mon Oct 21 09:52:23 2013 (r331112) +++ head/devel/p5-Config-INI/distinfo Mon Oct 21 09:52:28 2013 (r331113) @@ -1,2 +1,2 @@ -SHA256 (Config-INI-0.020.tar.gz) = 0ef298da75e3a7becd1f358422cea621c5cf0420278aa6a1bdd2dd14efe07bc9 -SIZE (Config-INI-0.020.tar.gz) = 21463 +SHA256 (Config-INI-0.021.tar.gz) = be98d1ce55b5979eb957f7d08ed197559565992a0e2824d74d3c3e8c47f6b616 +SIZE (Config-INI-0.021.tar.gz) = 21221 Added: head/devel/p5-Config-INI/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Config-INI/pkg-plist Mon Oct 21 09:52:28 2013 (r331113) @@ -0,0 +1,11 @@ +%%SITE_PERL%%/Config/INI.pm +%%SITE_PERL%%/Config/INI/Reader.pm +%%SITE_PERL%%/Config/INI/Writer.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/INI/.packlist +%%PERL5_MAN3%%/Config::INI.3.gz +%%PERL5_MAN3%%/Config::INI::Reader.3.gz +%%PERL5_MAN3%%/Config::INI::Writer.3.gz +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/INI +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config +@dirrmtry %%SITE_PERL%%/Config/INI +@dirrmtry %%SITE_PERL%%/Config