Date: Sat, 18 Jan 2020 18:26:09 +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: r523464 - head/x11-fonts/py-booleanOperations Message-ID: <202001181826.00IIQ9gW085186@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jan 18 18:26:08 2020 New Revision: 523464 URL: https://svnweb.freebsd.org/changeset/ports/523464 Log: Update RUN_DEPENDS for py-fonttools 4.2.4 update - Bump PORTREVISION for dependency change Modified: head/x11-fonts/py-booleanOperations/Makefile Modified: head/x11-fonts/py-booleanOperations/Makefile ============================================================================== --- head/x11-fonts/py-booleanOperations/Makefile Sat Jan 18 18:26:04 2020 (r523463) +++ head/x11-fonts/py-booleanOperations/Makefile Sat Jan 18 18:26:08 2020 (r523464) @@ -2,6 +2,7 @@ PORTNAME= booleanOperations PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= x11-fonts python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,12 +14,19 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.11:devel/py-setuptools_scm@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyclipper>=1.0.5:math/py-pyclipper@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyclipper>=1.0.5:math/py-pyclipper@${PY_FLAVOR} USES= python zip USE_PYTHON= autoplist distutils NO_ARCH= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 3600 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}fonttools3>=3.32.0:print/py-fonttools3@${PY_FLAVOR} +.else +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.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.00IIQ9gW085186>