Skip site navigation (1)Skip section navigation (2)
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:   ports/96497: [PATCH] news/p5-POE-Component-Client-NNTP: update to 1.00
Message-ID:  <20060429064901.EECC1B29C95@utopia.leeym.com>
Resent-Message-ID: <200604290650.k3T6oBDB018057@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         96497
>Category:       ports
>Synopsis:       [PATCH] news/p5-POE-Component-Client-NNTP: update to 1.00
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 29 06:50:11 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060429064901.EECC1B29C95>