From owner-svn-ports-head@FreeBSD.ORG Mon Jun 8 13:32:17 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC2C2879; Mon, 8 Jun 2015 13:32:17 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90D361039; Mon, 8 Jun 2015 13:32:17 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t58DWHnI018305; Mon, 8 Jun 2015 13:32:17 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t58DWHXf018300; Mon, 8 Jun 2015 13:32:17 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201506081332.t58DWHXf018300@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 8 Jun 2015 13:32:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388840 - head/devel/p5-Coro X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2015 13:32:17 -0000 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 .if ${PERL_LEVEL} >= 502200 -BROKEN= does not build with perl >= 5.22 +BROKEN= Perl >= 5.22 is not supported .endif .include 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