From owner-dev-commits-ports-main@freebsd.org Sun Aug 8 14:59:38 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8DD54658AFE; Sun, 8 Aug 2021 14:59:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GjMnP3p3sz4kS3; Sun, 8 Aug 2021 14:59:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C733516652; Sun, 8 Aug 2021 14:59:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 178ExZpY025589; Sun, 8 Aug 2021 14:59:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 178ExZE9025588; Sun, 8 Aug 2021 14:59:35 GMT (envelope-from git) Date: Sun, 8 Aug 2021 14:59:35 GMT Message-Id: <202108081459.178ExZE9025588@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 1df96162d7fd - main - print/py-uharfbuzz: Update to 0.17.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1df96162d7fd5d1c2d8d0326c66a5e943ec47d54 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2021 14:59:38 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1df96162d7fd5d1c2d8d0326c66a5e943ec47d54 commit 1df96162d7fd5d1c2d8d0326c66a5e943ec47d54 Author: Po-Chuan Hsieh AuthorDate: 2021-08-08 14:36:50 +0000 Commit: Po-Chuan Hsieh 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 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,