From freebsd@beardz.net  Tue May 15 16:10:52 2012
Return-Path: <freebsd@beardz.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 342BA1065676;
	Tue, 15 May 2012 16:10:52 +0000 (UTC)
	(envelope-from freebsd@beardz.net)
Received: from beardz.net (beardz.net [IPv6:2a01:4f8:121:2403:1::])
	by mx1.freebsd.org (Postfix) with ESMTP id AB4C98FC15;
	Tue, 15 May 2012 16:10:51 +0000 (UTC)
Received: from beardz.net (localhost [127.0.1.7])
	by beardz.net (8.14.5/8.14.4) with ESMTP id q4FGAoNu070477;
	Tue, 15 May 2012 17:10:50 +0100 (BST)
	(envelope-from freebsd@beardz.net)
Received: (from root@localhost)
	by beardz.net (8.14.5/8.14.4/Submit) id q4FGAo3X070476;
	Tue, 15 May 2012 17:10:50 +0100 (BST)
	(envelope-from freebsd@beardz.net)
Message-Id: <201205151610.q4FGAo3X070476@beardz.net>
Date: Tue, 15 May 2012 17:10:50 +0100 (BST)
From: Jase Thew <freebsd@beardz.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: perl@freebsd.org
Subject: [PATCH] www/p5-POE-Component-Client-HTTP: update to 0.9460
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         167931
>Category:       ports
>Synopsis:       [PATCH] www/p5-POE-Component-Client-HTTP: update to 0.9460
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 15 16:20:01 UTC 2012
>Closed-Date:    Wed May 16 11:52:14 UTC 2012
>Last-Modified:  Wed May 16 12:00:09 UTC 2012
>Originator:     Jase Thew
>Release:        FreeBSD 8.3-STABLE amd64
>Organization:
>Environment:
System: FreeBSD jail-ports.localdomain 8.3-STABLE FreeBSD 8.3-STABLE #0 r235039: Sat May  5 01:46:32
>Description:
- Update to 0.9460
- Changes: https://metacpan.org/source/RCAPUTO/POE-Component-Client-HTTP-0.946/CHANGES

Please note: This PR has a dependancy on update PR ports/167930

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

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix)
>How-To-Repeat:
>Fix:

--- p5-POE-Component-Client-HTTP-0.9460.patch begins here ---
diff -ruN --exclude=CVS ../p5-POE-Component-Client-HTTP.orig/Makefile ./Makefile
--- ../p5-POE-Component-Client-HTTP.orig/Makefile	2012-03-12 10:15:45.000000000 +0000
+++ ./Makefile	2012-05-15 17:04:31.036929918 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	POE-Component-Client-HTTP
-PORTVERSION=	0.9450
+PORTVERSION=	0.9460
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:RCAPUTO
@@ -22,7 +22,7 @@
 BUILD_DEPENDS=	p5-POE>=1.312:${PORTSDIR}/devel/p5-POE \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
 		p5-URI>=1.37:${PORTSDIR}/net/p5-URI \
-		p5-POE-Component-Client-Keepalive>=0.2690:${PORTSDIR}/net/p5-POE-Component-Client-Keepalive \
+		p5-POE-Component-Client-Keepalive>=0.2710:${PORTSDIR}/net/p5-POE-Component-Client-Keepalive \
 		p5-Socket-GetAddrInfo>=0.19:${PORTSDIR}/net/p5-Socket-GetAddrInfo
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
diff -ruN --exclude=CVS ../p5-POE-Component-Client-HTTP.orig/distinfo ./distinfo
--- ../p5-POE-Component-Client-HTTP.orig/distinfo	2012-03-12 10:15:45.000000000 +0000
+++ ./distinfo	2012-05-15 17:04:31.028901822 +0100
@@ -1,2 +1,2 @@
-SHA256 (POE-Component-Client-HTTP-0.945.tar.gz) = 619145216c6cfc89540df8d57258347c9c8dd1f451a1e3b11cc023cfd2d416ac
-SIZE (POE-Component-Client-HTTP-0.945.tar.gz) = 69945
+SHA256 (POE-Component-Client-HTTP-0.946.tar.gz) = 654a6d3371a7914c950a7a12dbf3d3072a8b88e8fc6e49891872370ddd0b3f21
+SIZE (POE-Component-Client-HTTP-0.946.tar.gz) = 70155
--- p5-POE-Component-Client-HTTP-0.9460.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue May 15 16:20:14 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167931 
Responsible-Changed-From-To: perl->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Tue May 15 17:18:39 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167931 
State-Changed-From-To: open->closed 
State-Changed-By: culot 
State-Changed-When: Wed May 16 11:52:13 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/167931: commit references a PR
Date: Wed, 16 May 2012 11:52:12 +0000 (UTC)

 culot       2012-05-16 11:52:00 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/p5-POE-Component-Client-HTTP Makefile distinfo 
   Log:
   - Update to 0.9460
   
   Changes:        http://search.cpan.org/dist/POE-Component-Client-HTTP/CHANGES
   PR:             ports/167931
   Submitted by:   Jase Thew <freebsd@beardz.net>
   
   Revision  Changes    Path
   1.36      +2 -2      ports/www/p5-POE-Component-Client-HTTP/Makefile
   1.31      +2 -2      ports/www/p5-POE-Component-Client-HTTP/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:
