mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
converters/p5-JSON-PP: Update to 4.16
Changes: https://metacpan.org/dist/JSON-PP/changes
This commit is contained in:
parent
dff138d110
commit
5442d53072
@ -1,5 +1,5 @@
|
||||
PORTNAME= JSON-PP
|
||||
PORTVERSION= 4.12
|
||||
PORTVERSION= 4.16
|
||||
CATEGORIES= converters perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:ISHIGAKI
|
||||
|
@ -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
|
||||
|
@ -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', ) : () ),
|
||||
|
Loading…
Reference in New Issue
Block a user