git: 1a75f1135b7d - main - x11-fonts/py-vfblib: Update version requirement of BUILD_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Feb 2026 16:55:46 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1a75f1135b7dfd9a9887ced450d6f06cc7cbe1a9
commit 1a75f1135b7dfd9a9887ced450d6f06cc7cbe1a9
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-02-17 16:50:35 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-02-17 16:53:43 +0000
x11-fonts/py-vfblib: Update version requirement of BUILD_DEPENDS
---
x11-fonts/py-vfblib/Makefile | 2 +-
x11-fonts/py-vfblib/files/patch-pyproject.toml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/x11-fonts/py-vfblib/Makefile b/x11-fonts/py-vfblib/Makefile
index 0ba6f4ecec93..ae36a3a21f5b 100644
--- a/x11-fonts/py-vfblib/Makefile
+++ b/x11-fonts/py-vfblib/Makefile
@@ -12,7 +12,7 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2:devel/py-setuptools-scm@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=9.2.0:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=4.61.0:print/py-fonttools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}orjson>=3.11.4<4:devel/py-orjson@${PY_FLAVOR} \
diff --git a/x11-fonts/py-vfblib/files/patch-pyproject.toml b/x11-fonts/py-vfblib/files/patch-pyproject.toml
index 2696c962509b..8226aed1d64c 100644
--- a/x11-fonts/py-vfblib/files/patch-pyproject.toml
+++ b/x11-fonts/py-vfblib/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig 2025-11-06 10:53:27 UTC
+--- pyproject.toml.orig 2025-12-09 10:39:44 UTC
+++ pyproject.toml
@@ -1,12 +1,10 @@
[project]
@@ -19,7 +19,7 @@
[build-system]
-requires = ["setuptools>=80.9.0", "setuptools-scm[toml]>=9.2.0", "wheel"]
-+requires = ["setuptools>=61", "setuptools-scm[toml]>=6.2", "wheel"]
++requires = ["setuptools>=61", "setuptools-scm[toml]>=9.2.0", "wheel"]
build-backend = "setuptools.build_meta"
[tool.setuptools.package-data]