Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2013 17:33:55 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328973 - head/devel/p5-Scalar-Does
Message-ID:  <201310011733.r91HXtRK093395@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Oct  1 17:33:55 2013
New Revision: 328973
URL: http://svnweb.freebsd.org/changeset/ports/328973

Log:
  - Update to 0.201
  
  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	Tue Oct  1 17:32:38 2013	(r328972)
+++ head/devel/p5-Scalar-Does/Makefile	Tue Oct  1 17:33:55 2013	(r328973)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Scalar-Does
-PORTVERSION=	0.200
+PORTVERSION=	0.201
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,7 +13,8 @@ COMMENT=	Like ref() but useful
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Type-Tiny>=0.004:${PORTSDIR}/devel/p5-Type-Tiny \
+BUILD_DEPENDS=	p5-Exporter-Tiny>=0.026:${PORTSDIR}/devel/p5-Exporter-Tiny \
+		p5-Type-Tiny>=0.004:${PORTSDIR}/devel/p5-Type-Tiny \
 		p5-URI>=0:${PORTSDIR}/net/p5-URI \
 		p5-lexical-underscore>=0:${PORTSDIR}/devel/p5-lexical-underscore \
 		p5-namespace-clean>=0.19:${PORTSDIR}/devel/p5-namespace-clean
@@ -24,7 +25,7 @@ TEST_DEPENDS=	p5-IO-All>=0:${PORTSDIR}/d
 		p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
 		p5-Path-Tiny>=0:${PORTSDIR}/devel/p5-Path-Tiny \
 		p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \
-		p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires
+		p5-Test-Requires>=0.06:${PORTSDIR}/devel/p5-Test-Requires
 
 CONFLICTS_INSTALL=	p5-IO-Detect-[0-9]*
 
@@ -33,6 +34,10 @@ USES=		perl5
 
 .include <bsd.port.pre.mk>
 
+.if ${PERL_LEVEL} < 501400
+TEST_DEPENDS+=	p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
 .if ${PERL_LEVEL} < 501601
 BUILD_DEPENDS+=	p5-Scalar-List-Utils>=1.24:${PORTSDIR}/lang/p5-Scalar-List-Utils
 RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.24:${PORTSDIR}/lang/p5-Scalar-List-Utils

Modified: head/devel/p5-Scalar-Does/distinfo
==============================================================================
--- head/devel/p5-Scalar-Does/distinfo	Tue Oct  1 17:32:38 2013	(r328972)
+++ head/devel/p5-Scalar-Does/distinfo	Tue Oct  1 17:33:55 2013	(r328973)
@@ -1,2 +1,2 @@
-SHA256 (Scalar-Does-0.200.tar.gz) = 6ce433e14facfb9ee8a0607065cdc99040ca2efb4d9f91de53ab4d39ad96c991
-SIZE (Scalar-Does-0.200.tar.gz) = 66370
+SHA256 (Scalar-Does-0.201.tar.gz) = b524df1faa3f14dad617b77a208d32a04adafa8029bb25aeaee49f42c4543b92
+SIZE (Scalar-Does-0.201.tar.gz) = 34292



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