Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jun 2013 22:38:36 GMT
From:      Geraud CONTINSOUZAS <geraud@gcu.info>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179471: [PATCH] Fix devel/p5-Const-Fast after latest update
Message-ID:  <201306102238.r5AMcaFu049916@oldred.freebsd.org>
Resent-Message-ID: <201306102240.r5AMe0bt035758@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



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