From clsung@going04.iis.sinica.edu.tw  Mon Apr 30 01:59:35 2007
Return-Path: <clsung@going04.iis.sinica.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 093AE16A407
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 30 Apr 2007 01:59:35 +0000 (UTC)
	(envelope-from clsung@going04.iis.sinica.edu.tw)
Received: from going04.iis.sinica.edu.tw (going04.iis.sinica.edu.tw [140.109.19.154])
	by mx1.freebsd.org (Postfix) with ESMTP id CE71B13C43E
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 30 Apr 2007 01:59:34 +0000 (UTC)
	(envelope-from clsung@going04.iis.sinica.edu.tw)
Received: by going04.iis.sinica.edu.tw (Postfix, from userid 1002)
	id 6DF08115F8; Mon, 30 Apr 2007 09:59:55 +0800 (CST)
Message-Id: <20070430015956.6DF08115F8@going04.iis.sinica.edu.tw>
Date: Mon, 30 Apr 2007 09:59:55 +0800 (CST)
From: Cheng-Lung Sung <clsung@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: tjs@cdpa.nsysu.edu.tw
Subject: [PATCH] irc/p5-POE-Component-IRC: update to 5.26
X-Send-Pr-Version: 3.113
X-GNATS-Notify: tjs@cdpa.nsysu.edu.tw

>Number:         112260
>Category:       ports
>Synopsis:       [PATCH] irc/p5-POE-Component-IRC: update to 5.26
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 30 02:00:19 GMT 2007
>Closed-Date:    Tue May 01 02:41:25 GMT 2007
>Last-Modified:  Tue May 01 02:41:25 GMT 2007
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 6.2-RELEASE-p2 amd64
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD going04.iis.sinica.edu.tw 6.2-RELEASE-p2 FreeBSD 6.2-RELEASE-p2 #1: Tue Mar  6 14:57:42 CST
>Description:
- Update to 5.26

Port maintainer (tjs@cdpa.nsysu.edu.tw) is cc'd.

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

--- p5-POE-Component-IRC-5.26.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/irc/p5-POE-Component-IRC/Makefile,v
retrieving revision 1.33
diff -u -u -r1.33 Makefile
--- Makefile	20 Apr 2007 20:26:35 -0000	1.33
+++ Makefile	30 Apr 2007 01:59:05 -0000
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	POE-Component-IRC
-PORTVERSION=	5.24
+PORTVERSION=	5.26
 CATEGORIES=	irc devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	POE
@@ -57,10 +57,4 @@
 	${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}/
 .endif
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500600 #inherited from warnings
-IGNORE=	requires at least Perl 5.6 due to dependencies.  Please install lang/perl5.8 and try again
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/irc/p5-POE-Component-IRC/distinfo,v
retrieving revision 1.30
diff -u -u -r1.30 distinfo
--- distinfo	20 Apr 2007 20:26:35 -0000	1.30
+++ distinfo	30 Apr 2007 01:59:05 -0000
@@ -1,3 +1,3 @@
-MD5 (POE-Component-IRC-5.24.tar.gz) = 41ef277fa381a93119d9c5e63282d9dc
-SHA256 (POE-Component-IRC-5.24.tar.gz) = 4a56e144fc1a375ad5a7f0299ad5d8c61cca1601932c7e86f0baeaa0f3aba89e
-SIZE (POE-Component-IRC-5.24.tar.gz) = 267341
+MD5 (POE-Component-IRC-5.26.tar.gz) = cd97a58e9e8862e6c9a27ba0b11be5f2
+SHA256 (POE-Component-IRC-5.26.tar.gz) = 4b67c14335c9671a5e07328946047ab418bec8d9445947f9bea7baa91b9be46a
+SIZE (POE-Component-IRC-5.26.tar.gz) = 267412
--- p5-POE-Component-IRC-5.26.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Apr 30 02:00:25 UTC 2007 
Responsible-Changed-Why:  
Submitter has GNATS access 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112260 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Apr 30 02:00:32 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback 

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

From: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/112260: [PATCH] irc/p5-POE-Component-IRC: update to 5.26
Date: Mon, 30 Apr 2007 13:44:19 +0800

 This PR looks fine to me. Please commit it. Thanks !
 
 Edwin Groothuis wrote:
 > Maintainer of irc/p5-POE-Component-IRC,
 >
 > Please note that PR ports/112260 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/112260
 >
 >   
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/112260: commit references a PR
Date: Tue,  1 May 2007 01:58:38 +0000 (UTC)

 clsung      2007-05-01 01:58:34 UTC
 
   FreeBSD ports repository
 
   Modified files:
     irc/p5-POE-Component-IRC Makefile distinfo 
   Log:
   - Update to 5.26
   
   PR:             ports/112260
   Submitted by:   clsung
   Approved by:    maintainer (Jin-Shan Tseng)
   
   Revision  Changes    Path
   1.34      +2 -8      ports/irc/p5-POE-Component-IRC/Makefile
   1.31      +3 -3      ports/irc/p5-POE-Component-IRC/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: clsung 
State-Changed-When: Tue May 1 02:41:24 UTC 2007 
State-Changed-Why:  
Committed. Thank You. 

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