svn commit: r320821 - head/devel/p5-Const-Fast

Frederic Culot culot at FreeBSD.org
Thu Jun 13 17:11:33 UTC 2013


Author: culot
Date: Thu Jun 13 17:11:32 2013
New Revision: 320821
URL: http://svnweb.freebsd.org/changeset/ports/320821

Log:
  - Fix Sub::Exporter::Progressive minimum version requirements
  
  PR:		ports/179471
  Submitted by:	Geraud CONTINSOUZAS <geraud at gcu.info>

Modified:
  head/devel/p5-Const-Fast/Makefile

Modified: head/devel/p5-Const-Fast/Makefile
==============================================================================
--- head/devel/p5-Const-Fast/Makefile	Thu Jun 13 16:39:08 2013	(r320820)
+++ head/devel/p5-Const-Fast/Makefile	Thu Jun 13 17:11:32 2013	(r320821)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Const-Fast
 PORTVERSION=	0.014
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:LEONT
@@ -17,7 +18,7 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS:=	${RUN_DEPENDS} \
 		p5-Module-Build-Tiny>=0.021:${PORTSDIR}/devel/p5-Module-Build-Tiny
 RUN_DEPENDS=	p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
-		p5-Sub-Exporter-Progressive>=0:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive
+		p5-Sub-Exporter-Progressive>=0.001.007:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive
 TEST_DEPENDS=	p5-Test-Exception>=0.29:${PORTSDIR}/devel/p5-Test-Exception
 
 PERL_MODBUILD=	yes


More information about the svn-ports-all mailing list