From nobody@FreeBSD.org  Wed Feb 20 19:04:21 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0E21B16A405
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 20 Feb 2008 19:04:21 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id E865913C4D5
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 20 Feb 2008 19:04:20 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1KJ1msT052184
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 20 Feb 2008 19:01:48 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m1KJ1mon052183;
	Wed, 20 Feb 2008 19:01:48 GMT
	(envelope-from nobody)
Message-Id: <200802201901.m1KJ1mon052183@www.freebsd.org>
Date: Wed, 20 Feb 2008 19:01:48 GMT
From: Felippe de Meirelles Motta <lippemail@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] devel/p5-File-Util
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: jeffhung@mail2000.com.tw

>Number:         120905
>Category:       ports
>Synopsis:       [UPDATE] devel/p5-File-Util
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gabor
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 20 19:10:03 UTC 2008
>Closed-Date:    Mon Feb 25 13:41:16 UTC 2008
>Last-Modified:  Mon Feb 25 13:41:16 UTC 2008
>Originator:     Felippe de Meirelles Motta
>Release:        FreeBSD 7.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008
    lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC

>Description:
- Updated to 3.23
- Use CPAN macro
- Minimal versions required by dependencys.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-File-Util/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	20 Jun 2007 06:19:38 -0000	1.2
+++ Makefile	20 Feb 2008 17:53:40 -0000
@@ -6,18 +6,16 @@
 #
 
 PORTNAME=	File-Util
-PORTVERSION=	3.22
+PORTVERSION=	3.23
 CATEGORIES=	devel perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	File
+MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	jeffhung@mail2000.com.tw
 COMMENT=	Perl5 module for easy, versatile, portable file handling
 
-RUN_DEPENDS=	${SITE_PERL}/Class/OOorNO.pm:${PORTSDIR}/devel/p5-Class-OOorNO \
-		${SITE_PERL}/Exception/Handler.pm:${PORTSDIR}/devel/p5-Exception-Handler
+RUN_DEPENDS=	p5-Class-OOorNO>=0.01:${PORTSDIR}/devel/p5-Class-OOorNO \
+		p5-Exception-Handler>=1:${PORTSDIR}/devel/p5-Exception-Handler
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	YES
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-File-Util/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	20 Jun 2007 06:19:38 -0000	1.2
+++ distinfo	20 Feb 2008 17:53:40 -0000
@@ -1,3 +1,3 @@
-MD5 (File-Util-3.22.tar.gz) = b45264cb0b9fdc443d11c01ff0445c06
-SHA256 (File-Util-3.22.tar.gz) = 2a9d81113160e27051ce62713c8d1bf1ee792807b446218fbd15470c9725c10c
-SIZE (File-Util-3.22.tar.gz) = 42637
+MD5 (File-Util-3.23.tar.gz) = 0a198e293df92fcd5ba45eaee7f153ff
+SHA256 (File-Util-3.23.tar.gz) = b19e949ff1ed28caba83df7067096041e97a7f4bf49d2fd59aa32cfd3fb12c3a
+SIZE (File-Util-3.23.tar.gz) = 42409


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gabor 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Feb 20 19:10:18 UTC 2008 
Responsible-Changed-Why:  
gabor@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120905 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Feb 20 19:10:26 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Jeff Hung <jeffhung@mail2000.com.tw>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/120905: [UPDATE] devel/p5-File-Util
Date: Sat, 23 Feb 2008 10:24:35 +0800

 The upgrade seems find. Please commit it. Thanks.
 
 Jeff Hung
 
 
 Edwin Groothuis wrote:
 > Maintainer of devel/p5-File-Util,
 >
 > Please note that PR ports/120905 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/120905
 >
 >   

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/120905: commit references a PR
Date: Mon, 25 Feb 2008 13:31:53 +0000 (UTC)

 gabor       2008-02-25 13:31:48 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-File-Util   Makefile distinfo 
   Log:
   - Update to 3.23
   - Better adjustment of dependencis
   - Style
   
   PR:             ports/120905
   Submitted by:   Felippe de Meirelles Motta <lippemail@gmail.com>
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.3       +4 -6      ports/devel/p5-File-Util/Makefile
   1.3       +3 -3      ports/devel/p5-File-Util/distinfo
 _______________________________________________
 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"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: gabor 
State-Changed-When: Mon Feb 25 13:40:42 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120905 
>Unformatted:
