Date: Sun, 29 Nov 2009 04:33:05 -0500 (EST) From: Sahil Tandon <sahil@tandon.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: clsung@FreeBSD.org, itetcu@FreeBSD.org, miwi@FreeBSD.org Subject: ports/140994: [PATCH] devel/p5-IO-Async: update to 0.26 + tweak RUN_DEPENDS Message-ID: <20091129093305.40FF9170C0@spartan.hamla.org> Resent-Message-ID: <200911290940.nAT9e5BH079853@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 140994 >Category: ports >Synopsis: [PATCH] devel/p5-IO-Async: update to 0.26 + tweak RUN_DEPENDS >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 Nov 29 09:40:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: - Update to 0.26 - Added Async::MergePoint and Socket::GetAddrInfo to DEPENDS to pacify Perl's configure - The latter port did not exist in tree, so I've submitted ports/140993 >How-To-Repeat: >Fix: --- p5-IO-Async.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-IO-Async/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 14 Nov 2009 05:23:19 -0000 1.16 +++ Makefile 29 Nov 2009 09:26:30 -0000 @@ -6,7 +6,7 @@ # PORTNAME= IO-Async -PORTVERSION= 0.25 +PORTVERSION= 0.26 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,9 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Perl modules that implement asynchronous filehandle IO -RUN_DEPENDS= p5-Heap>=0:${PORTSDIR}/devel/p5-Heap +RUN_DEPENDS= p5-Async-MergePoint>=0:${PORTSDIR}/devel/p5-Async-MergePoint \ + p5-Heap>=0.80:${PORTSDIR}/devel/p5-Heap \ + p5-Socket-GetAddrInfo>=0.08:${PORTSDIR}/net/p5-Socket-GetAddrInfo BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-IO-Async/distinfo,v retrieving revision 1.16 diff -u -r1.16 distinfo --- distinfo 14 Nov 2009 05:23:19 -0000 1.16 +++ distinfo 29 Nov 2009 09:26:30 -0000 @@ -1,3 +1,3 @@ -MD5 (IO-Async-0.25.tar.gz) = 3afcd8716e2f1fa73959e981053d3223 -SHA256 (IO-Async-0.25.tar.gz) = 1a54d8194b0d43be77509ff2bdf813f61ad525beb52cca249a90c4087241de26 -SIZE (IO-Async-0.25.tar.gz) = 128082 +MD5 (IO-Async-0.26.tar.gz) = 7f9a04354483166640c94500651e291d +SHA256 (IO-Async-0.26.tar.gz) = 37af1736414b3c66f514729659adf67351009dd598ae868f796a7bf541f14b6d +SIZE (IO-Async-0.26.tar.gz) = 128920 --- p5-IO-Async.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091129093305.40FF9170C0>