Date: Mon, 2 Jun 2008 14:59:33 +0800 (CST) From: Rong-En Fan <rafan@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mat@FreeBSD.org Subject: ports/124201: [PATCH] devel/p5-DateTime-Locale: add missing dependency Message-ID: <200806020659.m526xXFZ073902@svm.csie.ntu.edu.tw> Resent-Message-ID: <200806020700.m52701Ps048090@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 124201 >Category: ports >Synopsis: [PATCH] devel/p5-DateTime-Locale: add missing dependency >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: Mon Jun 02 07:00:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Rong-En Fan >Release: FreeBSD 7.0-STABLE amd64 >Organization: NTU CSIE >Environment: >Description: - DateTime::Locale requires List::MoreUtils Port maintainer (mat@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-DateTime-Locale-0.40.01_1.patch begins here --- ? work Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-DateTime-Locale/Makefile,v retrieving revision 1.20 diff -u -u -r1.20 Makefile --- Makefile 22 May 2008 14:02:20 -0000 1.20 +++ Makefile 2 Jun 2008 06:59:12 -0000 @@ -8,6 +8,7 @@ PORTNAME= DateTime-Locale PORTVERSION= 0.40.01 DISTVERSION= ${PORTVERSION:C/\.(..)$/\1/} +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +17,8 @@ COMMENT= Localization support for DateTime BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ + ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils PERL_MODBUILD= yes --- p5-DateTime-Locale-0.40.01_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?200806020659.m526xXFZ073902>