ports/128796: [PATCH] devel/p5-Data-OptList: update dependency

Yen-Ming Lee leeym at FreeBSD.org
Tue Nov 11 18:10:01 UTC 2008


>Number:         128796
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Data-OptList: update dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 11 18:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
>Description:
- update dependency and build on older perl
- bump PORTREVISION

Port maintainer (lbr at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Data-OptList-0.103_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Data-OptList/Makefile,v
retrieving revision 1.6
diff -u -d -b -w -u -r1.6 Makefile
--- Makefile	17 Apr 2008 14:25:05 -0000	1.6
+++ Makefile	11 Nov 2008 17:59:43 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Data-OptList
 PORTVERSION=	0.103
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,13 +15,18 @@
 MAINTAINER=	lbr at FreeBSD.org
 COMMENT=	Parse and validate simple name/value option pairs
 
-BUILD_DEPENDS=	p5-Sub-Install>=0.92:${PORTSDIR}/devel/p5-Sub-Install \
-		p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
-		p5-Params-Util>=0.14:${PORTSDIR}/devel/p5-Params-Util
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	p5-Params-Util>=0.14:${PORTSDIR}/devel/p5-Params-Util \
+		p5-Sub-Install>=0.92:${PORTSDIR}/devel/p5-Sub-Install
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	5.8.0+
+PERL_CONFIGURE=	yes
 
 MAN3=	Data::OptList.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500703
+RUN_DEPENDS+=	p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
+.endif
+
+.include <bsd.port.post.mk>
--- p5-Data-OptList-0.103_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list