ports/179471: [PATCH] Fix devel/p5-Const-Fast after latest update

Geraud CONTINSOUZAS geraud at gcu.info
Mon Jun 10 22:40:00 UTC 2013


>Number:         179471
>Category:       ports
>Synopsis:       [PATCH] Fix devel/p5-Const-Fast after latest update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 10 22:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Geraud CONTINSOUZAS
>Release:        FreeBSD 8.3-STABLE
>Organization:
>Environment:
>Description:
Recent update of p5-Const-Fast broke the port as it requires a more recent version of p5-Sub-Exporter-Progressive than what we have in ports. (see ports/179468)
>How-To-Repeat:
Run the test suit
>Fix:
See attached patch.

This PR requires prior approval of ports/179468 

Patch attached with submission follows:

--- devel/p5-Const-Fast/Makefile.orig	2013-06-11 08:19:04.000000000 +1100
+++ devel/p5-Const-Fast/Makefile	2013-06-11 09:31:47.000000000 +1100
@@ -17,7 +17,7 @@
 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


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list