git: 422c9dd5bd00 - main - textproc/xml2rfc: Update to 3.32.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Mar 2026 17:38:36 UTC
The branch main has been updated by marcus:
URL: https://cgit.FreeBSD.org/ports/commit/?id=422c9dd5bd00a4c40d7a501ad37d567a00ad5b64
commit 422c9dd5bd00a4c40d7a501ad37d567a00ad5b64
Author: Joe Marcus Clarke <marcus@FreeBSD.org>
AuthorDate: 2026-03-06 17:37:16 +0000
Commit: Joe Marcus Clarke <marcus@FreeBSD.org>
CommitDate: 2026-03-06 17:37:16 +0000
textproc/xml2rfc: Update to 3.32.0
See https://github.com/ietf-tools/xml2rfc/releases/tag/v3.32.0 for a
list of changes in this release.
---
textproc/xml2rfc/Makefile | 2 +-
textproc/xml2rfc/distinfo | 6 +++---
textproc/xml2rfc/files/patch-pyproject.toml | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/textproc/xml2rfc/Makefile b/textproc/xml2rfc/Makefile
index 081e9c457d76..5a2383f5450e 100644
--- a/textproc/xml2rfc/Makefile
+++ b/textproc/xml2rfc/Makefile
@@ -1,5 +1,5 @@
PORTNAME= xml2rfc
-PORTVERSION= 3.31.0
+PORTVERSION= 3.32.0
CATEGORIES= textproc
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/xml2rfc/distinfo b/textproc/xml2rfc/distinfo
index b156caceae5c..16fbd9569749 100644
--- a/textproc/xml2rfc/distinfo
+++ b/textproc/xml2rfc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1760963803
-SHA256 (xml2rfc-3.31.0.tar.gz) = 0a1d4ccc4425aed39b5f0f833a8eb1e0f9e8f1897d3441c3a15877dee36cf484
-SIZE (xml2rfc-3.31.0.tar.gz) = 422008
+TIMESTAMP = 1772818339
+SHA256 (xml2rfc-3.32.0.tar.gz) = 506d6fb5ff0bc029991c0d7fa8e429863005e2892c1dfe49fcc3e69ee94b76c9
+SIZE (xml2rfc-3.32.0.tar.gz) = 423379
diff --git a/textproc/xml2rfc/files/patch-pyproject.toml b/textproc/xml2rfc/files/patch-pyproject.toml
index 7d7d8229d888..1cbb9237643e 100644
--- a/textproc/xml2rfc/files/patch-pyproject.toml
+++ b/textproc/xml2rfc/files/patch-pyproject.toml
@@ -1,9 +1,9 @@
---- pyproject.toml.orig 2025-08-02 14:54:40 UTC
+--- pyproject.toml.orig 2026-03-06 17:34:39 UTC
+++ pyproject.toml
-@@ -4,8 +4,7 @@ requires-python = ">=3.9"
+@@ -4,8 +4,7 @@ requires-python = ">=3.10"
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"
+ requires-python = ">=3.10"
-license = "BSD-3-Clause"
-license-files = ["LICENSE"]
+license = {file = "LICENSE"}