From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 2 07:00:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3063F106567A for ; Mon, 2 Jun 2008 07:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D4E018FC12 for ; Mon, 2 Jun 2008 07:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m52701Ir048091 for ; Mon, 2 Jun 2008 07:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m52701Ps048090; Mon, 2 Jun 2008 07:00:01 GMT (envelope-from gnats) Resent-Date: Mon, 2 Jun 2008 07:00:01 GMT Resent-Message-Id: <200806020700.m52701Ps048090@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rong-En Fan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B29A9106566C for ; Mon, 2 Jun 2008 06:59:35 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75]) by mx1.freebsd.org (Postfix) with ESMTP id 4C96A8FC20 for ; Mon, 2 Jun 2008 06:59:34 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1]) by svm.csie.ntu.edu.tw (8.14.2/8.14.2) with ESMTP id m526xXQI041366; Mon, 2 Jun 2008 14:59:33 +0800 (CST) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: (from rafan@localhost) by svm.csie.ntu.edu.tw (8.14.2/8.14.2/Submit) id m526xXFZ073902; Mon, 2 Jun 2008 14:59:33 +0800 (CST) (envelope-from rafan) Message-Id: <200806020659.m526xXFZ073902@svm.csie.ntu.edu.tw> Date: Mon, 2 Jun 2008 14:59:33 +0800 (CST) From: Rong-En Fan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mat@FreeBSD.org Subject: ports/124201: [PATCH] devel/p5-DateTime-Locale: add missing dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 07:00:02 -0000 >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: