svn commit: r313790 - head/devel/p5-Scalar-Does
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Mar 10 02:50:55 UTC 2013
Author: sunpoet
Date: Sun Mar 10 02:50:54 2013
New Revision: 313790
URL: http://svnweb.freebsd.org/changeset/ports/313790
Log:
- Update to 0.101
Changes: http://search.cpan.org/dist/Scalar-Does/Changes
Modified:
head/devel/p5-Scalar-Does/Makefile
head/devel/p5-Scalar-Does/distinfo
head/devel/p5-Scalar-Does/pkg-plist
Modified: head/devel/p5-Scalar-Does/Makefile
==============================================================================
--- head/devel/p5-Scalar-Does/Makefile Sun Mar 10 01:59:08 2013 (r313789)
+++ head/devel/p5-Scalar-Does/Makefile Sun Mar 10 02:50:54 2013 (r313790)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Scalar-Does
-PORTVERSION= 0.012
+PORTVERSION= 0.101
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,18 +13,32 @@ COMMENT= Like ref() but useful
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-IO-Detect>=0.001:${PORTSDIR}/devel/p5-IO-Detect \
- p5-PadWalker>=0:${PORTSDIR}/devel/p5-PadWalker \
- p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
+BUILD_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
+ p5-URI>=0:${PORTSDIR}/net/p5-URI \
+ p5-lexical-underscore>=0:${PORTSDIR}/devel/p5-lexical-underscore \
p5-namespace-clean>=0.19:${PORTSDIR}/devel/p5-namespace-clean
RUN_DEPENDS:= ${BUILD_DEPENDS}
-TEST_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
+TEST_DEPENDS= p5-IO-All>=0:${PORTSDIR}/devel/p5-IO-All \
+ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \
- p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
+ p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
+ p5-Path-Tiny>=0:${PORTSDIR}/devel/p5-Path-Tiny \
+ p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \
+ p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires
+
+CONFLICTS_INSTALL= p5-IO-Detect-[0-9]*
PERL_CONFIGURE= yes
-MAN3= Scalar::Does.3 \
+MAN3= IO::Detect.3 \
+ Scalar::Does.3 \
Scalar::Does::MooseTypes.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501601
+BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.24:${PORTSDIR}/lang/p5-Scalar-List-Utils
+RUN_DEPENDS+= p5-Scalar-List-Utils>=1.24:${PORTSDIR}/lang/p5-Scalar-List-Utils
+.endif
+
+.include <bsd.port.post.mk>
Modified: head/devel/p5-Scalar-Does/distinfo
==============================================================================
--- head/devel/p5-Scalar-Does/distinfo Sun Mar 10 01:59:08 2013 (r313789)
+++ head/devel/p5-Scalar-Does/distinfo Sun Mar 10 02:50:54 2013 (r313790)
@@ -1,2 +1,2 @@
-SHA256 (Scalar-Does-0.012.tar.gz) = e09a1fda06844861a5e5aebc3d4e0ef8be650d801b3bdf31db87ff05bfc2e919
-SIZE (Scalar-Does-0.012.tar.gz) = 59453
+SHA256 (Scalar-Does-0.101.tar.gz) = 6e8a877ed3f4bbb304e02e6ea75619127aa88048ca6c62fa9ef9105f75b9635e
+SIZE (Scalar-Does-0.101.tar.gz) = 65925
Modified: head/devel/p5-Scalar-Does/pkg-plist
==============================================================================
--- head/devel/p5-Scalar-Does/pkg-plist Sun Mar 10 01:59:08 2013 (r313789)
+++ head/devel/p5-Scalar-Does/pkg-plist Sun Mar 10 02:50:54 2013 (r313790)
@@ -1,3 +1,4 @@
+%%SITE_PERL%%/IO/Detect.pm
%%SITE_PERL%%/Scalar/Does.pm
%%SITE_PERL%%/Scalar/Does/MooseTypes.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Scalar/Does/.packlist
@@ -5,3 +6,4 @@
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Scalar
@dirrm %%SITE_PERL%%/Scalar/Does
@dirrmtry %%SITE_PERL%%/Scalar
+ at dirrmtry %%SITE_PERL%%/IO
More information about the svn-ports-head
mailing list