diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-10-21 06:34:40 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-10-21 09:17:37 +0000 |
commit | 4b65bb551290b4b24f4c75b847f75bcf02b17c70 (patch) | |
tree | b0ae6fb2f16d0ee70afffe96b0f84ad37f580955 | |
parent | 05c63a320e6fb82551d1bdab02b13e51ee29c906 (diff) |
www/p5-Catalyst-Action-RenderView: Update to 0.17
- Add LICENSE_FILE
- Remove unneeded post-extract:
Changes: https://metacpan.org/dist/Catalyst-Action-RenderView/changes
-rw-r--r-- | www/p5-Catalyst-Action-RenderView/Makefile | 9 | ||||
-rw-r--r-- | www/p5-Catalyst-Action-RenderView/distinfo | 5 |
2 files changed, 6 insertions, 8 deletions
diff --git a/www/p5-Catalyst-Action-RenderView/Makefile b/www/p5-Catalyst-Action-RenderView/Makefile index 8e8703ce1dc7..ea30d4f9a83f 100644 --- a/www/p5-Catalyst-Action-RenderView/Makefile +++ b/www/p5-Catalyst-Action-RenderView/Makefile @@ -1,6 +1,5 @@ PORTNAME= Catalyst-Action-RenderView -PORTVERSION= 0.16 -PORTREVISION= 1 +PORTVERSION= 0.17 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,9 +10,10 @@ WWW= https://metacpan.org/release/Catalyst-Action-RenderView LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE_GPLv1+ = ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Catalyst-Runtime>=5.70:www/p5-Catalyst-Runtime \ +RUN_DEPENDS= p5-Catalyst-Runtime>=5.80030:www/p5-Catalyst-Runtime \ p5-Data-Visitor>=0.24:devel/p5-Data-Visitor \ p5-MRO-Compat>=0:devel/p5-MRO-Compat @@ -22,7 +22,4 @@ USE_PERL5= configure NO_ARCH= yes -post-extract: - @${REINPLACE_CMD} -i '' '/test_requires/d' ${WRKSRC}/Makefile.PL - .include <bsd.port.mk> diff --git a/www/p5-Catalyst-Action-RenderView/distinfo b/www/p5-Catalyst-Action-RenderView/distinfo index 5c51661f3671..f1d69488660f 100644 --- a/www/p5-Catalyst-Action-RenderView/distinfo +++ b/www/p5-Catalyst-Action-RenderView/distinfo @@ -1,2 +1,3 @@ -SHA256 (Catalyst-Action-RenderView-0.16.tar.gz) = 8565203950a057d43ecd64e9593715d565c2fbd8b02c91f43c53b2111acd3948 -SIZE (Catalyst-Action-RenderView-0.16.tar.gz) = 21529 +TIMESTAMP = 1729240400 +SHA256 (Catalyst-Action-RenderView-0.17.tar.gz) = 71f6d5fd9f358611d1457c0c6b3fbe18224a4133e395e58d2a5ae4232f2761a5 +SIZE (Catalyst-Action-RenderView-0.17.tar.gz) = 20029 |