From owner-svn-ports-all@freebsd.org Sun Feb 2 17:15:46 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C17D7233E57; Sun, 2 Feb 2020 17:15:46 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 489czk4mQZz4Pg2; Sun, 2 Feb 2020 17:15:46 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 99D841B2A2; Sun, 2 Feb 2020 17:15:46 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 012HFkmL015543; Sun, 2 Feb 2020 17:15:46 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 012HFkhU015541; Sun, 2 Feb 2020 17:15:46 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202002021715.012HFkhU015541@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 2 Feb 2020 17:15:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524982 - head/print/py-psautohint X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/print/py-psautohint X-SVN-Commit-Revision: 524982 X-SVN-Commit-Repository: ports 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.29 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: Sun, 02 Feb 2020 17:15:46 -0000 Author: yuri Date: Sun Feb 2 17:15:45 2020 New Revision: 524982 URL: https://svnweb.freebsd.org/changeset/ports/524982 Log: print/py-psautohint: Update 1.9.1 -> 2.0.0 Approved by: lantw44@gmail.com (maintainer) Modified: head/print/py-psautohint/Makefile head/print/py-psautohint/distinfo Modified: head/print/py-psautohint/Makefile ============================================================================== --- head/print/py-psautohint/Makefile Sun Feb 2 17:10:18 2020 (r524981) +++ head/print/py-psautohint/Makefile Sun Feb 2 17:15:45 2020 (r524982) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= psautohint -PORTVERSION= 1.9.1 -PORTREVISION= 4 +DISTVERSION= 2.0.0 CATEGORIES= print python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,19 +13,12 @@ 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} -USES= python zip +USES= python:3.6+ zip USE_PYTHON= autoplist concurrent distutils post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/psautohint/_psautohint.so -.include - -.if ${PYTHON_REL} < 3600 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}fonttools3>=3.32.0:print/py-fonttools3@${PY_FLAVOR} -.else -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} -.endif - -.include +.include Modified: head/print/py-psautohint/distinfo ============================================================================== --- head/print/py-psautohint/distinfo Sun Feb 2 17:10:18 2020 (r524981) +++ head/print/py-psautohint/distinfo Sun Feb 2 17:15:45 2020 (r524982) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545559344 -SHA256 (psautohint-1.9.1.zip) = 69fed6337b010e13bc9210ed07d81feb8687a97759f14e3ca6e6ba6cc92ebc35 -SIZE (psautohint-1.9.1.zip) = 223865 +TIMESTAMP = 1579453885 +SHA256 (psautohint-2.0.0.zip) = a0ce7844f6add8b2afbfb4a305072bf5dcdd85d5f0d2ad32a41f8a563b8a6d52 +SIZE (psautohint-2.0.0.zip) = 232058