svn commit: r311249 - head/devel/p5-Scalar-Does
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jan 30 18:17:19 UTC 2013
Author: sunpoet
Date: Wed Jan 30 18:17:18 2013
New Revision: 311249
URL: http://svnweb.freebsd.org/changeset/ports/311249
Log:
- Update to 0.012
- Remove outdated PERL_LEVEL check
Changes: http://search.cpan.org/dist/Scalar-Does/Changes
Modified:
head/devel/p5-Scalar-Does/Makefile
head/devel/p5-Scalar-Does/distinfo
Modified: head/devel/p5-Scalar-Does/Makefile
==============================================================================
--- head/devel/p5-Scalar-Does/Makefile Wed Jan 30 18:14:37 2013 (r311248)
+++ head/devel/p5-Scalar-Does/Makefile Wed Jan 30 18:17:18 2013 (r311249)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Scalar-Does
-PORTVERSION= 0.010
+PORTVERSION= 0.012
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -22,17 +22,9 @@ TEST_DEPENDS= p5-Moose>=0:${PORTSDIR}/de
p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \
p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
-# It requires UNIVERSAL::DOES on Perl 5.8
PERL_CONFIGURE= yes
MAN3= Scalar::Does.3 \
Scalar::Does::MooseTypes.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.20:${PORTSDIR}/lang/p5-Scalar-List-Utils
-RUN_DEPENDS+= p5-Scalar-List-Utils>=1.20:${PORTSDIR}/lang/p5-Scalar-List-Utils
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-Scalar-Does/distinfo
==============================================================================
--- head/devel/p5-Scalar-Does/distinfo Wed Jan 30 18:14:37 2013 (r311248)
+++ head/devel/p5-Scalar-Does/distinfo Wed Jan 30 18:17:18 2013 (r311249)
@@ -1,2 +1,2 @@
-SHA256 (Scalar-Does-0.010.tar.gz) = 41c62fa10d2426d9ad157df9856cbd83d649f19e6ec1b68563e88c75688fd190
-SIZE (Scalar-Does-0.010.tar.gz) = 58697
+SHA256 (Scalar-Does-0.012.tar.gz) = e09a1fda06844861a5e5aebc3d4e0ef8be650d801b3bdf31db87ff05bfc2e919
+SIZE (Scalar-Does-0.012.tar.gz) = 59453
More information about the svn-ports-head
mailing list