[PATCH] devel/p5-DateTime-Format-Strptime: Fix build (since p5-Params-Validate)

Gea-Suan Lin gslin at gslin.org
Thu Oct 22 22:50:12 UTC 2009


>Submitter-Id:	current-users
>Originator:	Gea-Suan Lin
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] devel/p5-DateTime-Format-Strptime: Fix build (since p5-Params-Validate)
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 7.2-RELEASE-p3 i386
>Environment:
System: FreeBSD colo-p.gslin.org 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #0: Sat Aug 22 10:48:39 CST 2009
>Description:
- Fix build (since p5-Params-Validate)

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

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

--- p5-DateTime-Format-Strptime-1.10.00,1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-DateTime-Format-Strptime/Makefile /home/staff/gslin/work/ports2/p5-DateTime-Format-Strptime/Makefile
--- /usr/ports/devel/p5-DateTime-Format-Strptime/Makefile	2009-08-17 22:04:58.000000000 +0800
+++ /home/staff/gslin/work/ports2/p5-DateTime-Format-Strptime/Makefile	2009-10-23 06:33:36.000000000 +0800
@@ -17,9 +17,9 @@
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Parse and format strp and strf time patterns
 
-RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \
-		${SITE_PERL}/DateTime/TimeZone.pm:${PORTSDIR}/devel/p5-DateTime-TimeZone \
-		${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime
+RUN_DEPENDS=	p5-DateTime>0:${PORTSDIR}/devel/p5-DateTime \
+		p5-DateTime-TimeZone>0:${PORTSDIR}/devel/p5-DateTime-TimeZone \
+		p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
--- p5-DateTime-Format-Strptime-1.10.00,1.patch ends here ---



More information about the freebsd-perl mailing list