From leeym@cn1.leeym.com  Sun Aug 16 05:42:27 2009
Return-Path: <leeym@cn1.leeym.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 70129106568C
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 16 Aug 2009 05:42:27 +0000 (UTC)
	(envelope-from leeym@cn1.leeym.com)
Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237])
	by mx1.freebsd.org (Postfix) with ESMTP id 4142D8FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 16 Aug 2009 05:42:26 +0000 (UTC)
Received: from cn1.leeym.com (localhost [127.0.0.1])
	by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id n7G5gQQQ066655;
	Sat, 15 Aug 2009 22:42:26 -0700 (PDT)
	(envelope-from leeym@cn1.leeym.com)
Received: (from leeym@localhost)
	by cn1.leeym.com (8.14.2/8.14.2/Submit) id n7G5gQlZ066654;
	Sat, 15 Aug 2009 22:42:26 -0700 (PDT)
	(envelope-from leeym)
Message-Id: <200908160542.n7G5gQlZ066654@cn1.leeym.com>
Date: Sat, 15 Aug 2009 22:42:26 -0700 (PDT)
From: Yen-Ming Lee <leeym@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: mat@freebsd.org
Subject: [PATCH] devel/p5-DateTime-Locale: change dependency order
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         137820
>Category:       ports
>Synopsis:       [PATCH] devel/p5-DateTime-Locale: change dependency order
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jadawin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 16 05:50:04 UTC 2009
>Closed-Date:    Mon Aug 24 13:22:30 UTC 2009
>Last-Modified:  Mon Aug 24 13:30:01 UTC 2009
>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:
- set BUILD_DEPENDS=${RUN_DEPENDS} otherwise it will bring Module::Build and other modules into runtime dependencies.
- bump PORTREVISION

Port maintainer (mat@FreeBSD.org) is cc'd.

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

--- p5-DateTime-Locale-0.43_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-DateTime-Locale/Makefile,v
retrieving revision 1.25
diff -u -d -b -w -u -r1.25 Makefile
--- Makefile	23 Jul 2009 17:24:12 -0000	1.25
+++ Makefile	16 Aug 2009 05:40:55 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	DateTime-Locale
 PORTVERSION=	0.43
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,9 +16,9 @@
 MAINTAINER=	mat@FreeBSD.org
 COMMENT=	Localization support for DateTime
 
-BUILD_DEPENDS=	p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
+RUN_DEPENDS=	p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
 		p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate
-RUN_DEPENDS=	${BUILD_DEPENDS}
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_MODBUILD=	yes
 
--- p5-DateTime-Locale-0.43_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mat 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Aug 16 05:50:14 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137820 
Responsible-Changed-From-To: mat->perl 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sun Aug 16 10:06:18 UTC 2009 
Responsible-Changed-Why:  
Maintainer was reset. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137820 
Responsible-Changed-From-To: perl->jadawin 
Responsible-Changed-By: jadawin 
Responsible-Changed-When: Sun Aug 16 15:04:23 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137820 
State-Changed-From-To: open->closed 
State-Changed-By: jadawin 
State-Changed-When: Mon Aug 24 13:22:30 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137820 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/137820: commit references a PR
Date: Mon, 24 Aug 2009 13:22:09 +0000 (UTC)

 jadawin     2009-08-24 13:21:55 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-DateTime-Locale Makefile 
   Log:
   - Change dependencies order
   - Bump PORTREVISION
   
   PR:             ports/137820
   Submitted by:   leeym@
   
   Revision  Changes    Path
   1.27      +3 -2      ports/devel/p5-DateTime-Locale/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
