Update to 8.1.0
Changes: https://github.com/googlefonts/ots-python/releases
This commit is contained in:
parent
f7bc9eeb99
commit
808f2d8474
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555354
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= opentype-sanitizer
|
||||
PORTVERSION= 8.0.0.post2
|
||||
PORTVERSION= 8.1.0
|
||||
CATEGORIES= x11-fonts python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -18,7 +18,7 @@ RUN_DEPENDS= ots-sanitize:x11-fonts/ots
|
|||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/src/python/ots/__init__.py
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1579945423
|
||||
SHA256 (opentype-sanitizer-8.0.0.post2.tar.gz) = 95bbd6ce193841654aef95237e95197addbc0495daa9da2947f64f5ccd86ef38
|
||||
SIZE (opentype-sanitizer-8.0.0.post2.tar.gz) = 34069671
|
||||
TIMESTAMP = 1605426505
|
||||
SHA256 (opentype-sanitizer-8.1.0.tar.gz) = 1bed7b1eeb715cdc5be94b94e6b3c667d99be987a1b96b917e585b43a5b59c5e
|
||||
SIZE (opentype-sanitizer-8.1.0.tar.gz) = 36969131
|
||||
|
|
Loading…
Reference in a new issue