svn commit: r436185 - head/print/py-fonttools
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Mar 14 21:35:58 UTC 2017
Author: sunpoet
Date: Tue Mar 14 21:35:56 2017
New Revision: 436185
URL: https://svnweb.freebsd.org/changeset/ports/436185
Log:
Update to 3.9.0
- Allow concurrent installation (USE_PYTHON=concurrent)
Changes: https://github.com/fonttools/fonttools/releases
Modified:
head/print/py-fonttools/Makefile
head/print/py-fonttools/distinfo
Modified: head/print/py-fonttools/Makefile
==============================================================================
--- head/print/py-fonttools/Makefile Tue Mar 14 21:35:52 2017 (r436184)
+++ head/print/py-fonttools/Makefile Tue Mar 14 21:35:56 2017 (r436185)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= fonttools
-PORTVERSION= 3.8.0
+PORTVERSION= 3.9.0
CATEGORIES= print python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ USE_GITHUB= yes
GH_ACCOUNT= behdad
USES= python
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
OPTIONS_DEFINE= DOCS
Modified: head/print/py-fonttools/distinfo
==============================================================================
--- head/print/py-fonttools/distinfo Tue Mar 14 21:35:52 2017 (r436184)
+++ head/print/py-fonttools/distinfo Tue Mar 14 21:35:56 2017 (r436185)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1488984404
-SHA256 (behdad-fonttools-3.8.0_GH0.tar.gz) = ea863b53110ec3fd04d4a152ec1662178ba1719832faf0f693e7121f891d7643
-SIZE (behdad-fonttools-3.8.0_GH0.tar.gz) = 761987
+TIMESTAMP = 1489520786
+SHA256 (behdad-fonttools-3.9.0_GH0.tar.gz) = 5302725172b63f27837b29838e95467afc6d690a4c89b358576e0f4fb266cfae
+SIZE (behdad-fonttools-3.9.0_GH0.tar.gz) = 793132
More information about the svn-ports-head
mailing list