git: 863260d26291 - main - print/py-ufolib2: Fix version

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 05 Apr 2023 17:38:25 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=863260d262919f407c6142f8e803ad30223633cb

commit 863260d262919f407c6142f8e803ad30223633cb
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-05 17:18:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-05 17:30:48 +0000

    print/py-ufolib2: Fix version
    
    - Bump PORTREVISION for package change
---
 print/py-ufolib2/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/print/py-ufolib2/Makefile b/print/py-ufolib2/Makefile
index c00793e24d12..4803036f5ad1 100644
--- a/print/py-ufolib2/Makefile
+++ b/print/py-ufolib2/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	ufolib2
 PORTVERSION=	0.14.0
+PORTREVISION=	1
 CATEGORIES=	print python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +13,7 @@ WWW=		https://github.com/fonttools/ufoLib2
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=6.2:devel/py-setuptools_scm@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=22.1.0:devel/py-attrs@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}fonttools>=4.0.0:print/py-fonttools@${PY_FLAVOR}