From nobody Wed Oct 13 05:51:03 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 1FDEC17EA44F; Wed, 13 Oct 2021 05:57:26 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HThdK10QBz4mJY; Wed, 13 Oct 2021 05:57:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 676AC224AF; Wed, 13 Oct 2021 05:51:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19D5p38X084226; Wed, 13 Oct 2021 05:51:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19D5p31g084225; Wed, 13 Oct 2021 05:51:03 GMT (envelope-from git) Date: Wed, 13 Oct 2021 05:51:03 GMT Message-Id: <202110130551.19D5p31g084225@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: ed06d87b5912 - main - www/p5-Plack: Update to 1.0048 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ed06d87b59128e62e7fae8ad36337564d12da823 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ed06d87b59128e62e7fae8ad36337564d12da823 commit ed06d87b59128e62e7fae8ad36337564d12da823 Author: Po-Chuan Hsieh AuthorDate: 2021-10-13 05:39:54 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-10-13 05:39:54 +0000 www/p5-Plack: Update to 1.0048 - Update version requirement of *_DEPENDS Changes: https://metacpan.org/dist/Plack/changes --- www/p5-Plack/Makefile | 68 ++++++++++++++++++++++++--------------------------- www/p5-Plack/distinfo | 6 ++--- 2 files changed, 35 insertions(+), 39 deletions(-) diff --git a/www/p5-Plack/Makefile b/www/p5-Plack/Makefile index 7565d1c9930b..66f3d1b42d2c 100644 --- a/www/p5-Plack/Makefile +++ b/www/p5-Plack/Makefile @@ -1,5 +1,5 @@ PORTNAME= Plack -PORTVERSION= 1.0047 +PORTVERSION= 1.0048 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MIYAGAWA @@ -12,43 +12,39 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${RUN_DEPENDS} \ - p5-File-ShareDir-Install>=0.03:devel/p5-File-ShareDir-Install -RUN_DEPENDS= \ - p5-Apache-LogFormat-Compiler>=0.33:www/p5-Apache-LogFormat-Compiler \ - p5-Cookie-Baker>=0.07:www/p5-Cookie-Baker \ - p5-Devel-StackTrace>=1.23:devel/p5-Devel-StackTrace \ - p5-Devel-StackTrace-AsHTML>=0.11:devel/p5-Devel-StackTrace-AsHTML \ - p5-File-ShareDir>=1.00:devel/p5-File-ShareDir \ - p5-Filesys-Notify-Simple>0:devel/p5-Filesys-Notify-Simple \ - p5-HTTP-Body>=1.06:www/p5-HTTP-Body \ - p5-HTTP-Entity-Parser>=0.17:www/p5-HTTP-Entity-Parser \ - p5-HTTP-Headers-Fast>=0.18:www/p5-HTTP-Headers-Fast \ - p5-Hash-MultiValue>=0.05:devel/p5-Hash-MultiValue \ - p5-Path-Class>0:devel/p5-Path-Class \ - p5-Stream-Buffered>=0.02:devel/p5-Stream-Buffered \ - p5-Try-Tiny>0:lang/p5-Try-Tiny \ - p5-URI>=1.59:net/p5-URI -TEST_DEPENDS= \ - p5-Authen-Simple-Passwd>0:security/p5-Authen-Simple-Passwd \ - p5-CGI-Compile>0:www/p5-CGI-Compile \ - p5-CGI-Emulate-PSGI>0:www/p5-CGI-Emulate-PSGI \ - p5-FCGI>0:www/p5-FCGI \ - p5-FCGI-ProcManager>0:www/p5-FCGI-ProcManager \ - p5-HTTP-Request-AsCGI>0:www/p5-HTTP-Request-AsCGI \ - p5-HTTP-Server-Simple-PSGI>0:www/p5-HTTP-Server-Simple-PSGI \ - p5-IO-Handle-Util>0:devel/p5-IO-Handle-Util \ - p5-LWP-Protocol-http10>0:www/p5-LWP-Protocol-http10 \ - p5-Log-Dispatch-Array>0:devel/p5-Log-Dispatch-Array \ - p5-Log-Log4perl>0:devel/p5-Log-Log4perl \ - p5-MIME-Types>0:mail/p5-MIME-Types \ - p5-Module-Refresh>0:devel/p5-Module-Refresh \ - p5-Stream-Buffered>=0.02:devel/p5-Stream-Buffered \ - p5-Test-Requires>0:devel/p5-Test-Requires \ - p5-Test-TCP>=2.15:devel/p5-Test-TCP +BUILD_DEPENDS= p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install \ + ${RUN_DEPENDS} +RUN_DEPENDS= p5-Apache-LogFormat-Compiler>=0.33:www/p5-Apache-LogFormat-Compiler \ + p5-Cookie-Baker>=0.07:www/p5-Cookie-Baker \ + p5-Devel-StackTrace>=1.23:devel/p5-Devel-StackTrace \ + p5-Devel-StackTrace-AsHTML>=0.11:devel/p5-Devel-StackTrace-AsHTML \ + p5-File-ShareDir>=1.00:devel/p5-File-ShareDir \ + p5-Filesys-Notify-Simple>=0:devel/p5-Filesys-Notify-Simple \ + p5-HTTP-Entity-Parser>=0.25:www/p5-HTTP-Entity-Parser \ + p5-HTTP-Headers-Fast>=0.18:www/p5-HTTP-Headers-Fast \ + p5-HTTP-Message>=5.814:www/p5-HTTP-Message \ + p5-Hash-MultiValue>=0.05:devel/p5-Hash-MultiValue \ + p5-Stream-Buffered>=0.02:devel/p5-Stream-Buffered \ + p5-Try-Tiny>=0:lang/p5-Try-Tiny \ + p5-URI>=1.59:net/p5-URI \ + p5-WWW-Form-UrlEncoded>=0.23:www/p5-WWW-Form-UrlEncoded +TEST_DEPENDS= p5-Authen-Simple-Passwd>=0:security/p5-Authen-Simple-Passwd \ + p5-CGI-Compile>=0:www/p5-CGI-Compile \ + p5-CGI-Emulate-PSGI>=0:www/p5-CGI-Emulate-PSGI \ + p5-HTTP-Message>=0:www/p5-HTTP-Message \ + p5-HTTP-Request-AsCGI>=0:www/p5-HTTP-Request-AsCGI \ + p5-HTTP-Server-Simple-PSGI>=0:www/p5-HTTP-Server-Simple-PSGI \ + p5-IO-Handle-Util>=0:devel/p5-IO-Handle-Util \ + p5-LWP-Protocol-http10>=0:www/p5-LWP-Protocol-http10 \ + p5-Log-Dispatch-Array>=0:devel/p5-Log-Dispatch-Array \ + p5-MIME-Types>=0:mail/p5-MIME-Types \ + p5-Test-MockTime-HiRes>=0.06:devel/p5-Test-MockTime-HiRes \ + p5-Test-Requires>=0:devel/p5-Test-Requires \ + p5-libwww>=5.814:www/p5-libwww USES= perl5 USE_PERL5= configure -NO_ARCH= YES + +NO_ARCH= yes .include diff --git a/www/p5-Plack/distinfo b/www/p5-Plack/distinfo index acbea78e50dc..4626fe3d8b3b 100644 --- a/www/p5-Plack/distinfo +++ b/www/p5-Plack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1527152144 -SHA256 (Plack-1.0047.tar.gz) = 322c93f5acc0a0f0e11fd4a76188f978bdc14338a9f1df3ae535227017046561 -SIZE (Plack-1.0047.tar.gz) = 180792 +TIMESTAMP = 1632773752 +SHA256 (Plack-1.0048.tar.gz) = 30f5f25e19b437859156a2526f61ca9ab708d50d5730c279189403aabfe542a6 +SIZE (Plack-1.0048.tar.gz) = 190445