aboutsummaryrefslogtreecommitdiff
path: root/print/py-uharfbuzz
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-08-08 14:36:50 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-08-08 14:54:10 +0000
commit1df96162d7fd5d1c2d8d0326c66a5e943ec47d54 (patch)
tree5a0e8020a9a88a98dd886232dd77841f8ef50e07 /print/py-uharfbuzz
parent87682c881ef59de1a70297937645817bc693a0f1 (diff)
downloadports-1df96162d7fd5d1c2d8d0326c66a5e943ec47d54.tar.gz
ports-1df96162d7fd5d1c2d8d0326c66a5e943ec47d54.zip
print/py-uharfbuzz: Update to 0.17.0
Diffstat (limited to 'print/py-uharfbuzz')
-rw-r--r--print/py-uharfbuzz/Makefile2
-rw-r--r--print/py-uharfbuzz/distinfo6
-rw-r--r--print/py-uharfbuzz/files/patch-setup.py6
3 files changed, 7 insertions, 7 deletions
diff --git a/print/py-uharfbuzz/Makefile b/print/py-uharfbuzz/Makefile
index e8eaff092d6e..c1b07ce95e64 100644
--- a/print/py-uharfbuzz/Makefile
+++ b/print/py-uharfbuzz/Makefile
@@ -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}
diff --git a/print/py-uharfbuzz/distinfo b/print/py-uharfbuzz/distinfo
index fdcca147345b..5cd619e04fda 100644
--- a/print/py-uharfbuzz/distinfo
+++ b/print/py-uharfbuzz/distinfo
@@ -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
diff --git a/print/py-uharfbuzz/files/patch-setup.py b/print/py-uharfbuzz/files/patch-setup.py
index 694e58bff25e..86546e23f5b2 100644
--- a/print/py-uharfbuzz/files/patch-setup.py
+++ b/print/py-uharfbuzz/files/patch-setup.py
@@ -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,