ports/137820: [PATCH] devel/p5-DateTime-Locale: change dependency order

Yen-Ming Lee leeym at FreeBSD.org
Sun Aug 16 05:50:05 UTC 2009


>Number:         137820
>Category:       ports
>Synopsis:       [PATCH] devel/p5-DateTime-Locale: change dependency order
>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:   Sun Aug 16 05:50: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:
- set BUILD_DEPENDS=${RUN_DEPENDS} otherwise it will bring Module::Build and other modules into runtime dependencies.
- bump PORTREVISION

Port maintainer (mat at 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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list