Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2020 18:26:23 +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: r523467 - head/x11-fonts/py-defcon
Message-ID:  <202001181826.00IIQNKK085513@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001181826.00IIQNKK085513>