Date: Sat, 18 Jan 2020 18:26:37 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523470 - head/x11-fonts/py-glyphsLib Message-ID: <202001181826.00IIQbti085837@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jan 18 18:26:37 2020 New Revision: 523470 URL: https://svnweb.freebsd.org/changeset/ports/523470 Log: Update RUN_DEPENDS for py-fonttools 4.2.4 update - Bump PORTREVISION for dependency change Modified: head/x11-fonts/py-glyphsLib/Makefile Modified: head/x11-fonts/py-glyphsLib/Makefile ============================================================================== --- head/x11-fonts/py-glyphsLib/Makefile Sat Jan 18 18:26:32 2020 (r523469) +++ head/x11-fonts/py-glyphsLib/Makefile Sat Jan 18 18:26:37 2020 (r523470) @@ -2,6 +2,7 @@ PORTNAME= glyphsLib PORTVERSION= 3.1.4 +PORTREVISION= 1 CATEGORIES= x11-fonts python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,12 +14,19 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.24.0:print/py-fonttools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}defcon>=0.3.0:x11-fonts/py-defcon@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defcon>=0.3.0:x11-fonts/py-defcon@${PY_FLAVOR} USES= python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 3600 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}fonttools3>=3.24.0:print/py-fonttools3@${PY_FLAVOR} +.else +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.24.0:print/py-fonttools@${PY_FLAVOR} +.endif + +.include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001181826.00IIQbti085837>