git: 511a6a21cfe5 - main - devel/p5-JSON-Path: Remove Perl core module
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 30 20:03:46 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=511a6a21cfe570562fdc747d47ceb0259a662a06
commit 511a6a21cfe570562fdc747d47ceb0259a662a06
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-30 19:53:01 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-30 19:53:01 +0000
devel/p5-JSON-Path: Remove Perl core module
- Bump PORTREVISION for dependency change
---
devel/p5-JSON-Path/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/devel/p5-JSON-Path/Makefile b/devel/p5-JSON-Path/Makefile
index a03c71836b4f..3dde1c2a4474 100644
--- a/devel/p5-JSON-Path/Makefile
+++ b/devel/p5-JSON-Path/Makefile
@@ -2,6 +2,7 @@
PORTNAME= JSON-Path
PORTVERSION= 0.431
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -20,7 +21,6 @@ RUN_DEPENDS= p5-Carp-Assert>=0:devel/p5-Carp-Assert \
p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
p5-LV>=0:devel/p5-LV \
p5-Readonly>=0:devel/p5-Readonly \
- p5-Scalar-List-Utils>=1.48:lang/p5-Scalar-List-Utils \
p5-Try-Tiny>=0:lang/p5-Try-Tiny
TEST_DEPENDS= p5-JSON>=0:converters/p5-JSON \
p5-Test-Deep>=0:devel/p5-Test-Deep \
@@ -28,8 +28,9 @@ TEST_DEPENDS= p5-JSON>=0:converters/p5-JSON \
p5-Test2-Suite>=0:devel/p5-Test2-Suite \
p5-Tie-IxHash>=0:devel/p5-Tie-IxHash
-NO_ARCH= yes
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>
More information about the dev-commits-ports-all
mailing list