Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Dec 2012 14:09:32 +0000 (UTC)
From:      Anton Berezin <tobez@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309620 - head/devel/p5-Test-Strict
Message-ID:  <201212291409.qBTE9WDO064657@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@lastamericanempire.com>
-#
+# Created by: Zach Thompson <hideo@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@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



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