svn commit: r331113 - head/devel/p5-Config-INI
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Oct 21 09:52:30 UTC 2013
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 <bsd.port.pre.mk>
-NO_STAGE= yes
-.include <bsd.port.mk>
+.if ${PERL_LEVEL} < 501400
+TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>
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
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/INI
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config
+ at dirrmtry %%SITE_PERL%%/Config/INI
+ at dirrmtry %%SITE_PERL%%/Config
More information about the svn-ports-all
mailing list