svn commit: r523463 - head/print/ttfquery
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Jan 18 18:26:04 UTC 2020
Author: sunpoet
Date: Sat Jan 18 18:26:04 2020
New Revision: 523463
URL: https://svnweb.freebsd.org/changeset/ports/523463
Log:
Change RUN_DEPENDS from py-fonttools to py-fonttools3
- Bump PORTREVISION for dependency change
Modified:
head/print/ttfquery/Makefile
Modified: head/print/ttfquery/Makefile
==============================================================================
--- head/print/ttfquery/Makefile Sat Jan 18 18:25:59 2020 (r523462)
+++ head/print/ttfquery/Makefile Sat Jan 18 18:26:04 2020 (r523463)
@@ -3,7 +3,7 @@
PORTNAME= ttfquery
PORTVERSION= 1.0.5
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= print
MASTER_SITES= CHEESESHOP
DISTNAME= TTFQuery-${PORTVERSION}
@@ -17,7 +17,7 @@ EXPIRATION_DATE= 2020-01-27
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/license.txt
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>0:print/py-fonttools@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools3>0:print/py-fonttools3@${PY_FLAVOR} \
${PYNUMPY}
NO_ARCH= yes
More information about the svn-ports-all
mailing list