Date: Thu, 5 Sep 2024 06:22:58 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fb1abb12becd - main - www/p5-MasonX-Interp-WithCallbacks: Update to 1.20 Message-ID: <202409050622.4856Mw7w014502@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fb1abb12becda295a31664ae7070d1e047b147ca commit fb1abb12becda295a31664ae7070d1e047b147ca Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-05 05:29:29 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-05 06:18:28 +0000 www/p5-MasonX-Interp-WithCallbacks: Update to 1.20 - Add LICENSE - Update version requirement of *_DEPENDS - Add NO_ARCH - Sort PLIST Changes: https://metacpan.org/dist/MasonX-Interp-WithCallbacks/changes --- www/p5-MasonX-Interp-WithCallbacks/Makefile | 13 +++++++++---- www/p5-MasonX-Interp-WithCallbacks/distinfo | 5 +++-- www/p5-MasonX-Interp-WithCallbacks/pkg-plist | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/www/p5-MasonX-Interp-WithCallbacks/Makefile b/www/p5-MasonX-Interp-WithCallbacks/Makefile index d4d6f997af8e..8cc3ef50a7a0 100644 --- a/www/p5-MasonX-Interp-WithCallbacks/Makefile +++ b/www/p5-MasonX-Interp-WithCallbacks/Makefile @@ -1,6 +1,5 @@ PORTNAME= MasonX-Interp-WithCallbacks -PORTVERSION= 1.19 -PORTREVISION= 1 +PORTVERSION= 1.20 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,10 +9,16 @@ COMMENT= Mason callback support via Params::CallbackRequest WWW= https://metacpan.org/release/MasonX-Interp-WithCallbacks BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-HTML-Mason>=0:www/p5-HTML-Mason \ - p5-Params-CallbackRequest>=0:devel/p5-Params-CallbackRequest +RUN_DEPENDS= p5-Class-Container>=0.09:devel/p5-Class-Container \ + p5-HTML-Mason>=1.23:www/p5-HTML-Mason \ + p5-Params-CallbackRequest>=1.15:devel/p5-Params-CallbackRequest + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual USES= perl5 USE_PERL5= modbuild +NO_ARCH= yes + .include <bsd.port.mk> diff --git a/www/p5-MasonX-Interp-WithCallbacks/distinfo b/www/p5-MasonX-Interp-WithCallbacks/distinfo index a639028bfe94..a8896a987de7 100644 --- a/www/p5-MasonX-Interp-WithCallbacks/distinfo +++ b/www/p5-MasonX-Interp-WithCallbacks/distinfo @@ -1,2 +1,3 @@ -SHA256 (MasonX-Interp-WithCallbacks-1.19.tar.gz) = 56a98f0080e164f9b39bb28b09c76de773ab9c3897fe0bee1e03654b7c576c5f -SIZE (MasonX-Interp-WithCallbacks-1.19.tar.gz) = 31994 +TIMESTAMP = 1724084816 +SHA256 (MasonX-Interp-WithCallbacks-1.20.tar.gz) = 8bd7cf1c4ee6952ce8e31c081d184f6de340a481b1ec90db3da88bad194f54ac +SIZE (MasonX-Interp-WithCallbacks-1.20.tar.gz) = 32791 diff --git a/www/p5-MasonX-Interp-WithCallbacks/pkg-plist b/www/p5-MasonX-Interp-WithCallbacks/pkg-plist index 929e0fb96f7b..a32c058f6b23 100644 --- a/www/p5-MasonX-Interp-WithCallbacks/pkg-plist +++ b/www/p5-MasonX-Interp-WithCallbacks/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/MasonX::Interp::WithCallbacks.3.gz %%SITE_PERL%%/MasonX/Interp/WithCallbacks.pm +%%PERL5_MAN3%%/MasonX::Interp::WithCallbacks.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409050622.4856Mw7w014502>