From aaron@moondance.itsy-bitsy.net  Mon Jun 19 02:13:44 2006
Return-Path: <aaron@moondance.itsy-bitsy.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2D33016A47A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 19 Jun 2006 02:13:44 +0000 (UTC)
	(envelope-from aaron@moondance.itsy-bitsy.net)
Received: from mpls-qmqp-02.inet.qwest.net (mpls-qmqp-02.inet.qwest.net [63.231.195.113])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C85D243D46
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 19 Jun 2006 02:13:43 +0000 (GMT)
	(envelope-from aaron@moondance.itsy-bitsy.net)
Received: from mpls-pop-07.inet.qwest.net (mpls-pop-07.inet.qwest.net [63.231.195.7])
	by mpls-qmqp-02.inet.qwest.net (Postfix) with QMQP
	id 3438B4614F8; Mon, 19 Jun 2006 02:13:43 +0000 (UTC)
Received: from unknown (HELO mail.itsy-bitsy.net) (63.231.83.246)
  by mpls-pop-07.inet.qwest.net with SMTP; 19 Jun 2006 02:13:43 -0000
Received: from [127.0.0.1] (helo=moondance.itsy-bitsy.net)
	by mail.itsy-bitsy.net with esmtp (Exim 4.62 (FreeBSD))
	(envelope-from <aaron@moondance.itsy-bitsy.net>)
	id 1Fs9G3-0007hR-An; Sun, 18 Jun 2006 20:12:55 -0600
Received: (from aaron@localhost)
	by moondance.itsy-bitsy.net (8.13.3/8.13.3/Submit) id k5J2CsiE029600;
	Sun, 18 Jun 2006 20:12:54 -0600 (MDT)
	(envelope-from aaron)
Message-Id: <200606190212.k5J2CsiE029600@moondance.itsy-bitsy.net>
Date: Sun, 18 Jun 2006 20:12:54 -0600 (MDT)
From: "Aaron Dalton" <aaron@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: shaun@inerd.com
Subject: [PATCH] devel/p5-ReadLine-Perl: update to 1.0302
X-Send-Pr-Version: 3.113
X-GNATS-Notify: shaun@inerd.com

>Number:         99136
>Category:       ports
>Synopsis:       [PATCH] devel/p5-ReadLine-Perl: update to 1.0302
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    shaun
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 19 02:20:17 GMT 2006
>Closed-Date:    Sat Jul 01 19:12:47 GMT 2006
>Last-Modified:  Sat Jul 01 19:12:47 GMT 2006
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May  8 10:21:06 UTC
>Description:
- Update to 1.0302
- Having a hard time fully testing this on earlier Perls

Port maintainer (shaun@inerd.com) is cc'd.

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

--- p5-ReadLine-Perl-1.0302.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-ReadLine-Perl/Makefile,v
retrieving revision 1.13
diff -u -u -r1.13 Makefile
--- Makefile	20 Apr 2006 05:57:48 -0000	1.13
+++ Makefile	19 Jun 2006 02:13:22 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ReadLine-Perl
-PORTVERSION=	1.0300
+PORTVERSION=	1.0302
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Term
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-ReadLine-Perl/distinfo,v
retrieving revision 1.8
diff -u -u -r1.8 distinfo
--- distinfo	20 Apr 2006 05:57:48 -0000	1.8
+++ distinfo	19 Jun 2006 02:13:22 -0000
@@ -1,3 +1,3 @@
-MD5 (Term-ReadLine-Perl-1.03.tar.gz) = c0ac1cdc212ee95c375040ee66d3f925
-SHA256 (Term-ReadLine-Perl-1.03.tar.gz) = d703cc9019f74387bec309484fb5d7de243c7907c081a2dcff613d25a3bf1e52
-SIZE (Term-ReadLine-Perl-1.03.tar.gz) = 46388
+MD5 (Term-ReadLine-Perl-1.0302.tar.gz) = b68fca52e071e5307670519609ab269c
+SHA256 (Term-ReadLine-Perl-1.0302.tar.gz) = 4da6de817081eac527cbef3e09b602e426dd94f9e8fec272371f7ddf5fbb52f4
+SIZE (Term-ReadLine-Perl-1.0302.tar.gz) = 47856
--- p5-ReadLine-Perl-1.0302.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->aaron 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jun 19 02:24:10 UTC 2006 
Responsible-Changed-Why:  
Submitter has GNATS access 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99136 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Jun 19 02:24:18 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

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

From: Shaun Amott <shaun@inerd.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/99136: [PATCH] devel/p5-ReadLine-Perl: update to 1.0302
Date: Mon, 19 Jun 2006 16:54:53 +0100

 On Mon, Jun 19, 2006 at 02:24:15AM +0000, Edwin Groothuis wrote:
 > 
 > Maintainer of devel/p5-ReadLine-Perl,
 > 
 > Please note that PR ports/99136 has just been submitted.
 > 
 
 Tested and approved - thanks.
 
 -- 
 Shaun Amott [ PGP: 0x6B387A9A ]
     Scientia Est Potentia.
Responsible-Changed-From-To: aaron->shaun 
Responsible-Changed-By: shaun 
Responsible-Changed-When: Sat Jul 1 19:07:16 UTC 2006 
Responsible-Changed-Why:  
I'll steal this PR, since it's my port. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99136 
State-Changed-From-To: feedback->closed 
State-Changed-By: shaun 
State-Changed-When: Sat Jul 1 19:12:33 UTC 2006 
State-Changed-Why:  
Committed. 

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