ports/133975: [PATCH] devel/p5-File-Find-Rule: simplify dependency

Yen-Ming Lee leeym at FreeBSD.org
Fri Apr 24 17:10:05 UTC 2009


>Number:         133975
>Category:       ports
>Synopsis:       [PATCH] devel/p5-File-Find-Rule: simplify 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:   Fri Apr 24 17:10:04 UTC 2009
>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:
- simplify dependency
- bump PORTREVISION

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

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

--- p5-File-Find-Rule-0.30_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-File-Find-Rule/Makefile,v
retrieving revision 1.9
diff -u -d -b -w -u -r1.9 Makefile
--- Makefile	17 Apr 2008 14:25:22 -0000	1.9
+++ Makefile	24 Apr 2009 17:03:49 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	File-Find-Rule
 PORTVERSION=	0.30
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,10 +15,8 @@
 MAINTAINER=	skv at FreeBSD.org
 COMMENT=	Alternative interface to File::Find
 
-BUILD_DEPENDS=	${SITE_PERL}/Number/Compare.pm:${PORTSDIR}/math/p5-Number-Compare \
-		${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
-		${SITE_PERL}/Text/Glob.pm:${PORTSDIR}/textproc/p5-Text-Glob
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	p5-Number-Compare>=0:${PORTSDIR}/math/p5-Number-Compare \
+		p5-Text-Glob>=0:${PORTSDIR}/textproc/p5-Text-Glob
 
 PERL_MODBUILD=	yes
 
@@ -25,10 +24,4 @@
 MAN3=		File::Find::Rule.3 File::Find::Rule::Extending.3 \
 		File::Find::Rule::Procedural.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500702
-BUILD_DEPENDS+=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- p5-File-Find-Rule-0.30_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list