diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2023-03-27 14:42:31 +0000 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2023-03-27 14:42:31 +0000 |
commit | 2db1fc4f3415c2193defeddbe24cf28f05abf7f6 (patch) | |
tree | 0455f6d4762f8ab5325240799d666a34591e8604 | |
parent | da3e84cac58997aa24f78867dcfa9d420440932a (diff) | |
download | ports-2db1fc4f3415c2193defeddbe24cf28f05abf7f6.tar.gz ports-2db1fc4f3415c2193defeddbe24cf28f05abf7f6.zip |
print/py-psautohint: update to 2.4.0
While here, update COMMENT.
Changelog: https://github.com/adobe-type-tools/psautohint/blob/master/NEWS.md#v240---February-2-2022
PR: 270138
Reported by: Ting-Wei Lan <lantw44@gmail.com> (maintainer)
-rw-r--r-- | print/py-psautohint/Makefile | 8 | ||||
-rw-r--r-- | print/py-psautohint/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/print/py-psautohint/Makefile b/print/py-psautohint/Makefile index e050f8985aba..9da755bdcced 100644 --- a/print/py-psautohint/Makefile +++ b/print/py-psautohint/Makefile @@ -1,20 +1,20 @@ PORTNAME= psautohint -DISTVERSION= 2.0.0 +DISTVERSION= 2.4.0 CATEGORIES= print python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lantw44@gmail.com -COMMENT= Python wrapper for Adobe PostScript autohinter +COMMENT= Standalone version of Adobe AFDKO's autohinter WWW= https://github.com/adobe-type-tools/psautohint 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} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=4.22.0:print/py-fonttools@${PY_FLAVOR} -USES= python:3.6+ zip +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils post-install: diff --git a/print/py-psautohint/distinfo b/print/py-psautohint/distinfo index 5819e794a187..c8b4beb06c59 100644 --- a/print/py-psautohint/distinfo +++ b/print/py-psautohint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1579453885 -SHA256 (psautohint-2.0.0.zip) = a0ce7844f6add8b2afbfb4a305072bf5dcdd85d5f0d2ad32a41f8a563b8a6d52 -SIZE (psautohint-2.0.0.zip) = 232058 +TIMESTAMP = 1678008702 +SHA256 (psautohint-2.4.0.tar.gz) = d50edea8f6121c3383f0d82f881bf7a18bdd476cc2d354737672ce193c3cff7f +SIZE (psautohint-2.4.0.tar.gz) = 185568 |