From sunpoet@sunpoet.net  Sat Oct 15 13:13:45 2011
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 78D20106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Oct 2011 13:13:45 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
	by mx1.freebsd.org (Postfix) with ESMTP id 44E178FC1A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Oct 2011 13:13:45 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id B889841A5; Sat, 15 Oct 2011 21:13:41 +0800 (CST)
Message-Id: <20111015131341.B889841A5@sunpoet.net>
Date: Sat, 15 Oct 2011 21:13:41 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: kaoru@kaisei.org
Subject: [PATCH] www/p5-LWP-UserAgent-WithCache: update to 0.12
X-Send-Pr-Version: 3.113
X-GNATS-Notify: kaoru@kaisei.org

>Number:         161682
>Category:       ports
>Synopsis:       [PATCH] www/p5-LWP-UserAgent-WithCache: update to 0.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 15 13:20:03 UTC 2011
>Closed-Date:    Fri Oct 21 07:02:12 UTC 2011
>Last-Modified:  Fri Oct 21 07:10:10 UTC 2011
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Sep 28 22:36:13 CST 2011
>Description:
- Update to 0.12

Changes:	http://search.cpan.org/dist/LWP-UserAgent-WithCache/Changes

Port maintainer (kaoru@kaisei.org) is cc'd.

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

--- p5-LWP-UserAgent-WithCache-0.12.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-LWP-UserAgent-WithCache/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	31 Mar 2009 09:37:56 -0000	1.4
+++ Makefile	15 Oct 2011 13:13:23 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	LWP-UserAgent-WithCache
-PORTVERSION=	0.11
+PORTVERSION=	0.12
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,12 +14,13 @@
 MAINTAINER=	kaoru@kaisei.org
 COMMENT=	LWP::UserAgent extension with local cache
 
-RUN_DEPENDS=	${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww	\
-		${SITE_PERL}/Cache/FileCache.pm:${PORTSDIR}/devel/p5-Cache-Cache \
-		${SITE_PERL}/File/HomeDir.pm:${PORTSDIR}/devel/p5-File-HomeDir
-BUILD_DEPENDS=	${RUN_DEPENDS}
+BUILD_DEPENDS=	p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache \
+		p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir \
+		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
+
 MAN3=		LWP::UserAgent::WithCache.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-LWP-UserAgent-WithCache/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo	19 Mar 2011 12:35:50 -0000	1.4
+++ distinfo	15 Oct 2011 13:13:23 -0000
@@ -1,2 +1,2 @@
-SHA256 (LWP-UserAgent-WithCache-0.11.tar.gz) = b7bb0b6cee6037950f8bfce55c0c9893762c6468b0023f8fc8c91f2b094906bb
-SIZE (LWP-UserAgent-WithCache-0.11.tar.gz) = 3305
+SHA256 (LWP-UserAgent-WithCache-0.12.tar.gz) = 29239f28fbc38d60872d925d2b62a012673461e77acb53864f541423174822fe
+SIZE (LWP-UserAgent-WithCache-0.12.tar.gz) = 3689
--- p5-LWP-UserAgent-WithCache-0.12.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Oct 15 13:20:13 UTC 2011 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161682 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Oct 15 13:20:17 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: kaoru@kaisei.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/161682: [PATCH] www/p5-LWP-UserAgent-WithCache: update to 0.12
Date: Sat, 15 Oct 2011 13:20:15 UT

 Maintainer of www/p5-LWP-UserAgent-WithCache,
 
 Please note that PR ports/161682 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/161682
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: perl->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Sat Oct 15 13:37:04 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

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

From: TAKAHASHI Kaoru <kaoru@kaisei.org>
To: bug-followup@FreeBSD.org, sunpoet@FreeBSD.org
Cc: kaoru@kaisei.org
Subject: Re: ports/161682: [PATCH] www/p5-LWP-UserAgent-WithCache: update to 0.12
Date: Fri, 21 Oct 2011 15:02:06 +0900

 I approved.  Please commit.
 
 Thanks!
 -- 
 TAKAHASHI Kaoru
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Fri Oct 21 07:02:08 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/161682: commit references a PR
Date: Fri, 21 Oct 2011 07:01:55 +0000 (UTC)

 sunpoet     2011-10-21 07:01:46 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/p5-LWP-UserAgent-WithCache Makefile distinfo 
   Log:
   - Update to 0.12
   
   Changes:        http://search.cpan.org/dist/LWP-UserAgent-WithCache/Changes
   PR:             ports/161682
   Submitted by:   sunpoet (myself)
   Approved by:    TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)
   
   Revision  Changes    Path
   1.5       +6 -5      ports/www/p5-LWP-UserAgent-WithCache/Makefile
   1.5       +2 -2      ports/www/p5-LWP-UserAgent-WithCache/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:
