Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Aug 2018 18:03:14 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476937 - head/print/py-psautohint
Message-ID:  <201808111803.w7BI3EmW072386@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808111803.w7BI3EmW072386>