From leeym@utopia.leeym.com  Sat Apr 29 06:49:15 2006
Return-Path: <leeym@utopia.leeym.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5746D16A401;
	Sat, 29 Apr 2006 06:49:15 +0000 (UTC)
	(envelope-from leeym@utopia.leeym.com)
Received: from msr8.hinet.net (msr8.hinet.net [168.95.4.108])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 58C2443D48;
	Sat, 29 Apr 2006 06:49:14 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by msr8.hinet.net (8.9.3/8.9.3) with ESMTP id OAA17887;
	Sat, 29 Apr 2006 14:49:07 +0800 (CST)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id 8D99DB29C96;
	Sat, 29 Apr 2006 14:49:06 +0800 (CST)
Received: from utopia.leeym.com ([127.0.0.1])
	by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id zlzbc5WD+e7Z; Sat, 29 Apr 2006 14:49:02 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id EECC1B29C95; Sat, 29 Apr 2006 14:49:01 +0800 (CST)
Message-Id: <20060429064901.EECC1B29C95@utopia.leeym.com>
Date: Sat, 29 Apr 2006 14:49:01 +0800 (CST)
From: Yen-Ming Lee <leeym@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: skv@freebsd.org
Subject: [PATCH] news/p5-POE-Component-Client-NNTP: update to 1.00
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         96497
>Category:       ports
>Synopsis:       [PATCH] news/p5-POE-Component-Client-NNTP: update to 1.00
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    skv
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 29 06:50:11 GMT 2006
>Closed-Date:    Fri May 05 09:17:53 GMT 2006
>Last-Modified:  Fri May 05 09:17:53 GMT 2006
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.1-RC i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.1-RC FreeBSD 6.1-RC #0: Tue Apr 11 08:54:13 CST 2006
>Description:
- Update to 1.00

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

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

--- p5-POE-Component-Client-NNTP-1.00.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/news/p5-POE-Component-Client-NNTP/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	30 Aug 2005 10:57:01 -0000	1.2
+++ Makefile	29 Apr 2006 06:48:51 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	POE-Component-Client-NNTP
-PORTVERSION=	0.91
+PORTVERSION=	1.00
 CATEGORIES=	news perl5 devel
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	POE
@@ -22,4 +22,10 @@
 
 MAN3=		POE::Component::Client::NNTP.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE=		requires perl 5.6.0 or later. Install lang/perl5 then try again
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/news/p5-POE-Component-Client-NNTP/distinfo,v
retrieving revision 1.3
diff -u -u -r1.3 distinfo
--- distinfo	23 Jan 2006 23:46:37 -0000	1.3
+++ distinfo	29 Apr 2006 06:48:51 -0000
@@ -1,3 +1,3 @@
-MD5 (POE-Component-Client-NNTP-0.91.tar.gz) = 948ff3cc126d526d1c758fd1a9894d0c
-SHA256 (POE-Component-Client-NNTP-0.91.tar.gz) = 48e1d8eb4cc55a965ad7c4d0b1c4f411e8f545828be58a53442ad63486aa09d3
-SIZE (POE-Component-Client-NNTP-0.91.tar.gz) = 8053
+MD5 (POE-Component-Client-NNTP-1.00.tar.gz) = ed67e7d52891913fb26b3146a30834e7
+SHA256 (POE-Component-Client-NNTP-1.00.tar.gz) = 57a7fd2bf957d822639b2304bce218e77a374537350a2e96f08d0b2a01ad61d7
+SIZE (POE-Component-Client-NNTP-1.00.tar.gz) = 8094
--- p5-POE-Component-Client-NNTP-1.00.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->skv 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Apr 29 06:52:37 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=96497 
State-Changed-From-To: open->closed 
State-Changed-By: skv 
State-Changed-When: Fri May 5 09:17:49 UTC 2006 
State-Changed-Why:  
Committed, thank you! 

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