Date: Sun, 30 May 2021 20:03:46 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: 511a6a21cfe5 - main - devel/p5-JSON-Path: Remove Perl core module Message-ID: <202105302003.14UK3kL9076662@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=511a6a21cfe570562fdc747d47ceb0259a662a06 commit 511a6a21cfe570562fdc747d47ceb0259a662a06 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-05-30 19:53:01 +0000 Commit: Po-Chuan Hsieh <sunpoet@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105302003.14UK3kL9076662>