Date: Mon, 26 Dec 2016 16:44:00 +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: r429547 - head/print/py-fonttools Message-ID: <201612261644.uBQGi0dG000505@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Dec 26 16:43:59 2016 New Revision: 429547 URL: https://svnweb.freebsd.org/changeset/ports/429547 Log: - Update to 3.4.0 - Update WWW Changes: https://github.com/fonttools/fonttools/blob/master/NEWS Modified: head/print/py-fonttools/Makefile head/print/py-fonttools/distinfo head/print/py-fonttools/pkg-descr Modified: head/print/py-fonttools/Makefile ============================================================================== --- head/print/py-fonttools/Makefile Mon Dec 26 16:43:55 2016 (r429546) +++ head/print/py-fonttools/Makefile Mon Dec 26 16:43:59 2016 (r429547) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fonttools -PORTVERSION= 3.3.1 +PORTVERSION= 3.4.0 CATEGORIES= print python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/print/py-fonttools/distinfo ============================================================================== --- head/print/py-fonttools/distinfo Mon Dec 26 16:43:55 2016 (r429546) +++ head/print/py-fonttools/distinfo Mon Dec 26 16:43:59 2016 (r429547) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482118380 -SHA256 (behdad-fonttools-3.3.1_GH0.tar.gz) = 1d89bd3d288f11657f773acbaa85a54253d5b1d483588a0d730d54f2107aa767 -SIZE (behdad-fonttools-3.3.1_GH0.tar.gz) = 545796 +TIMESTAMP = 1482747923 +SHA256 (behdad-fonttools-3.4.0_GH0.tar.gz) = b6fb1eb6e76f9daf5494da4f149b50169a7e6ee75f9c1bca9f89b96bccbdc10c +SIZE (behdad-fonttools-3.4.0_GH0.tar.gz) = 554552 Modified: head/print/py-fonttools/pkg-descr ============================================================================== --- head/print/py-fonttools/pkg-descr Mon Dec 26 16:43:55 2016 (r429546) +++ head/print/py-fonttools/pkg-descr Mon Dec 26 16:43:59 2016 (r429547) @@ -3,4 +3,4 @@ in Python. It supports reading and writi PostScript Type 1 fonts as well as AFM files and some MacOS-specific formats. -WWW: https://github.com/behdad/fonttools/ +WWW: https://github.com/fonttools/fonttools
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612261644.uBQGi0dG000505>