Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2020 17:15:46 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r524982 - head/print/py-psautohint
Message-ID:  <202002021715.012HFkhU015541@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
-
-.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 <bsd.port.post.mk>
+.include <bsd.port.mk>

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



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