svn commit: r476937 - head/print/py-psautohint
Danilo G. Baio
dbaio at FreeBSD.org
Sat Aug 11 18:03:15 UTC 2018
Author: dbaio
Date: Sat Aug 11 18:03:14 2018
New Revision: 476937
URL: https://svnweb.freebsd.org/changeset/ports/476937
Log:
print/py-psautohint: Update to 1.7.0
While here, strip _psautohint.so (Q/A warning).
PR: 230534
Submitted by: Ting-Wei Lan <lantw44 at 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 Sat Aug 11 17:58:20 2018 (r476936)
+++ head/print/py-psautohint/Makefile Sat Aug 11 18:03:14 2018 (r476937)
@@ -1,9 +1,9 @@
# $FreeBSD$
PORTNAME= psautohint
-PORTVERSION= 1.1.0
-DISTVERSIONPREFIX= v
+PORTVERSION= 1.7.0
CATEGORIES= print python
+MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lantw44 at gmail.com
@@ -12,12 +12,13 @@ COMMENT= Python wrapper for Adobe PostScript autohinte
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.1.2:print/py-fonttools@${PY_FLAVOR}
-USES= python
+USES= python zip
USE_PYTHON= autoplist concurrent distutils
-USE_GITHUB= yes
-GH_ACCOUNT= adobe-type-tools
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/psautohint/_psautohint.so
.include <bsd.port.mk>
Modified: head/print/py-psautohint/distinfo
==============================================================================
--- head/print/py-psautohint/distinfo Sat Aug 11 17:58:20 2018 (r476936)
+++ head/print/py-psautohint/distinfo Sat Aug 11 18:03:14 2018 (r476937)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1525455871
-SHA256 (adobe-type-tools-psautohint-v1.1.0_GH0.tar.gz) = 90c678979ed689191781196f4d6fadf90ff1de22e16ddbaf85552125277deb90
-SIZE (adobe-type-tools-psautohint-v1.1.0_GH0.tar.gz) = 144347
+TIMESTAMP = 1534008924
+SHA256 (psautohint-1.7.0.zip) = 629d3e58de8cdc7d048f093b1562fd85abd817d2852760a65825d11b8ce2defc
+SIZE (psautohint-1.7.0.zip) = 219077
More information about the svn-ports-head
mailing list