From rafan@svm.csie.ntu.edu.tw  Mon Jun  2 06:59:35 2008
Return-Path: <rafan@svm.csie.ntu.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B29A9106566C
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <rafan@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: mat@freebsd.org
Subject: [PATCH] devel/p5-DateTime-Locale: add missing dependency
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         124201
>Category:       ports
>Synopsis:       [PATCH] devel/p5-DateTime-Locale: add missing dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mat
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 02 07:00:01 UTC 2008
>Closed-Date:    Tue Jun 03 14:40:36 UTC 2008
>Last-Modified:  Tue Jun  3 14:50:01 UTC 2008
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->mat 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jun 2 07:00:08 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124201 
State-Changed-From-To: open->closed 
State-Changed-By: mat 
State-Changed-When: Tue Jun 3 14:40:36 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/124201: commit references a PR
Date: Tue,  3 Jun 2008 14:40:34 +0000 (UTC)

 mat         2008-06-03 14:40:29 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-DateTime-Locale Makefile 
   Log:
   Add missing dependency
   
   PR:             124201
   Submitted by:   rafan
   
   Revision  Changes    Path
   1.21      +3 -1      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:
