Skip site navigation (1)Skip section navigation (2)
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:   ports/137820: [PATCH] devel/p5-DateTime-Locale: change dependency order
Message-ID:  <200908160542.n7G5gQlZ066654@cn1.leeym.com>
Resent-Message-ID: <200908160550.n7G5o4ne042139@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908160542.n7G5gQlZ066654>