1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00

converters/p5-JSON-PP: Update to 4.16

Changes:	https://metacpan.org/dist/JSON-PP/changes
This commit is contained in:
Po-Chuan Hsieh 2023-01-30 20:29:23 +08:00
parent dff138d110
commit 5442d53072
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= JSON-PP
PORTVERSION= 4.12
PORTVERSION= 4.16
CATEGORIES= converters perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ISHIGAKI

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1665646761
SHA256 (JSON-PP-4.12.tar.gz) = fb76b443f65820452732ba74647a459d61fb61ecce920b19d6f9b881948439de
SIZE (JSON-PP-4.12.tar.gz) = 55176
TIMESTAMP = 1674589600
SHA256 (JSON-PP-4.16.tar.gz) = 8bc2f162bafc42645c489905ad72540f0d3c284b360c96299095183c30cc9789
SIZE (JSON-PP-4.16.tar.gz) = 55556

View File

@ -1,11 +1,11 @@
--- Makefile.PL.orig 2019-02-18 16:03:19 UTC
--- Makefile.PL.orig 2022-12-30 04:30:47 UTC
+++ Makefile.PL
@@ -24,7 +24,7 @@ WriteMakefile(
@@ -19,7 +19,7 @@ WriteMakefile(
'Test::More' => 0,
%prereq,
'Scalar::Util' => '1.08'
},
- 'EXE_FILES' => [ 'bin/json_pp' ],
+ 'EXE_FILES' => [ 'bin/p5json_pp' ],
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'lib/JSON/PP.pm', # retrieve abstract from module
AUTHOR => 'Makamaka Hannyaharamitu, E<lt>makamaka[at]cpan.orgE<gt>') : ()),
'ABSTRACT_FROM' => 'lib/JSON/PP.pm', # retrieve abstract from module
'AUTHOR' => 'Makamaka Hannyaharamitu, E<lt>makamaka[at]cpan.orgE<gt>',
( $ExtUtils::MakeMaker::VERSION >= 6.3002 ? ('LICENSE' => 'perl', ) : () ),