svn commit: r523467 - head/x11-fonts/py-defcon

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


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

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

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

Modified: head/x11-fonts/py-defcon/Makefile
==============================================================================
--- head/x11-fonts/py-defcon/Makefile	Sat Jan 18 18:26:18 2020	(r523466)
+++ head/x11-fonts/py-defcon/Makefile	Sat Jan 18 18:26:23 2020	(r523467)
@@ -2,7 +2,7 @@
 
 PORTNAME=	defcon
 PORTVERSION=	0.6.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-fonts python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,12 +13,18 @@ COMMENT=	Set of flexible objects for representing UFO 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/License.txt
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fonttools>=3.31.0:print/py-fonttools@${PY_FLAVOR}
-
 USES=		python zip
 USE_PYTHON=	autoplist distutils
 USE_LOCALE=	en_US.UTF-8
 
 NO_ARCH=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 3600
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}fonttools3>=3.31.0:print/py-fonttools3@${PY_FLAVOR}
+.else
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}fonttools>=3.31.0:print/py-fonttools@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list