Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2009 16:57:19 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org, clsung@FreeBSD.org
Subject:   ports/134640: [PATCH] devel/p5-IO-Async: update to 0.20
Message-ID:  <20090518085719.DF5507E81B@colo-p.gslin.org>
Resent-Message-ID: <200905180900.n4I904Km097848@freefall.freebsd.org>

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

>Number:         134640
>Category:       ports
>Synopsis:       [PATCH] devel/p5-IO-Async: update to 0.20
>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:   Mon May 18 09:00:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD colo-p.gslin.org 7.1-STABLE FreeBSD 7.1-STABLE #0: Sat Jan 31 21:46:23 UTC 2009
>Description:
- Update to 0.20

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

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

--- p5-IO-Async-0.20.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-IO-Async/Makefile /home/staff/gslin/work/ports/p5-IO-Async/Makefile
--- /usr/ports/devel/p5-IO-Async/Makefile	2009-03-04 10:15:09.000000000 +0800
+++ /home/staff/gslin/work/ports/p5-IO-Async/Makefile	2009-05-18 16:57:03.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	IO-Async
-PORTVERSION=	0.19
+PORTVERSION=	0.20
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -19,14 +19,22 @@
 
 PERL_CONFIGURE=	yes
 
-MAN3=		IO::Async.3 IO::Async::ChildManager.3 \
-		IO::Async::Connector.3 IO::Async::DetachedCode.3 \
-		IO::Async::Listener.3 IO::Async::Loop.3 \
-		IO::Async::Loop::IO_Poll.3 IO::Async::Loop::Select.3 \
-		IO::Async::MergePoint.3 IO::Async::Notifier.3 \
-		IO::Async::Resolver.3 IO::Async::Sequencer.3 \
-		IO::Async::SignalProxy.3 \
-		IO::Async::Stream.3 IO::Async::TimeQueue.3 \
-		IO::Async::Test.3
+MAN3=		IO::Async.3 \
+		IO::Async::ChildManager.3 \
+		IO::Async::Connector.3 \
+		IO::Async::DetachedCode.3 \
+		IO::Async::Handle.3 \
+		IO::Async::Listener.3 \
+		IO::Async::Loop.3 \
+		IO::Async::Loop::IO_Poll.3 \
+		IO::Async::Loop::Select.3 \
+		IO::Async::MergePoint.3 \
+		IO::Async::Notifier.3 \
+		IO::Async::Resolver.3 \
+		IO::Async::Sequencer.3 \
+		IO::Async::Signal.3 \
+		IO::Async::Stream.3 \
+		IO::Async::Test.3 \
+		IO::Async::Timer.3
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/devel/p5-IO-Async/distinfo /home/staff/gslin/work/ports/p5-IO-Async/distinfo
--- /usr/ports/devel/p5-IO-Async/distinfo	2009-03-04 10:15:09.000000000 +0800
+++ /home/staff/gslin/work/ports/p5-IO-Async/distinfo	2009-05-18 16:46:21.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (IO-Async-0.19.tar.gz) = 78fa5b8fdc41bd5897018b58d7279f6a
-SHA256 (IO-Async-0.19.tar.gz) = 3f5fd5074402f3fa130e4eb377e5d00004356ca7b0457ef1608d136934a996bd
-SIZE (IO-Async-0.19.tar.gz) = 77748
+MD5 (IO-Async-0.20.tar.gz) = c45af9ff662f493b522ddd117318073e
+SHA256 (IO-Async-0.20.tar.gz) = 2e7eb4d49eff2454db3e6bd450c544fcde5f3f39100fecff5ea520d60be4ea17
+SIZE (IO-Async-0.20.tar.gz) = 81448
diff -ruN --exclude=CVS /usr/ports/devel/p5-IO-Async/pkg-plist /home/staff/gslin/work/ports/p5-IO-Async/pkg-plist
--- /usr/ports/devel/p5-IO-Async/pkg-plist	2008-08-27 11:50:01.000000000 +0800
+++ /home/staff/gslin/work/ports/p5-IO-Async/pkg-plist	2009-05-18 16:49:47.000000000 +0800
@@ -6,6 +6,9 @@
 %%SITE_PERL%%/IO/Async/DetachedCode.pm
 %%SITE_PERL%%/IO/Async/DetachedCode/FlatMarshaller.pm
 %%SITE_PERL%%/IO/Async/DetachedCode/StorableMarshaller.pm
+%%SITE_PERL%%/IO/Async/Handle.pm
+%%SITE_PERL%%/IO/Async/Internals/SignalProxy.pm
+%%SITE_PERL%%/IO/Async/Internals/TimeQueue.pm
 %%SITE_PERL%%/IO/Async/Listener.pm
 %%SITE_PERL%%/IO/Async/Loop.pm
 %%SITE_PERL%%/IO/Async/Loop/IO_Poll.pm
@@ -14,13 +17,12 @@
 %%SITE_PERL%%/IO/Async/Notifier.pm
 %%SITE_PERL%%/IO/Async/Resolver.pm
 %%SITE_PERL%%/IO/Async/Sequencer.pm
-%%SITE_PERL%%/IO/Async/SignalProxy.pm
+%%SITE_PERL%%/IO/Async/Signal.pm
 %%SITE_PERL%%/IO/Async/Stream.pm
 %%SITE_PERL%%/IO/Async/Test.pm
-%%SITE_PERL%%/IO/Async/TimeQueue.pm
-%%SITE_PERL%%/IO/Async/TimeQueue/Elem.pm
-@dirrmtry %%SITE_PERL%%/IO/Async/TimeQueue
+%%SITE_PERL%%/IO/Async/Timer.pm
 @dirrmtry %%SITE_PERL%%/IO/Async/Loop
+@dirrmtry %%SITE_PERL%%/IO/Async/Internals
 @dirrmtry %%SITE_PERL%%/IO/Async/DetachedCode
 @dirrmtry %%SITE_PERL%%/IO/Async
 @dirrmtry %%SITE_PERL%%/IO
--- p5-IO-Async-0.20.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?20090518085719.DF5507E81B>