Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jan 2025 00:53:44 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7c3dbec016b0 - main - print/py-uharfbuzz: update to 0.45.0 after 2f2cc06bb921
Message-ID:  <202501160053.50G0riBQ055551@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7c3dbec016b0c01aea1632a27635482ac3a721d8

commit 7c3dbec016b0c01aea1632a27635482ac3a721d8
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2025-01-11 17:46:04 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2025-01-16 00:50:20 +0000

    print/py-uharfbuzz: update to 0.45.0 after 2f2cc06bb921
    
    src/uharfbuzz/_harfbuzz.cpp:1288:10: fatal error: 'hb-subset-repacker.h' file not found
     1288 | #include "hb-subset-repacker.h"
          |          ^~~~~~~~~~~~~~~~~~~~~~
    
    Changes:        https://github.com/harfbuzz/uharfbuzz/releases/tag/v0.45.0
    Reported by:    GitHub (watch releases)
    PR:             284008
---
 print/py-uharfbuzz/Makefile | 4 ++--
 print/py-uharfbuzz/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/print/py-uharfbuzz/Makefile b/print/py-uharfbuzz/Makefile
index d32e4449016c..8feb4822b076 100644
--- a/print/py-uharfbuzz/Makefile
+++ b/print/py-uharfbuzz/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	uharfbuzz
-PORTVERSION=	0.44.0
+PORTVERSION=	0.45.0
 CATEGORIES=	print python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,7 @@ WWW=		https://github.com/harfbuzz/uharfbuzz
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	harfbuzz>=10.1.0:print/harfbuzz \
+BUILD_DEPENDS=	harfbuzz>=10.2.0:print/harfbuzz \
 		${PYTHON_PKGNAMEPREFIX}pkgconfig>=0:devel/py-pkgconfig@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools>=36.4:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=2.1:devel/py-setuptools-scm@${PY_FLAVOR} \
diff --git a/print/py-uharfbuzz/distinfo b/print/py-uharfbuzz/distinfo
index 9786d63aee7a..1395f1dafa67 100644
--- a/print/py-uharfbuzz/distinfo
+++ b/print/py-uharfbuzz/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1735227960
-SHA256 (uharfbuzz-0.44.0.tar.gz) = 3bc883f9b5d803f5ede08d1ad5b91dc1c768e9de902bc44e09468457c1c2e145
-SIZE (uharfbuzz-0.44.0.tar.gz) = 1544488
+TIMESTAMP = 1736617564
+SHA256 (uharfbuzz-0.45.0.tar.gz) = 3ac2a9a03682f908fad471e0b80f6ba8de5427a971dbbfb82d77990edf2834a6
+SIZE (uharfbuzz-0.45.0.tar.gz) = 1550372



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501160053.50G0riBQ055551>