From owner-svn-ports-all@freebsd.org Sat Sep 19 15:37:22 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B055D3E4B73; Sat, 19 Sep 2020 15:37:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Btvvz3rvYz43R2; Sat, 19 Sep 2020 15:37:18 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 36670E5B2; Sat, 19 Sep 2020 15:37:18 +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 08JFbHQd086022; Sat, 19 Sep 2020 15:37:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08JFbHSU086020; Sat, 19 Sep 2020 15:37:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202009191537.08JFbHSU086020@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, 19 Sep 2020 15:37:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549027 - head/www/p5-Catalyst-Devel X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-Catalyst-Devel X-SVN-Commit-Revision: 549027 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Sep 2020 15:37:22 -0000 Author: sunpoet Date: Sat Sep 19 15:37:17 2020 New Revision: 549027 URL: https://svnweb.freebsd.org/changeset/ports/549027 Log: Update to 1.42 Changes: https://metacpan.org/changes/distribution/Catalyst-Devel Modified: head/www/p5-Catalyst-Devel/Makefile head/www/p5-Catalyst-Devel/distinfo Modified: head/www/p5-Catalyst-Devel/Makefile ============================================================================== --- head/www/p5-Catalyst-Devel/Makefile Sat Sep 19 15:37:12 2020 (r549026) +++ head/www/p5-Catalyst-Devel/Makefile Sat Sep 19 15:37:17 2020 (r549027) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Devel -PORTVERSION= 1.41 +PORTVERSION= 1.42 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +13,8 @@ COMMENT= Catalyst Development Tools LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-File-ShareDir-Install>=0:devel/p5-File-ShareDir-Install \ + ${RUN_DEPENDS} RUN_DEPENDS= p5-Catalyst-Action-RenderView>=0.10:www/p5-Catalyst-Action-RenderView \ p5-Catalyst-Plugin-ConfigLoader>=0.30:www/p5-Catalyst-Plugin-ConfigLoader \ p5-Catalyst-Plugin-Static-Simple>=0.28:www/p5-Catalyst-Plugin-Static-Simple \ @@ -22,15 +23,14 @@ RUN_DEPENDS= p5-Catalyst-Action-RenderView>=0.10:www/p p5-File-ChangeNotify>=0.07:devel/p5-File-ChangeNotify \ p5-File-Copy-Recursive>=0:devel/p5-File-Copy-Recursive \ p5-File-ShareDir>=0:devel/p5-File-ShareDir \ + p5-Module-Install>=1.02:devel/p5-Module-Install \ p5-Moose>=0:devel/p5-Moose \ p5-MooseX-Emulate-Class-Accessor-Fast>=0:devel/p5-MooseX-Emulate-Class-Accessor-Fast \ p5-Path-Class>=0.09:devel/p5-Path-Class \ p5-Template-Toolkit>=2.14:www/p5-Template-Toolkit \ - p5-YAML-Tiny>=0:textproc/p5-YAML-Tiny \ p5-namespace-autoclean>=0:devel/p5-namespace-autoclean \ p5-namespace-clean>=0:devel/p5-namespace-clean -TEST_DEPENDS= p5-IPC-Run3>=0:devel/p5-IPC-Run3 \ - p5-Test-Fatal>=0.003:devel/p5-Test-Fatal +TEST_DEPENDS= p5-Test-Fatal>=0.003:devel/p5-Test-Fatal USES= perl5 USE_PERL5= configure Modified: head/www/p5-Catalyst-Devel/distinfo ============================================================================== --- head/www/p5-Catalyst-Devel/distinfo Sat Sep 19 15:37:12 2020 (r549026) +++ head/www/p5-Catalyst-Devel/distinfo Sat Sep 19 15:37:17 2020 (r549027) @@ -1,3 +1,3 @@ -TIMESTAMP = 1598175314 -SHA256 (Catalyst-Devel-1.41.tar.gz) = 9a4a7ab9266aed8b11f399e9859b7ff42615de1d6c7ee76505ed0cae0fce0ae5 -SIZE (Catalyst-Devel-1.41.tar.gz) = 91732 +TIMESTAMP = 1600177206 +SHA256 (Catalyst-Devel-1.42.tar.gz) = 7ec6f0b6cab5b8c097e47769fc73a4d4c015a58c41fdb40fc24df3ee77c48abd +SIZE (Catalyst-Devel-1.42.tar.gz) = 73143