Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  7 Feb 2010 13:50:11 +0900 (JST)
From:      Masafumi NAKANE <max@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/143625: [Update] ports/devel/p5-POE
Message-ID:  <20100207045011.CA244547401@bourbon.accessibility.org>
Resent-Message-ID: <201002070500.o17509N6085786@freefall.freebsd.org>

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

>Number:         143625
>Category:       ports
>Synopsis:       [Update] ports/devel/p5-POE
>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:   Sun Feb 07 05:00:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Masafumi NAKANE
>Release:        FreeBSD 7.0-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD bourbon.accessibility.org 7.0-RELEASE-p5 FreeBSD 7.0-RELEASE-p5 #2: Fri Oct 3 16:27:21 JST 2008 root@bourbon.accessibility.org:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
Update p5-POE port from 1.007 to 1.284
	
>How-To-Repeat:
	
>Fix:
Patch below:


Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-POE/Makefile,v
retrieving revision 1.53
diff -u -r1.53 Makefile
--- Makefile	28 Jan 2010 22:37:41 -0000	1.53
+++ Makefile	7 Feb 2010 04:47:02 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	POE
-PORTVERSION=	1.0070
-PORTREVISION=	1
+PORTVERSION=	1.284
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -16,11 +15,8 @@
 MAINTAINER=	skv@FreeBSD.org
 COMMENT=	Multitasking and networking framework for perl
 
-BUILD_DEPENDS=	${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
-		${SITE_PERL}/${PERL_ARCH}/Event.pm:${PORTSDIR}/devel/p5-Event \
-		${SITE_PERL}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter \
-		p5-IO-Tty>=1.08:${PORTSDIR}/devel/p5-IO-Tty \
-		p5-POE-Test-Loops>=1.021:${PORTSDIR}/devel/p5-POE-Test-Loops
+BUILD_DEPENDS=	p5-IO-Tty>=1.08:${PORTSDIR}/devel/p5-IO-Tty \
+		p5-POE-Test-Loops>=1.031:${PORTSDIR}/devel/p5-POE-Test-Loops
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
@@ -28,16 +24,16 @@
 
 MAN3=		POE.3 POE::Component.3 POE::Component::Client::TCP.3 \
 		POE::Component::Server::TCP.3 POE::Driver.3 \
-		POE::Driver::SysRW.3 POE::Filter.3 POE::Filter::Block.3 \
-		POE::Filter::Grep.3 POE::Filter::HTTPD.3 POE::Filter::Line.3 \
+		POE::Driver::SysRW.3 POE::Filter.3 \
+		POE::Filter::Block.3 POE::Filter::Grep.3 \
+		POE::Filter::HTTPD.3 POE::Filter::Line.3 \
 		POE::Filter::Map.3 POE::Filter::RecordBlock.3 \
 		POE::Filter::Reference.3 POE::Filter::Stackable.3 \
 		POE::Filter::Stream.3 POE::Kernel.3 POE::Loop.3 \
-		POE::Loop::Event.3 POE::Loop::Gtk.3 POE::Loop::IO_Poll.3 \
-		POE::Loop::PerlSignals.3 POE::Loop::Select.3 POE::Loop::Tk.3 \
-		POE::Loop::TkActiveState.3 POE::Loop::TkCommon.3 POE::NFA.3 \
-		POE::Pipe.3 POE::Pipe::OneWay.3 POE::Pipe::TwoWay.3 \
-		POE::Queue.3 POE::Queue::Array.3 POE::Resource.3 \
+		POE::Loop::IO_Poll.3 POE::Loop::PerlSignals.3 \
+		POE::Loop::Select.3 POE::NFA.3 POE::Pipe.3 \
+		POE::Pipe::OneWay.3 POE::Pipe::TwoWay.3 POE::Queue.3 \
+		POE::Queue::Array.3 POE::Resource.3 \
 		POE::Resource::Aliases.3 POE::Resource::Events.3 \
 		POE::Resource::Extrefs.3 POE::Resource::FileHandles.3 \
 		POE::Resource::SIDs.3 POE::Resource::Sessions.3 \
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-POE/distinfo,v
retrieving revision 1.42
diff -u -r1.42 distinfo
--- distinfo	29 Jul 2009 14:07:04 -0000	1.42
+++ distinfo	7 Feb 2010 04:47:02 -0000
@@ -1,3 +1,3 @@
-MD5 (POE-1.007.tar.gz) = c7e8822bd11ed36a2f716f60e58da2e6
-SHA256 (POE-1.007.tar.gz) = 5506b4e59aa455b026c4d92db083e7d6d36021b21a13be43d177276ab7d56a84
-SIZE (POE-1.007.tar.gz) = 356697
+MD5 (POE-1.284.tar.gz) = 711574fcb9e40bc08885544cc2369e2e
+SHA256 (POE-1.284.tar.gz) = f840ce5c65137d9fc506e1735817843818c224e3890e1f58aaac08a6fe4b329a
+SIZE (POE-1.284.tar.gz) = 364620
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/p5-POE/pkg-plist,v
retrieving revision 1.19
diff -u -r1.19 pkg-plist
--- pkg-plist	12 Apr 2009 19:38:10 -0000	1.19
+++ pkg-plist	7 Feb 2010 04:47:02 -0000
@@ -17,14 +17,9 @@
 %%SITE_PERL%%/POE/Filter/Stream.pm
 %%SITE_PERL%%/POE/Kernel.pm
 %%SITE_PERL%%/POE/Loop.pm
-%%SITE_PERL%%/POE/Loop/Event.pm
-%%SITE_PERL%%/POE/Loop/Gtk.pm
 %%SITE_PERL%%/POE/Loop/IO_Poll.pm
 %%SITE_PERL%%/POE/Loop/PerlSignals.pm
 %%SITE_PERL%%/POE/Loop/Select.pm
-%%SITE_PERL%%/POE/Loop/Tk.pm
-%%SITE_PERL%%/POE/Loop/TkActiveState.pm
-%%SITE_PERL%%/POE/Loop/TkCommon.pm
 %%SITE_PERL%%/POE/NFA.pm
 %%SITE_PERL%%/POE/Pipe.pm
 %%SITE_PERL%%/POE/Pipe/OneWay.pm
	


>Release-Note:
>Audit-Trail:
>Unformatted:



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