svn commit: r523468 - head/x11-fonts/py-fontMath

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 18 18:26:28 UTC 2020


Author: sunpoet
Date: Sat Jan 18 18:26:27 2020
New Revision: 523468
URL: https://svnweb.freebsd.org/changeset/ports/523468

Log:
  Update RUN_DEPENDS for py-fonttools 4.2.4 update
  
  - Bump PORTREVISION for dependency change

Modified:
  head/x11-fonts/py-fontMath/Makefile

Modified: head/x11-fonts/py-fontMath/Makefile
==============================================================================
--- head/x11-fonts/py-fontMath/Makefile	Sat Jan 18 18:26:23 2020	(r523467)
+++ head/x11-fonts/py-fontMath/Makefile	Sat Jan 18 18:26:27 2020	(r523468)
@@ -2,6 +2,7 @@
 
 PORTNAME=	fontMath
 PORTVERSION=	0.4.9
+PORTREVISION=	1
 CATEGORIES=	x11-fonts python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,11 +13,17 @@ COMMENT=	Set of objects for performing math operations
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/License.txt
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${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>


More information about the svn-ports-all mailing list