Index: head/devel/p5-Coro/Makefile =================================================================== --- head/devel/p5-Coro/Makefile (revision 391093) +++ head/devel/p5-Coro/Makefile (revision 391094) @@ -1,48 +1,48 @@ # $FreeBSD$ PORTNAME= Coro -PORTVERSION= 6.43 +PORTVERSION= 6.46 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Coroutine process abstraction for perl LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= ${RUN_DEPENDS} \ - p5-Canary-Stability>=0:${PORTSDIR}/devel/p5-Canary-Stability -RUN_DEPENDS= p5-AnyEvent>=7:${PORTSDIR}/devel/p5-AnyEvent \ +BUILD_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} +BUILD_DEPENDS+= p5-Canary-Stability>=0:${PORTSDIR}/devel/p5-Canary-Stability OPTIONS_DEFINE= DOCS EXAMPLES USES= perl5 shebangfix USE_PERL5= configure PORTDOCS= * PORTEXAMPLES= * SHEBANG_FILES= Coro/*.pl eg/* perl_OLD_CMD= /.*/bin/perl post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/doc/cede-vs-schedule ${STAGEDIR}${DOCSDIR}/ ${INSTALL_SCRIPT} ${WRKSRC}/eg/* ${STAGEDIR}${EXAMPLESDIR}/ .include .if ${PERL_LEVEL} >= 502200 BROKEN= Perl >= 5.22 is not supported .endif .include Index: head/devel/p5-Coro/distinfo =================================================================== --- head/devel/p5-Coro/distinfo (revision 391093) +++ head/devel/p5-Coro/distinfo (revision 391094) @@ -1,2 +1,2 @@ -SHA256 (Coro-6.43.tar.gz) = 1f96994cc7f71f012484aeb28cbba1b211cf55e3597a4981be2e989f89ebc7b9 -SIZE (Coro-6.43.tar.gz) = 189794 +SHA256 (Coro-6.46.tar.gz) = ff90f49574a1c64e5c21653b4570fbc39a66e47c1c015fdac6c89e9a3fb35454 +SIZE (Coro-6.46.tar.gz) = 191533 Index: head/devel/p5-Coro/files/patch-coro.c =================================================================== --- head/devel/p5-Coro/files/patch-coro.c (revision 391093) +++ head/devel/p5-Coro/files/patch-coro.c (nonexistent) @@ -1,10 +0,0 @@ ---- Coro/libcoro/coro.c.orig Wed Jan 11 13:16:29 2006 -+++ Coro/libcoro/coro.c Wed Jan 11 13:16:57 2006 -@@ -30,6 +30,7 @@ - * go to Ralf S. Engelschall . - */ - -+#include - #include "coro.h" - - #if !defined(STACK_ADJUST_PTR) Property changes on: head/devel/p5-Coro/files/patch-coro.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/p5-Coro/files/patch-Coro-State.xs =================================================================== --- head/devel/p5-Coro/files/patch-Coro-State.xs (revision 391093) +++ head/devel/p5-Coro/files/patch-Coro-State.xs (revision 391094) @@ -1,13 +1,13 @@ ---- Coro/State.xs.orig 2008-12-16 03:39:29.000000000 +0800 -+++ Coro/State.xs 2009-03-11 23:28:09.000000000 +0800 -@@ -155,6 +155,10 @@ +--- Coro/State.xs.orig 2015-06-30 12:32:08 UTC ++++ Coro/State.xs +@@ -102,6 +102,10 @@ static int cctx_max_idle = 4; #include "CoroAPI.h" #define GCoroAPI (&coroapi) /* very sneaky */ +#ifndef PERL_MAGIC_ext +# define PERL_MAGIC_ext '~' +#endif + #ifdef USE_ITHREADS # if CORO_PTHREAD static void *coro_thx; Index: head/devel/p5-Coro/files/patch-Coro-libcoro-coro.c =================================================================== --- head/devel/p5-Coro/files/patch-Coro-libcoro-coro.c (nonexistent) +++ head/devel/p5-Coro/files/patch-Coro-libcoro-coro.c (revision 391094) @@ -0,0 +1,10 @@ +--- Coro/libcoro/coro.c.orig 2012-12-21 04:57:20 UTC ++++ Coro/libcoro/coro.c +@@ -38,6 +38,7 @@ + * go to Ralf S. Engelschall . + */ + ++#include + #include "coro.h" + + #include Property changes on: head/devel/p5-Coro/files/patch-Coro-libcoro-coro.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property