Date: Mon, 26 Dec 2011 11:43:05 +0900 From: Takefu <takefu@airport.fm> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/163621: devel/p5-POE-Quickie: Update to 0.18 Message-ID: <4EF7DF39.8090801@airport.fm> Resent-Message-ID: <201112260250.pBQ2o8ki028104@freefall.freebsd.org> In-Reply-To: <201112260215.pBQ2FGrQ008795@unbound.local.ae-osaka.co.jp> References: <201112260215.pBQ2FGrQ008795@unbound.local.ae-osaka.co.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
>Number: 163621 >Category: ports >Synopsis: [MAINTAINER] devel/p5-POE-Quickie: Update to 0.18 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Dec 26 02:50:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Takefu >Release: FreeBSD 8.2-RELEASE-p5 amd64 >Organization: FOX Amateur Radio Club >Environment: >Description: - Depend on POE 1.350. In previous versions, sig_child would not be delivered in some cases, causing a test failure. >How-To-Repeat: >Fix: --- p5-POE-Quickie.patch begins here --- diff -ruN /usr/ports/devel/p5-POE-Quickie/Makefile devel/p5-POE-Quickie/Makefile --- /usr/ports/devel/p5-POE-Quickie/Makefile 2011-06-16 13:29:53.000000000 +0900 +++ devel/p5-POE-Quickie/Makefile 2011-12-26 11:05:27.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME= POE-Quickie -PORTVERSION= 0.17 +PORTVERSION= 0.18 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +14,13 @@ MAINTAINER= takefu@airport.fm COMMENT= A lazy way to wrap blocking code and programs -BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE -RUN_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE - LICENSE= GPLv1 ART10 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE +RUN_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE + OPTIONS= Capture "Enable p5-Capture-Tiny support" off .include <bsd.port.options.mk> diff -ruN /usr/ports/devel/p5-POE-Quickie/distinfo devel/p5-POE-Quickie/distinfo --- /usr/ports/devel/p5-POE-Quickie/distinfo 2011-06-16 13:29:53.000000000 +0900 +++ devel/p5-POE-Quickie/distinfo 2011-12-26 11:05:43.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (POE-Quickie-0.17.tar.gz) = 4b5006206367d6403854fe8315ee685034fff834b99af252a3e99bad9ff0403b -SIZE (POE-Quickie-0.17.tar.gz) = 19361 +SHA256 (POE-Quickie-0.18.tar.gz) = 25b888a59c2c740dd780a8c58d1c3fdd62df63f176fe88366f624e34f18803ed +SIZE (POE-Quickie-0.18.tar.gz) = 19540 --- p5-POE-Quickie.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?4EF7DF39.8090801>