Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Feb 2013 14:25:38 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312821 - head/devel/p5-Test-Strict
Message-ID:  <201302231425.r1NEPcLK029467@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302231425.r1NEPcLK029467>