git: 55f0d10760c8 - main - textproc/py-sphinxcontrib-svg2pdfconverter: Update to 2.0.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 09 Dec 2025 11:26:06 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=55f0d10760c8a72916987c6970a5bb9007d23799

commit 55f0d10760c8a72916987c6970a5bb9007d23799
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-09 06:41:08 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-09 11:21:39 +0000

    textproc/py-sphinxcontrib-svg2pdfconverter: Update to 2.0.0
    
    Changes:        https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter/commits/master
---
 textproc/py-sphinxcontrib-svg2pdfconverter/Makefile           |  3 +--
 textproc/py-sphinxcontrib-svg2pdfconverter/distinfo           |  6 +++---
 .../files/patch-pyproject.toml                                | 11 +++++++++++
 3 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/textproc/py-sphinxcontrib-svg2pdfconverter/Makefile b/textproc/py-sphinxcontrib-svg2pdfconverter/Makefile
index 88857f0810dc..75efb6464d44 100644
--- a/textproc/py-sphinxcontrib-svg2pdfconverter/Makefile
+++ b/textproc/py-sphinxcontrib-svg2pdfconverter/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	sphinxcontrib-svg2pdfconverter
-PORTVERSION=	1.3.0
-PORTREVISION=	1
+PORTVERSION=	2.0.0
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/py-sphinxcontrib-svg2pdfconverter/distinfo b/textproc/py-sphinxcontrib-svg2pdfconverter/distinfo
index 16f6293d7357..266e90117be7 100644
--- a/textproc/py-sphinxcontrib-svg2pdfconverter/distinfo
+++ b/textproc/py-sphinxcontrib-svg2pdfconverter/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1750954248
-SHA256 (sphinxcontrib_svg2pdfconverter-1.3.0.tar.gz) = 6411a4cc2f57eed96a0d7bbfa139f68cbe7983018881e1e6d7c46053cd69911f
-SIZE (sphinxcontrib_svg2pdfconverter-1.3.0.tar.gz) = 6209
+TIMESTAMP = 1765032826
+SHA256 (sphinxcontrib_svg2pdfconverter-2.0.0.tar.gz) = ab9c8f1080391e231812d20abf2657a69ee35574563b1014414f953964a95fa3
+SIZE (sphinxcontrib_svg2pdfconverter-2.0.0.tar.gz) = 6411
diff --git a/textproc/py-sphinxcontrib-svg2pdfconverter/files/patch-pyproject.toml b/textproc/py-sphinxcontrib-svg2pdfconverter/files/patch-pyproject.toml
new file mode 100644
index 000000000000..30a79183dbc3
--- /dev/null
+++ b/textproc/py-sphinxcontrib-svg2pdfconverter/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig	2025-12-01 20:27:56 UTC
++++ pyproject.toml
+@@ -7,7 +7,7 @@ readme = "README.rst"
+ version = "2.0.0"
+ description = "Sphinx SVG to PDF or PNG converter extension"
+ readme = "README.rst"
+-license = "BSD-2-Clause"
++license = {text = "BSD-2-Clause"}
+ authors = [
+   {name = "Stefan Wiehler", email = "sphinx_contribute@missinglinkelectronics.com"},
+ ]