Date: Sun, 10 Feb 2013 08:48:38 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@freebsd.org Cc: perl@FreeBSD.org, gslin@gslin.org Subject: ports/175997: [PATCH] devel/p5-IO-Async: update to 0.54 Message-ID: <20130210004838.61C6E7E82A@colo-p.gslin.org> Resent-Message-ID: <201302100050.r1A0o1oP089330@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 175997 >Category: ports >Synopsis: [PATCH] devel/p5-IO-Async: update to 0.54 >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 10 00:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 9.1-RELEASE i386 >Organization: >Environment: System: FreeBSD colo-p.gslin.org 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 >Description: - Update to 0.54 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- p5-IO-Async-0.54.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-IO-Async/Makefile ./Makefile --- /usr/ports/devel/p5-IO-Async/Makefile 2012-12-16 14:16:54.000000000 +0800 +++ ./Makefile 2013-02-10 08:30:31.000000000 +0800 @@ -1,12 +1,7 @@ -# New ports collection makefile for: p5-IO-Async -# Date created: 2007-06-10 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# # $FreeBSD: ports/devel/p5-IO-Async/Makefile,v 1.41 2012/12/16 06:16:54 svnexp Exp $ -# PORTNAME= IO-Async -PORTVERSION= 0.53 +PORTVERSION= 0.54 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PEVANS @@ -36,6 +31,7 @@ IO::Async::File.3 \ IO::Async::FileStream.3 \ IO::Async::Function.3 \ + IO::Async::Future.3 \ IO::Async::Handle.3 \ IO::Async::Listener.3 \ IO::Async::Loop.3 \ diff -ruN --exclude=CVS /usr/ports/devel/p5-IO-Async/distinfo ./distinfo --- /usr/ports/devel/p5-IO-Async/distinfo 2012-12-06 17:51:42.000000000 +0800 +++ ./distinfo 2013-02-10 08:29:59.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (IO-Async-0.53.tar.gz) = 7132104396515a15edb00df042a03ded001df2bc819d886b83bd76f1eebf979b -SIZE (IO-Async-0.53.tar.gz) = 209642 +SHA256 (IO-Async-0.54.tar.gz) = 2685f4e895502dea932a5964f2971c4c55020c1039010f150f32c97dc5b6b65f +SIZE (IO-Async-0.54.tar.gz) = 210493 diff -ruN --exclude=CVS /usr/ports/devel/p5-IO-Async/pkg-plist ./pkg-plist --- /usr/ports/devel/p5-IO-Async/pkg-plist 2012-07-09 22:20:39.000000000 +0800 +++ ./pkg-plist 2013-02-10 08:30:57.000000000 +0800 @@ -1,3 +1,4 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Async/.packlist %%SITE_PERL%%/IO/Async.pm %%SITE_PERL%%/IO/Async/Channel.pm %%SITE_PERL%%/IO/Async/ChildManager.pm @@ -5,6 +6,7 @@ %%SITE_PERL%%/IO/Async/File.pm %%SITE_PERL%%/IO/Async/FileStream.pm %%SITE_PERL%%/IO/Async/Function.pm +%%SITE_PERL%%/IO/Async/Future.pm %%SITE_PERL%%/IO/Async/Handle.pm %%SITE_PERL%%/IO/Async/Internals/TimeQueue.pm %%SITE_PERL%%/IO/Async/Listener.pm @@ -25,16 +27,13 @@ %%SITE_PERL%%/IO/Async/Routine.pm %%SITE_PERL%%/IO/Async/Sequencer.pm %%SITE_PERL%%/IO/Async/Signal.pm -%%SITE_PERL%%/IO/Async/Stream.pm %%SITE_PERL%%/IO/Async/Socket.pm +%%SITE_PERL%%/IO/Async/Stream.pm %%SITE_PERL%%/IO/Async/Test.pm %%SITE_PERL%%/IO/Async/Timer.pm %%SITE_PERL%%/IO/Async/Timer/Absolute.pm %%SITE_PERL%%/IO/Async/Timer/Countdown.pm %%SITE_PERL%%/IO/Async/Timer/Periodic.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Async/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Async -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO @dirrmtry %%SITE_PERL%%/IO/Async/Timer @dirrmtry %%SITE_PERL%%/IO/Async/Protocol @dirrmtry %%SITE_PERL%%/IO/Async/OS @@ -42,3 +41,5 @@ @dirrmtry %%SITE_PERL%%/IO/Async/Internals @dirrmtry %%SITE_PERL%%/IO/Async @dirrmtry %%SITE_PERL%%/IO +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Async +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO --- p5-IO-Async-0.54.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?20130210004838.61C6E7E82A>