diff options
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-JSON-PP/Makefile | 3 | ||||
-rw-r--r-- | converters/p5-JSON-PP/distinfo | 4 | ||||
-rw-r--r-- | converters/p5-JSON-PP/files/patch-MANIFEST | 9 | ||||
-rw-r--r-- | converters/p5-JSON-PP/files/patch-bin_json__pp | 13 | ||||
-rw-r--r-- | converters/p5-JSON-PP/files/patch-json_pp (renamed from converters/p5-JSON-PP/files/patch-Makefile.PL) | 9 | ||||
-rw-r--r-- | converters/py-gotenberg-client/Makefile | 2 | ||||
-rw-r--r-- | converters/py-gotenberg-client/distinfo | 6 | ||||
-rw-r--r-- | converters/yj/Makefile | 2 |
8 files changed, 20 insertions, 28 deletions
diff --git a/converters/p5-JSON-PP/Makefile b/converters/p5-JSON-PP/Makefile index e41f4e94a06f..9b2eaff746f5 100644 --- a/converters/p5-JSON-PP/Makefile +++ b/converters/p5-JSON-PP/Makefile @@ -6,6 +6,9 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ISHIGAKI PKGNAMEPREFIX= p5- +PATCH_SITES= https://github.com/makamaka/JSON-PP/commit/ +PATCHFILES= 7052740e158491666e4f27d75241617a16170102.patch:-p1 + MAINTAINER= sunpoet@FreeBSD.org COMMENT= JSON::XS compatible pure-Perl module WWW= https://metacpan.org/release/JSON-PP diff --git a/converters/p5-JSON-PP/distinfo b/converters/p5-JSON-PP/distinfo index 3a5a214ff553..2517ab99f594 100644 --- a/converters/p5-JSON-PP/distinfo +++ b/converters/p5-JSON-PP/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1674589600 +TIMESTAMP = 1757120568 SHA256 (JSON-PP-4.16.tar.gz) = 8bc2f162bafc42645c489905ad72540f0d3c284b360c96299095183c30cc9789 SIZE (JSON-PP-4.16.tar.gz) = 55556 +SHA256 (7052740e158491666e4f27d75241617a16170102.patch) = dc9758a6bccb736e8acd7fb036de651e9bc64fcc8640e26a79c16d219880a9ec +SIZE (7052740e158491666e4f27d75241617a16170102.patch) = 682 diff --git a/converters/p5-JSON-PP/files/patch-MANIFEST b/converters/p5-JSON-PP/files/patch-MANIFEST deleted file mode 100644 index b673cdfcbe02..000000000000 --- a/converters/p5-JSON-PP/files/patch-MANIFEST +++ /dev/null @@ -1,9 +0,0 @@ ---- MANIFEST.orig 2022-07-31 06:10:05 UTC -+++ MANIFEST -@@ -1,5 +1,5 @@ - .travis.yml --bin/json_pp -+bin/p5json_pp - Changes - lib/JSON/PP.pm - lib/JSON/PP/Boolean.pm diff --git a/converters/p5-JSON-PP/files/patch-bin_json__pp b/converters/p5-JSON-PP/files/patch-bin_json__pp deleted file mode 100644 index 3a4471fc7983..000000000000 --- a/converters/p5-JSON-PP/files/patch-bin_json__pp +++ /dev/null @@ -1,13 +0,0 @@ -Silence Getopt::Long warning - ---- bin/json_pp.orig 2025-08-20 12:20:56 UTC -+++ bin/json_pp -@@ -2,7 +2,7 @@ use strict; - - BEGIN { pop @INC if $INC[-1] eq '.' } - use strict; --use Getopt::Long; -+use Getopt::Long qw( :config no_ignore_case ); - use Encode (); - - use JSON::PP (); diff --git a/converters/p5-JSON-PP/files/patch-Makefile.PL b/converters/p5-JSON-PP/files/patch-json_pp index 7260e33de101..0f62c24bc5b0 100644 --- a/converters/p5-JSON-PP/files/patch-Makefile.PL +++ b/converters/p5-JSON-PP/files/patch-json_pp @@ -9,3 +9,12 @@ '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', ) : () ), +--- MANIFEST.orig 2022-07-31 06:10:05 UTC ++++ MANIFEST +@@ -1,5 +1,5 @@ + .travis.yml +-bin/json_pp ++bin/p5json_pp + Changes + lib/JSON/PP.pm + lib/JSON/PP/Boolean.pm diff --git a/converters/py-gotenberg-client/Makefile b/converters/py-gotenberg-client/Makefile index d838a7341bc6..9102f164b3df 100644 --- a/converters/py-gotenberg-client/Makefile +++ b/converters/py-gotenberg-client/Makefile @@ -1,5 +1,5 @@ PORTNAME= gotenberg-client -PORTVERSION= 0.10.0 +PORTVERSION= 0.11.0 CATEGORIES= converters python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/converters/py-gotenberg-client/distinfo b/converters/py-gotenberg-client/distinfo index 5eac8da25a32..91b2e413d068 100644 --- a/converters/py-gotenberg-client/distinfo +++ b/converters/py-gotenberg-client/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746349912 -SHA256 (gotenberg_client-0.10.0.tar.gz) = 27da0ba29eb313d747b8940558d43588bfb816458829e4cb5e2697bfe645732d -SIZE (gotenberg_client-0.10.0.tar.gz) = 1209616 +TIMESTAMP = 1757006395 +SHA256 (gotenberg_client-0.11.0.tar.gz) = 44479d996fb4103fc324d84395cc4a762863a033833ac1fc63490e96109f50d7 +SIZE (gotenberg_client-0.11.0.tar.gz) = 1210349 diff --git a/converters/yj/Makefile b/converters/yj/Makefile index c19d306b8202..51bc0ad7268e 100644 --- a/converters/yj/Makefile +++ b/converters/yj/Makefile @@ -1,7 +1,7 @@ PORTNAME= yj PORTVERSION= 5.1.0 DISTVERSIONPREFIX= v -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= converters DIST_SUBDIR= yj |