From owner-svn-ports-all@freebsd.org Mon Dec 26 16:44:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 627F8C91F7D; Mon, 26 Dec 2016 16:44:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1452D1183; Mon, 26 Dec 2016 16:44:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBQGi0t2000517; Mon, 26 Dec 2016 16:44:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBQGi0dG000505; Mon, 26 Dec 2016 16:44:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612261644.uBQGi0dG000505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Dec 2016 16:44:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429547 - head/print/py-fonttools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2016 16:44:01 -0000 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