git: 23dc69c0e4c7 - main - textproc/xml2rfc: Update to 3.30.0

From: Joe Marcus Clarke <marcus_at_FreeBSD.org>
Date: Sat, 02 Aug 2025 15:06:21 UTC
The branch main has been updated by marcus:

URL: https://cgit.FreeBSD.org/ports/commit/?id=23dc69c0e4c7dd321881591fb26fd966b74e4fc2

commit 23dc69c0e4c7dd321881591fb26fd966b74e4fc2
Author:     Joe Marcus Clarke <marcus@FreeBSD.org>
AuthorDate: 2025-08-02 15:05:05 +0000
Commit:     Joe Marcus Clarke <marcus@FreeBSD.org>
CommitDate: 2025-08-02 15:05:46 +0000

    textproc/xml2rfc: Update to 3.30.0
    
    See https://github.com/ietf-tools/xml2rfc/releases/tag/v3.30.0 for a
    list of changes in this release.
---
 textproc/xml2rfc/Makefile                   |  2 +-
 textproc/xml2rfc/distinfo                   |  6 +++---
 textproc/xml2rfc/files/patch-pyproject.toml | 12 ++++++++++++
 3 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/textproc/xml2rfc/Makefile b/textproc/xml2rfc/Makefile
index c787a05bbcae..44cbf9a7deee 100644
--- a/textproc/xml2rfc/Makefile
+++ b/textproc/xml2rfc/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	xml2rfc
-PORTVERSION=	3.29.0
+PORTVERSION=	3.30.0
 CATEGORIES=	textproc
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/xml2rfc/distinfo b/textproc/xml2rfc/distinfo
index 2779f28976ad..3c1c1c784127 100644
--- a/textproc/xml2rfc/distinfo
+++ b/textproc/xml2rfc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1750084346
-SHA256 (xml2rfc-3.29.0.tar.gz) = 82a1806095ea9a83caa9ee6923bf50f7b7686325042e3e023e34984a54c822db
-SIZE (xml2rfc-3.29.0.tar.gz) = 421126
+TIMESTAMP = 1754145992
+SHA256 (xml2rfc-3.30.0.tar.gz) = b977b26edd5d930020966fa4692fc7fcdcb4f7401a8429981d4cbc0cc4bbba25
+SIZE (xml2rfc-3.30.0.tar.gz) = 420650
diff --git a/textproc/xml2rfc/files/patch-pyproject.toml b/textproc/xml2rfc/files/patch-pyproject.toml
new file mode 100644
index 000000000000..7d7d8229d888
--- /dev/null
+++ b/textproc/xml2rfc/files/patch-pyproject.toml
@@ -0,0 +1,12 @@
+--- pyproject.toml.orig	2025-08-02 14:54:40 UTC
++++ pyproject.toml
+@@ -4,8 +4,7 @@ requires-python = ">=3.9"
+ description = "xml2rfc generates RFCs and IETF drafts from document source in XML according to the IETF xml2rfc v2 and v3 vocabularies."
+ readme = "README.md"
+ requires-python = ">=3.9"
+-license = "BSD-3-Clause"
+-license-files = ["LICENSE"]
++license = {file = "LICENSE"}
+ authors = [{name = "IETF Tools", email = "tools-help@ietf.org"}]
+ keywords = ["ietf", "rfc", "id", "internet-draft", "xml", "xml2rfc", "xmlrfc"]
+ classifiers = [