summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
Diffstat (limited to 'converters')
-rw-r--r--converters/osm2pgsql/Makefile3
-rw-r--r--converters/osm2pgsql/distinfo6
-rw-r--r--converters/p5-Convert-Binary-C/Makefile3
-rw-r--r--converters/p5-Convert-Binary-C/distinfo6
-rw-r--r--converters/p5-JSON-PP/Makefile3
-rw-r--r--converters/p5-JSON-PP/distinfo4
-rw-r--r--converters/p5-JSON-PP/files/patch-MANIFEST9
-rw-r--r--converters/p5-JSON-PP/files/patch-bin_json__pp13
-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-svglib/Makefile4
10 files changed, 25 insertions, 35 deletions
diff --git a/converters/osm2pgsql/Makefile b/converters/osm2pgsql/Makefile
index c44062a03f5c..f57c8f9d204b 100644
--- a/converters/osm2pgsql/Makefile
+++ b/converters/osm2pgsql/Makefile
@@ -1,6 +1,5 @@
PORTNAME= osm2pgsql
-PORTVERSION= 2.1.1
-PORTREVISION= 2
+PORTVERSION= 2.2.0
CATEGORIES= converters geography
MAINTAINER= amdmi3@FreeBSD.org
diff --git a/converters/osm2pgsql/distinfo b/converters/osm2pgsql/distinfo
index 3206f75fdcf9..83797661408e 100644
--- a/converters/osm2pgsql/distinfo
+++ b/converters/osm2pgsql/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1744633038
-SHA256 (openstreetmap-osm2pgsql-2.1.1_GH0.tar.gz) = b084e4a79317043410ff13ece4350a801384bd34e6c2c5959fa1e1424ce195b0
-SIZE (openstreetmap-osm2pgsql-2.1.1_GH0.tar.gz) = 2712681
+TIMESTAMP = 1758190034
+SHA256 (openstreetmap-osm2pgsql-2.2.0_GH0.tar.gz) = 567dad078f8a66d6d706ac1876b5251b688109d16974909d89ce2056d6e9f258
+SIZE (openstreetmap-osm2pgsql-2.2.0_GH0.tar.gz) = 2729137
diff --git a/converters/p5-Convert-Binary-C/Makefile b/converters/p5-Convert-Binary-C/Makefile
index 881d49cefc41..8c586ef92431 100644
--- a/converters/p5-Convert-Binary-C/Makefile
+++ b/converters/p5-Convert-Binary-C/Makefile
@@ -1,6 +1,5 @@
PORTNAME= Convert-Binary-C
-PORTVERSION= 0.85
-PORTREVISION= 1
+PORTVERSION= 0.86
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/converters/p5-Convert-Binary-C/distinfo b/converters/p5-Convert-Binary-C/distinfo
index 78fe55510a37..44823ff21047 100644
--- a/converters/p5-Convert-Binary-C/distinfo
+++ b/converters/p5-Convert-Binary-C/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1728827374
-SHA256 (Convert-Binary-C-0.85.tar.gz) = c4cf42e00ea429ae3db276755b922282b4e8e9419d0eaf094aaa24107abc50e5
-SIZE (Convert-Binary-C-0.85.tar.gz) = 1365702
+TIMESTAMP = 1757516574
+SHA256 (Convert-Binary-C-0.86.tar.gz) = 6f1b1787df5492793a545746fe2963ad6e1b6203179f65e646cdca41e9fb3cc0
+SIZE (Convert-Binary-C-0.86.tar.gz) = 1369699
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-svglib/Makefile b/converters/py-svglib/Makefile
index 8385d4785f18..2dc75470ed1e 100644
--- a/converters/py-svglib/Makefile
+++ b/converters/py-svglib/Makefile
@@ -1,6 +1,6 @@
PORTNAME= svglib
DISTVERSION= 1.5.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= converters python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cssselect2>=0.2.0:textproc/py-cssselect2@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}lxml5>0:devel/py-lxml5@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}reportlab>0:print/py-reportlab@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tinycss2>=0.6.0:textproc/py-tinycss2@${PY_FLAVOR}