git: 22479917ec63 - main - textproc/py-sphinxcontrib-bibtex: Update to 2.6.4

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 26 Jun 2025 11:32:52 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=22479917ec63822fc74582c6872e9be7288aca2b

commit 22479917ec63822fc74582c6872e9be7288aca2b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-06-26 10:01:16 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-06-26 11:29:55 +0000

    textproc/py-sphinxcontrib-bibtex: Update to 2.6.4
    
    Changes:        https://github.com/mcmtroffaes/sphinxcontrib-bibtex/blob/develop/CHANGELOG.rst
                    https://sphinxcontrib-bibtex.readthedocs.io/en/latest/changes.html
---
 textproc/py-sphinxcontrib-bibtex/Makefile                   |  2 +-
 textproc/py-sphinxcontrib-bibtex/distinfo                   |  6 +++---
 textproc/py-sphinxcontrib-bibtex/files/patch-pyproject.toml | 11 +++++++++++
 3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/textproc/py-sphinxcontrib-bibtex/Makefile b/textproc/py-sphinxcontrib-bibtex/Makefile
index 7497a029b851..8d3128b2f6ff 100644
--- a/textproc/py-sphinxcontrib-bibtex/Makefile
+++ b/textproc/py-sphinxcontrib-bibtex/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	sphinxcontrib-bibtex
-PORTVERSION=	2.6.3
+PORTVERSION=	2.6.4
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/py-sphinxcontrib-bibtex/distinfo b/textproc/py-sphinxcontrib-bibtex/distinfo
index 408f2eb60bf3..ff1b5585a8bb 100644
--- a/textproc/py-sphinxcontrib-bibtex/distinfo
+++ b/textproc/py-sphinxcontrib-bibtex/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1727314598
-SHA256 (sphinxcontrib_bibtex-2.6.3.tar.gz) = 7c790347ef1cb0edf30de55fc324d9782d085e89c52c2b8faafa082e08e23946
-SIZE (sphinxcontrib_bibtex-2.6.3.tar.gz) = 117177
+TIMESTAMP = 1750188142
+SHA256 (sphinxcontrib_bibtex-2.6.4.tar.gz) = aad018b730d324201f09777f6c25c4a2ff7ac1d5e66af187f21fc21840768760
+SIZE (sphinxcontrib_bibtex-2.6.4.tar.gz) = 118453
diff --git a/textproc/py-sphinxcontrib-bibtex/files/patch-pyproject.toml b/textproc/py-sphinxcontrib-bibtex/files/patch-pyproject.toml
new file mode 100644
index 000000000000..c65164a124d3
--- /dev/null
+++ b/textproc/py-sphinxcontrib-bibtex/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig	2025-06-17 06:41:26 UTC
++++ pyproject.toml
+@@ -5,7 +5,7 @@ version = "2.6.4"
+ [project]
+ name = "sphinxcontrib-bibtex"
+ version = "2.6.4"
+-license = "BSD-2-Clause"
++license = { text = "BSD-2-Clause" }
+ description = "Sphinx extension for BibTeX style citations."
+ readme = "README.rst"
+ requires-python = ">=3.9"