Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2020 18:25:54 +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: r523461 - head/math/py-MutatorMath
Message-ID:  <202001181825.00IIPsTN084847@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jan 18 18:25:54 2020
New Revision: 523461
URL: https://svnweb.freebsd.org/changeset/ports/523461

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

Modified:
  head/math/py-MutatorMath/Makefile

Modified: head/math/py-MutatorMath/Makefile
==============================================================================
--- head/math/py-MutatorMath/Makefile	Sat Jan 18 18:25:49 2020	(r523460)
+++ head/math/py-MutatorMath/Makefile	Sat Jan 18 18:25:54 2020	(r523461)
@@ -2,6 +2,7 @@
 
 PORTNAME=	MutatorMath
 PORTVERSION=	2.1.2
+PORTREVISION=	1
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +13,7 @@ COMMENT=	Piecewise linear interpolation in multiple di
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}defcon>=0.3.5:x11-fonts/py-defcon@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}defcon>=0.3.5:x11-fonts/py-defcon@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}fontMath>=0.4.8:x11-fonts/py-fontMath@${PY_FLAVOR}
 
 USES=		python zip
@@ -21,4 +21,12 @@ 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?202001181825.00IIPsTN084847>