Date: Sat, 15 Jul 2017 17:23:48 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445904 - in head/devel/p5-Coro: . files Message-ID: <201707151723.v6FHNmqH063135@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jul 15 17:23:48 2017 New Revision: 445904 URL: https://svnweb.freebsd.org/changeset/ports/445904 Log: Update to 6.513 - Remove BROKEN for Perl 5.22 Changes: http://search.cpan.org/dist/Coro/Changes Deleted: head/devel/p5-Coro/files/patch-Coro-State.xs Modified: head/devel/p5-Coro/Makefile head/devel/p5-Coro/distinfo Modified: head/devel/p5-Coro/Makefile ============================================================================== --- head/devel/p5-Coro/Makefile Sat Jul 15 17:23:43 2017 (r445903) +++ head/devel/p5-Coro/Makefile Sat Jul 15 17:23:48 2017 (r445904) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= Coro -PORTVERSION= 6.51.1 +PORTVERSION= 6.51.3 PORTEPOCH= 1 -PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -36,12 +35,6 @@ PORTEXAMPLES= * SHEBANG_FILES= Coro/*.pl eg/* perl_OLD_CMD= /.*/bin/perl -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} >= 502200 && ${PERL_LEVEL} < 502400 -BROKEN= Perl >= 5.22 and < 5.24 is not supported -.endif - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Coro/EV/EV.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Coro/Event/Event.so @@ -55,4 +48,4 @@ post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_SCRIPT} ${WRKSRC}/eg/* ${STAGEDIR}${EXAMPLESDIR}/ -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/devel/p5-Coro/distinfo ============================================================================== --- head/devel/p5-Coro/distinfo Sat Jul 15 17:23:43 2017 (r445903) +++ head/devel/p5-Coro/distinfo Sat Jul 15 17:23:48 2017 (r445904) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467056137 -SHA256 (Coro-6.511.tar.gz) = 7e3ed48cdb3f3742d94ae3ab3d088c3ab818c521f8681da6c5f656bd49ac53ea -SIZE (Coro-6.511.tar.gz) = 195173 +TIMESTAMP = 1500125547 +SHA256 (Coro-6.513.tar.gz) = 3448b99c62142d1b204bf87269600d53328daf9de5a68cc995bd056a04f2696d +SIZE (Coro-6.513.tar.gz) = 195455
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707151723.v6FHNmqH063135>