1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00

print/py-uharfbuzz: Update to 0.17.0

Changes:	https://github.com/harfbuzz/uharfbuzz/releases
This commit is contained in:
Po-Chuan Hsieh 2021-08-08 22:36:50 +08:00
parent 87682c881e
commit 1df96162d7
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= uharfbuzz
PORTVERSION= 0.16.1
PORTVERSION= 0.17.0
CATEGORIES= print python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1621699733
SHA256 (uharfbuzz-0.16.1.zip) = 509aee6075c9c68fba250281b0a1d2cbf3c26a865af567589dead5e80cffe6af
SIZE (uharfbuzz-0.16.1.zip) = 1128598
TIMESTAMP = 1628103150
SHA256 (uharfbuzz-0.17.0.zip) = 6e362a6918cfc5225bfa22d10c98c0455618ce4d30ac30fc00e68a851b9f05a0
SIZE (uharfbuzz-0.17.0.zip) = 1140140

View File

@ -1,6 +1,6 @@
--- setup.py.orig 2021-05-09 03:05:20 UTC
--- setup.py.orig 2021-07-24 15:45:38 UTC
+++ setup.py
@@ -28,10 +28,10 @@ if platform.system() == 'Darwin':
@@ -34,10 +34,10 @@ if platform.system() == 'Darwin':
extra_link_args.extend(['-framework', 'ApplicationServices'])
extension = Extension(
@ -12,5 +12,5 @@
+ include_dirs=['%%LOCALBASE%%/include/harfbuzz'],
+ sources=['src/uharfbuzz/_harfbuzz.pyx'],
language='c++',
libraries=libraries,
extra_compile_args=extra_compile_args,
extra_link_args=extra_link_args,