Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2019 18:28:26 +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: r513709 - in head: print/py-psautohint x11-fonts/py-cu2qu x11-fonts/py-defcon x11-fonts/py-fontmake x11-fonts/py-ufo2ft
Message-ID:  <201910031828.x93ISQgf086397@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct  3 18:28:25 2019
New Revision: 513709
URL: https://svnweb.freebsd.org/changeset/ports/513709

Log:
  Update RUN_DEPENDS: use py-fonttools extra features
  
  - Bump PORTREVISION for dependency change
  
  PR:		231392
  Submitted by:	Ting-Wei Lan <lantw44@gmail.com> (maintainer)

Modified:
  head/print/py-psautohint/Makefile
  head/x11-fonts/py-cu2qu/Makefile
  head/x11-fonts/py-defcon/Makefile
  head/x11-fonts/py-fontmake/Makefile
  head/x11-fonts/py-ufo2ft/Makefile

Modified: head/print/py-psautohint/Makefile
==============================================================================
--- head/print/py-psautohint/Makefile	Thu Oct  3 18:25:47 2019	(r513708)
+++ head/print/py-psautohint/Makefile	Thu Oct  3 18:28:25 2019	(r513709)
@@ -2,7 +2,7 @@
 
 PORTNAME=	psautohint
 PORTVERSION=	1.9.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	print python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,8 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}fonttools-ufo>0:print/py-fonttools-ufo@${PY_FLAVOR}
 
 USES=		python zip
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/x11-fonts/py-cu2qu/Makefile
==============================================================================
--- head/x11-fonts/py-cu2qu/Makefile	Thu Oct  3 18:25:47 2019	(r513708)
+++ head/x11-fonts/py-cu2qu/Makefile	Thu Oct  3 18:28:25 2019	(r513709)
@@ -2,6 +2,7 @@
 
 PORTNAME=	cu2qu
 PORTVERSION=	1.6.5
+PORTREVISION=	1
 CATEGORIES=	x11-fonts python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}fonttools-ufo>0:print/py-fonttools-ufo@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}defcon>=0.6.0:x11-fonts/py-defcon@${PY_FLAVOR}
 
 USES=		python zip

Modified: head/x11-fonts/py-defcon/Makefile
==============================================================================
--- head/x11-fonts/py-defcon/Makefile	Thu Oct  3 18:25:47 2019	(r513708)
+++ head/x11-fonts/py-defcon/Makefile	Thu Oct  3 18:28:25 2019	(r513709)
@@ -2,6 +2,7 @@
 
 PORTNAME=	defcon
 PORTVERSION=	0.6.0
+PORTREVISION=	1
 CATEGORIES=	x11-fonts python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,9 @@ 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}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fonttools>=3.31.0:print/py-fonttools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}fonttools-ufo>0:print/py-fonttools-ufo@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}fonttools-unicode>0:print/py-fonttools-unicode@${PY_FLAVOR}
 
 USES=		python zip
 USE_PYTHON=	autoplist distutils

Modified: head/x11-fonts/py-fontmake/Makefile
==============================================================================
--- head/x11-fonts/py-fontmake/Makefile	Thu Oct  3 18:25:47 2019	(r513708)
+++ head/x11-fonts/py-fontmake/Makefile	Thu Oct  3 18:28:25 2019	(r513709)
@@ -2,6 +2,7 @@
 
 PORTNAME=	fontmake
 PORTVERSION=	1.8.0
+PORTREVISION=	1
 CATEGORIES=	x11-fonts python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +15,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}fonttools-ufo>0:print/py-fonttools-ufo@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}fonttools-lxml>0:print/py-fonttools-lxml@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}fonttools-unicode>0:print/py-fonttools-unicode@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}cu2qu>=1.6.5:x11-fonts/py-cu2qu@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}glyphsLib>=3.1.3:x11-fonts/py-glyphsLib@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}ufo2ft>=2.5.0:x11-fonts/py-ufo2ft@${PY_FLAVOR} \

Modified: head/x11-fonts/py-ufo2ft/Makefile
==============================================================================
--- head/x11-fonts/py-ufo2ft/Makefile	Thu Oct  3 18:25:47 2019	(r513708)
+++ head/x11-fonts/py-ufo2ft/Makefile	Thu Oct  3 18:28:25 2019	(r513709)
@@ -2,6 +2,7 @@
 
 PORTNAME=	ufo2ft
 PORTVERSION=	2.5.0
+PORTREVISION=	1
 CATEGORIES=	x11-fonts python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}fonttools-ufo>0:print/py-fonttools-ufo@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}defcon>=0.6.0:x11-fonts/py-defcon@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}cu2qu>=1.6.4:x11-fonts/py-cu2qu@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}compreffor>=0.4.5:x11-fonts/py-compreffor@${PY_FLAVOR} \



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