git: 1df96162d7fd - main - print/py-uharfbuzz: Update to 0.17.0
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Aug 8 14:59:38 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1df96162d7fd5d1c2d8d0326c66a5e943ec47d54
commit 1df96162d7fd5d1c2d8d0326c66a5e943ec47d54
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-08-08 14:36:50 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-08-08 14:54:10 +0000
print/py-uharfbuzz: Update to 0.17.0
Changes: https://github.com/harfbuzz/uharfbuzz/releases
---
print/py-uharfbuzz/Makefile | 2 +-
print/py-uharfbuzz/distinfo | 6 +++---
print/py-uharfbuzz/files/patch-setup.py | 6 +++---
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 at 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,
More information about the dev-commits-ports-all
mailing list