svn commit: r312821 - head/devel/p5-Test-Strict
Frederic Culot
culot at FreeBSD.org
Sat Feb 23 14:25:38 UTC 2013
Author: culot
Date: Sat Feb 23 14:25:37 2013
New Revision: 312821
URL: http://svnweb.freebsd.org/changeset/ports/312821
Log:
- Update to 0.20
- Add LICENSE (Artistic 1 & GPL 1)
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 Feb 23 14:25:07 2013 (r312820)
+++ head/devel/p5-Test-Strict/Makefile Sat Feb 23 14:25:37 2013 (r312821)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Test-Strict
-PORTVERSION= 0.19
+PORTVERSION= 0.20
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Test and report on use strict/warnings coverage
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-Devel-Cover>=0.43:${PORTSDIR}/devel/p5-Devel-Cover
RUN_DEPENDS:= ${BUILD_DEPENDS}
Modified: head/devel/p5-Test-Strict/distinfo
==============================================================================
--- head/devel/p5-Test-Strict/distinfo Sat Feb 23 14:25:07 2013 (r312820)
+++ head/devel/p5-Test-Strict/distinfo Sat Feb 23 14:25:37 2013 (r312821)
@@ -1,2 +1,2 @@
-SHA256 (Test-Strict-0.19.tar.gz) = 1a68055cffa9a4239e981a35f1e961709db39e3814d83bee8c78828fee6cfb13
-SIZE (Test-Strict-0.19.tar.gz) = 10562
+SHA256 (Test-Strict-0.20.tar.gz) = 0277389043977e7686a29e4b1124d76fce4abe50f54c2d7362f567c1c71b9a36
+SIZE (Test-Strict-0.20.tar.gz) = 11196
More information about the svn-ports-head
mailing list