diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-03-15 05:35:56 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-03-15 05:35:56 +0800 |
commit | 9eaaf9cb6de611ed0b1765fcd432fec26025035f (patch) | |
tree | 1f80fa73b06fcb690376abce81e59670b601e8b0 /print | |
parent | c7e485fe825b0c1133fbaabaf96524a511879f08 (diff) | |
download | freebsd-ports-gnome-9eaaf9cb6de611ed0b1765fcd432fec26025035f.tar.gz freebsd-ports-gnome-9eaaf9cb6de611ed0b1765fcd432fec26025035f.tar.zst freebsd-ports-gnome-9eaaf9cb6de611ed0b1765fcd432fec26025035f.zip |
Update to 3.9.0
- Allow concurrent installation (USE_PYTHON=concurrent)
Changes: https://github.com/fonttools/fonttools/releases
Diffstat (limited to 'print')
-rw-r--r-- | print/py-fonttools/Makefile | 4 | ||||
-rw-r--r-- | print/py-fonttools/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/print/py-fonttools/Makefile b/print/py-fonttools/Makefile index 2b3918658db9..22678754da9c 100644 --- a/print/py-fonttools/Makefile +++ b/print/py-fonttools/Makefile @@ -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 diff --git a/print/py-fonttools/distinfo b/print/py-fonttools/distinfo index a0db36fe7a88..eec76227439e 100644 --- a/print/py-fonttools/distinfo +++ b/print/py-fonttools/distinfo @@ -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 |