From owner-svn-ports-head@freebsd.org Sat Dec 5 06:12:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52F89A41D09; Sat, 5 Dec 2015 06:12:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 07252111A; Sat, 5 Dec 2015 06:12:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB56CKWx044471; Sat, 5 Dec 2015 06:12:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB56CJCi044469; Sat, 5 Dec 2015 06:12:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512050612.tB56CJCi044469@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 5 Dec 2015 06:12:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403036 - head/devel/p5-Workflow 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: Sat, 05 Dec 2015 06:12:21 -0000 Author: sunpoet Date: Sat Dec 5 06:12:19 2015 New Revision: 403036 URL: https://svnweb.freebsd.org/changeset/ports/403036 Log: - Update to 1.42 - Add more TEST_DEPENDS - While I'm here: - Use USE_PERL5=modbuild - Sort TEST_DEPENDS Changes: http://search.cpan.org/dist/Workflow/Changes PR: 205031 Submitted by: Sergei Vyshenski (maintainer) Modified: head/devel/p5-Workflow/Makefile head/devel/p5-Workflow/distinfo Modified: head/devel/p5-Workflow/Makefile ============================================================================== --- head/devel/p5-Workflow/Makefile Sat Dec 5 06:12:15 2015 (r403035) +++ head/devel/p5-Workflow/Makefile Sat Dec 5 06:12:19 2015 (r403036) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Workflow -PORTVERSION= 1.41 -PORTREVISION= 2 +PORTVERSION= 1.42 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -27,12 +26,17 @@ BUILD_DEPENDS= p5-Class-Accessor>=0.18:$ p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ p5-XML-Simple>=2:${PORTSDIR}/textproc/p5-XML-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ - p5-DBD-Mock>=0.1:${PORTSDIR}/databases/p5-DBD-Mock +TEST_DEPENDS= p5-DBD-Mock>=0.1:${PORTSDIR}/databases/p5-DBD-Mock \ + p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-Pod-Coverage-TrustPod>=0:${PORTSDIR}/devel/p5-Pod-Coverage-TrustPod \ + p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-Kwalitee>=1.21:${PORTSDIR}/devel/p5-Test-Kwalitee \ + p5-Test-Pod>=1.41:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=1.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage NO_ARCH= yes USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuild OPTIONS_DEFINE= DOCS EXAMPLES Modified: head/devel/p5-Workflow/distinfo ============================================================================== --- head/devel/p5-Workflow/distinfo Sat Dec 5 06:12:15 2015 (r403035) +++ head/devel/p5-Workflow/distinfo Sat Dec 5 06:12:19 2015 (r403036) @@ -1,2 +1,2 @@ -SHA256 (Workflow-1.41.tar.gz) = 639fd428ddf186fdc7cad517cb7522b2bf092df26ef48470b2e8f747c4e8286e -SIZE (Workflow-1.41.tar.gz) = 177086 +SHA256 (Workflow-1.42.tar.gz) = ccea08af37d5637bf8c5be087f1186cd8861a8e9abfed2531706f1c712e32335 +SIZE (Workflow-1.42.tar.gz) = 149744