From gslin@netnews.NCTU.edu.tw  Wed Aug  2 11:50:21 2006
Return-Path: <gslin@netnews.NCTU.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3FB0A16A4DA;
	Wed,  2 Aug 2006 11:50:21 +0000 (UTC)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E467943D45;
	Wed,  2 Aug 2006 11:50:20 +0000 (GMT)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000)
	id 1949451; Wed,  2 Aug 2006 19:50:16 +0800 (CST)
Message-Id: <20060802115016.1949451@netnews.NCTU.edu.tw>
Date: Wed,  2 Aug 2006 19:50:16 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: aaron@FreeBSD.org, gslin@gslin.org
Subject: [PATCH] ftp/p5-File-Fetch: update to 0.08
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         101258
>Category:       ports
>Synopsis:       [PATCH] ftp/p5-File-Fetch: update to 0.08
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    aaron
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 02 12:00:33 GMT 2006
>Closed-Date:    Wed Sep 13 20:01:16 GMT 2006
>Last-Modified:  Wed Sep 13 20:10:19 GMT 2006
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
- Update to 0.08

Port maintainer (aaron@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-File-Fetch-0.08.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/ftp/p5-File-Fetch/Makefile /home/staff/gslin/work/p5-File-Fetch/Makefile
--- /usr/ports/ftp/p5-File-Fetch/Makefile	Thu Jun  1 02:07:52 2006
+++ /home/staff/gslin/work/p5-File-Fetch/Makefile	Wed Aug  2 19:47:03 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	File-Fetch
-PORTVERSION=	0.07
+PORTVERSION=	0.08
 CATEGORIES=	ftp www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	File
@@ -15,8 +15,10 @@
 MAINTAINER=	aaron@FreeBSD.org
 COMMENT=	A generic file fetching mechanism
 
-BUILD_DEPENDS=	${SITE_PERL}/IPC/Cmd.pm:${PORTSDIR}/devel/p5-IPC-Cmd
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${SITE_PERL}/IPC/Cmd.pm:${PORTSDIR}/devel/p5-IPC-Cmd \
+		${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
+		${SITE_PERL}/Module/Load/Conditional.pm:${PORTSDIR}/devel/p5-Module-Load-Conditional
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 MAN3=	File::Fetch.3
 
diff -ruN --exclude=CVS /usr/ports/ftp/p5-File-Fetch/distinfo /home/staff/gslin/work/p5-File-Fetch/distinfo
--- /usr/ports/ftp/p5-File-Fetch/distinfo	Thu Jun  1 02:07:52 2006
+++ /home/staff/gslin/work/p5-File-Fetch/distinfo	Wed Aug  2 19:42:31 2006
@@ -1,3 +1,3 @@
-MD5 (File-Fetch-0.07.tar.gz) = 53135c09fa15e9cb0a980b153b9634e0
-SHA256 (File-Fetch-0.07.tar.gz) = 1ce376dd082bccd62af6d4899a436d53c66fc1ecb450ed80d0a54ec42792fe5e
-SIZE (File-Fetch-0.07.tar.gz) = 9463
+MD5 (File-Fetch-0.08.tar.gz) = bd2fc93569b571dcd4d4140b4ccbc001
+SHA256 (File-Fetch-0.08.tar.gz) = 2c97691dcb9ae4520e3134a59eb081f098f3f7d97498270d526091ce43a1c4ad
+SIZE (File-Fetch-0.08.tar.gz) = 10472
--- p5-File-Fetch-0.08.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->aaron 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Aug 2 12:00:45 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=101258 
State-Changed-From-To: open->closed 
State-Changed-By: leeym 
State-Changed-When: Wed Sep 13 20:01:12 UTC 2006 
State-Changed-Why:  
Committed, thanks. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/101258: commit references a PR
Date: Wed, 13 Sep 2006 20:01:10 +0000 (UTC)

 leeym       2006-09-13 20:01:04 UTC
 
   FreeBSD ports repository
 
   Modified files:
     ftp/p5-File-Fetch    Makefile distinfo 
   Log:
   - Update to 0.08
   
   PR:             101258
   Submitted by:   Gea-Suan Lin <gslin at gslin.org>
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.2       +5 -3      ports/ftp/p5-File-Fetch/Makefile
   1.2       +3 -3      ports/ftp/p5-File-Fetch/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"
 
>Unformatted:
