svn commit: r309620 - head/devel/p5-Test-Strict
Anton Berezin
tobez at FreeBSD.org
Sat Dec 29 14:09:33 UTC 2012
Author: tobez
Date: Sat Dec 29 14:09:31 2012
New Revision: 309620
URL: http://svnweb.freebsd.org/changeset/ports/309620
Log:
Update to 0.16.
Changes: http://search.cpan.org/dist/Test-Strict/Changes
Modified:
head/devel/p5-Test-Strict/Makefile
head/devel/p5-Test-Strict/distinfo
Modified: head/devel/p5-Test-Strict/Makefile
==============================================================================
--- head/devel/p5-Test-Strict/Makefile Sat Dec 29 13:49:27 2012 (r309619)
+++ head/devel/p5-Test-Strict/Makefile Sat Dec 29 14:09:31 2012 (r309620)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: p5-Test-Strict
-# Date Created: 27 Dec 2005
-# Whom: Zach Thompson <hideo at lastamericanempire.com>
-#
+# Created by: Zach Thompson <hideo at lastamericanempire.com>
# $FreeBSD$
-#
PORTNAME= Test-Strict
-PORTVERSION= 0.14
+PORTVERSION= 0.16
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,7 +10,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Test and report on use strict/warnings coverage
-RUN_DEPENDS= p5-Devel-Cover>=0.43:${PORTSDIR}/devel/p5-Devel-Cover
+BUILD_DEPENDS= p5-Devel-Cover>=0.43:${PORTSDIR}/devel/p5-Devel-Cover \
+ p5-Modern-Perl>=0:${PORTSDIR}/lang/p5-Modern-Perl
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
Modified: head/devel/p5-Test-Strict/distinfo
==============================================================================
--- head/devel/p5-Test-Strict/distinfo Sat Dec 29 13:49:27 2012 (r309619)
+++ head/devel/p5-Test-Strict/distinfo Sat Dec 29 14:09:31 2012 (r309620)
@@ -1,2 +1,2 @@
-SHA256 (Test-Strict-0.14.tar.gz) = c04aef226b210ea06fd436f176e59aa3f9a0d7db326bb04f5a6047584a68ac98
-SIZE (Test-Strict-0.14.tar.gz) = 8182
+SHA256 (Test-Strict-0.16.tar.gz) = 60edbadc7af996aefccafac5892e758bf5026a702192f419c60ae8f104ccbd56
+SIZE (Test-Strict-0.16.tar.gz) = 10075
More information about the svn-ports-head
mailing list