Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Dec 2006 19:52:24 +0800 (CST)
From:      chinsan <chinsan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        skv@FreeBSD.org
Subject:   ports/107093: [PATCH] news/p5-POE-Component-Client-NNTP: update to 2.01
Message-ID:  <20061222115224.93EE711490@chinsan.twbbs.org>
Resent-Message-ID: <200612221200.kBMC0TNJ011017@freefall.freebsd.org>

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

>Number:         107093
>Category:       ports
>Synopsis:       [PATCH] news/p5-POE-Component-Client-NNTP: update to 2.01
>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:   Fri Dec 22 12:00:28 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD chinsan.twbbs.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #3: Mon Dec  4 02:04:40 CST
>Description:
- Update to 2.01
- This PR depends on ports/107092([NEW PORT] devel/p5-POE-Component-Pluggable)

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

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

--- p5-POE-Component-Client-NNTP-2.01.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/news/p5-POE-Component-Client-NNTP/Makefile /usr/home/chinsan/project/p5-POE-Component-Client-NNTP/Makefile
--- /usr/ports/news/p5-POE-Component-Client-NNTP/Makefile	Mon Oct 30 03:25:53 2006
+++ /usr/home/chinsan/project/p5-POE-Component-Client-NNTP/Makefile	Fri Dec 22 19:45:11 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	POE-Component-Client-NNTP
-PORTVERSION=	1.04
+PORTVERSION=	2.01
 CATEGORIES=	news perl5 devel
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	POE
@@ -15,11 +15,14 @@
 MAINTAINER=	skv@FreeBSD.org
 COMMENT=	POE component for non-blocking NNTP access
 
-RUN_DEPENDS=	${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
+BUILD_DEPENDS=	${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
+		p5-POE-Component-Pluggable>=0:${PORTSDIR}/devel/p5-POE-Component-Pluggable
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
-MAN3=		POE::Component::Client::NNTP.3
+MAN3=		POE::Component::Client::NNTP.3 \
+		POE::Component::Client::NNTP::Constants.3
 
 .include <bsd.port.pre.mk>
 
diff -ruN --exclude=CVS /usr/ports/news/p5-POE-Component-Client-NNTP/distinfo /usr/home/chinsan/project/p5-POE-Component-Client-NNTP/distinfo
--- /usr/ports/news/p5-POE-Component-Client-NNTP/distinfo	Mon Oct 30 03:25:53 2006
+++ /usr/home/chinsan/project/p5-POE-Component-Client-NNTP/distinfo	Fri Dec 22 19:22:48 2006
@@ -1,3 +1,3 @@
-MD5 (POE-Component-Client-NNTP-1.04.tar.gz) = 847578a7e263204b07f3b6c68fcec91b
-SHA256 (POE-Component-Client-NNTP-1.04.tar.gz) = 313cbc6067f5b1917e1886742b07ecd0817fc97074d807229d36790cb2c0d133
-SIZE (POE-Component-Client-NNTP-1.04.tar.gz) = 15839
+MD5 (POE-Component-Client-NNTP-2.01.tar.gz) = 29f631ccefa279e9e8ff43ffeccd3ff2
+SHA256 (POE-Component-Client-NNTP-2.01.tar.gz) = 9060ea9bdc91ac4354940ba29f9c5e2970b4811377b95a0f709655aae8b5adc0
+SIZE (POE-Component-Client-NNTP-2.01.tar.gz) = 20693
diff -ruN --exclude=CVS /usr/ports/news/p5-POE-Component-Client-NNTP/pkg-plist /usr/home/chinsan/project/p5-POE-Component-Client-NNTP/pkg-plist
--- /usr/ports/news/p5-POE-Component-Client-NNTP/pkg-plist	Sun Jan 22 10:47:42 2006
+++ /usr/home/chinsan/project/p5-POE-Component-Client-NNTP/pkg-plist	Fri Dec 22 19:27:27 2006
@@ -1,9 +1,11 @@
 %%SITE_PERL%%/POE/Component/Client/NNTP.pm
+%%SITE_PERL%%/POE/Component/Client/NNTP/Constants.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/NNTP/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/NNTP
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE
+@dirrmtry %%SITE_PERL%%/POE/Component/Client/NNTP
 @dirrmtry %%SITE_PERL%%/POE/Component/Client
 @dirrmtry %%SITE_PERL%%/POE/Component
 @dirrmtry %%SITE_PERL%%/POE
--- p5-POE-Component-Client-NNTP-2.01.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?20061222115224.93EE711490>