Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Feb 2026 16:55:46 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1a75f1135b7d - main - x11-fonts/py-vfblib: Update version requirement of BUILD_DEPENDS
Message-ID:  <69949d92.26721.50431d2f@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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]


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69949d92.26721.50431d2f>