Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jun 2013 17:11:33 +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: r320821 - head/devel/p5-Const-Fast
Message-ID:  <201306131711.r5DHBXLZ038041@svn.freebsd.org>

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



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