From gslin@colo-p.gslin.org  Thu Oct 22 22:34:12 2009
Return-Path: <gslin@colo-p.gslin.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5F086106568B
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 22 Oct 2009 22:34:12 +0000 (UTC)
	(envelope-from gslin@colo-p.gslin.org)
Received: from colo-p.gslin.org (60-199-248-145.static.tfn.net.tw [60.199.248.145])
	by mx1.freebsd.org (Postfix) with ESMTP id E28DB8FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 22 Oct 2009 22:34:10 +0000 (UTC)
Received: by colo-p.gslin.org (Postfix, from userid 1000)
	id 9685E7E81D; Fri, 23 Oct 2009 06:34:10 +0800 (CST)
Message-Id: <20091022223410.9685E7E81D@colo-p.gslin.org>
Date: Fri, 23 Oct 2009 06:34:10 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: perl@FreeBSD.org, gslin@gslin.org
Subject: [PATCH] devel/p5-DateTime-Format-Strptime: Fix build (since p5-Params-Validate)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         139852
>Category:       ports
>Synopsis:       [PATCH] devel/p5-DateTime-Format-Strptime: Fix build (since p5-Params-Validate)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    perl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 22 22:40:01 UTC 2009
>Closed-Date:    Sat Nov 21 14:30:57 UTC 2009
>Last-Modified:  Sat Nov 21 14:30:57 UTC 2009
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 7.2-RELEASE-p3 i386
>Organization:
>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@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@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 ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Oct 22 22:40:16 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139852 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Nov 21 14:30:55 UTC 2009 
State-Changed-Why:  
was already fixed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139852 
>Unformatted:
