Date: Mon, 8 Jun 2015 13:32:17 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388840 - head/devel/p5-Coro Message-ID: <201506081332.t58DWHXf018300@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Jun 8 13:32:16 2015 New Revision: 388840 URL: https://svnweb.freebsd.org/changeset/ports/388840 Log: Updte to 6.43. Sponsored by: Absolight Modified: head/devel/p5-Coro/Makefile head/devel/p5-Coro/distinfo Modified: head/devel/p5-Coro/Makefile ============================================================================== --- head/devel/p5-Coro/Makefile Mon Jun 8 13:03:32 2015 (r388839) +++ head/devel/p5-Coro/Makefile Mon Jun 8 13:32:16 2015 (r388840) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Coro -PORTVERSION= 6.42 -PORTEPOCH= 1 +PORTVERSION= 6.43 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,14 +12,15 @@ COMMENT= Coroutine process abstraction f LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-AnyEvent>=7:${PORTSDIR}/devel/p5-AnyEvent \ +BUILD_DEPENDS= ${RUN_DEPENDS} \ + p5-Canary-Stability>=0:${PORTSDIR}/devel/p5-Canary-Stability +RUN_DEPENDS= p5-AnyEvent>=7:${PORTSDIR}/devel/p5-AnyEvent \ p5-AnyEvent-AIO>=1.0:${PORTSDIR}/devel/p5-AnyEvent-AIO \ p5-EV>=4:${PORTSDIR}/devel/p5-EV \ p5-Event>=1.08:${PORTSDIR}/devel/p5-Event \ p5-Guard>=0.5:${PORTSDIR}/devel/p5-Guard \ p5-IO-AIO>=3.1:${PORTSDIR}/devel/p5-IO-AIO \ p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense -RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= DOCS EXAMPLES @@ -41,7 +41,7 @@ post-install: .include <bsd.port.pre.mk> .if ${PERL_LEVEL} >= 502200 -BROKEN= does not build with perl >= 5.22 +BROKEN= Perl >= 5.22 is not supported .endif .include <bsd.port.post.mk> Modified: head/devel/p5-Coro/distinfo ============================================================================== --- head/devel/p5-Coro/distinfo Mon Jun 8 13:03:32 2015 (r388839) +++ head/devel/p5-Coro/distinfo Mon Jun 8 13:32:16 2015 (r388840) @@ -1,2 +1,2 @@ -SHA256 (Coro-6.42.tar.gz) = 5a803c6d8a2585c96a15438c53ae3d66b078cb966c20b7db12b4278b0fd06298 -SIZE (Coro-6.42.tar.gz) = 189506 +SHA256 (Coro-6.43.tar.gz) = 1f96994cc7f71f012484aeb28cbba1b211cf55e3597a4981be2e989f89ebc7b9 +SIZE (Coro-6.43.tar.gz) = 189794
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506081332.t58DWHXf018300>