Date: Thu, 16 Jan 2025 00:53:43 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: 2f2cc06bb921 - main - print/harfbuzz: update to 10.2.0 Message-ID: <202501160053.50G0rhLG055504@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=2f2cc06bb92117f2803909aedb48b426ed5563f8 commit 2f2cc06bb92117f2803909aedb48b426ed5563f8 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2025-01-11 16:13:18 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2025-01-16 00:50:03 +0000 print/harfbuzz: update to 10.2.0 Changes: https://github.com/harfbuzz/harfbuzz/releases/tag/10.2.0 Reported by: GitHub (watch releases) PR: 284008 Exp-run by: antoine --- print/harfbuzz-cairo/pkg-plist | 2 +- print/harfbuzz-icu/pkg-plist | 2 +- print/harfbuzz/Makefile | 4 ++-- print/harfbuzz/distinfo | 6 +++--- print/harfbuzz/pkg-plist | 3 ++- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/print/harfbuzz-cairo/pkg-plist b/print/harfbuzz-cairo/pkg-plist index 60aa8966ffe3..0f798899b36e 100644 --- a/print/harfbuzz-cairo/pkg-plist +++ b/print/harfbuzz-cairo/pkg-plist @@ -39,7 +39,7 @@ include/harfbuzz/hb-cairo.h @comment include/harfbuzz/hb-shape-plan.h @comment include/harfbuzz/hb-shape.h @comment include/harfbuzz/hb-style.h -@comment include/harfbuzz/hb-subset-repacker.h +@comment include/harfbuzz/hb-subset-serialize.h @comment include/harfbuzz/hb-subset.h @comment include/harfbuzz/hb-unicode.h @comment include/harfbuzz/hb-version.h diff --git a/print/harfbuzz-icu/pkg-plist b/print/harfbuzz-icu/pkg-plist index d1196f3db51c..d99f185f8bd1 100644 --- a/print/harfbuzz-icu/pkg-plist +++ b/print/harfbuzz-icu/pkg-plist @@ -38,7 +38,7 @@ include/harfbuzz/hb-icu.h @comment include/harfbuzz/hb-shape-plan.h @comment include/harfbuzz/hb-shape.h @comment include/harfbuzz/hb-style.h -@comment include/harfbuzz/hb-subset-repacker.h +@comment include/harfbuzz/hb-subset-serialize.h @comment include/harfbuzz/hb-subset.h @comment include/harfbuzz/hb-unicode.h @comment include/harfbuzz/hb-version.h diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile index 563129600b57..42a81daba786 100644 --- a/print/harfbuzz/Makefile +++ b/print/harfbuzz/Makefile @@ -1,5 +1,5 @@ PORTNAME= harfbuzz -DISTVERSION= 10.1.0 +DISTVERSION= 10.2.0 PORTREVISION?= 0 CATEGORIES= print MASTER_SITES= https://github.com/harfbuzz/harfbuzz/releases/download/${DISTVERSION}/ @@ -23,7 +23,7 @@ CPE_VENDOR= harfbuzz_project MESON_ARGS= -Dgraphite2=enabled -Dchafa=disabled -Dtests=disabled -PLIST_SUB+= LIBVER=0.61010.0 +PLIST_SUB+= LIBVER=0.61020.0 HARFBUZZ_SLAVE?= no diff --git a/print/harfbuzz/distinfo b/print/harfbuzz/distinfo index b9042763217e..5a5960a3ad2e 100644 --- a/print/harfbuzz/distinfo +++ b/print/harfbuzz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1730786689 -SHA256 (harfbuzz-10.1.0.tar.xz) = 6ce3520f2d089a33cef0fc48321334b8e0b72141f6a763719aaaecd2779ecb82 -SIZE (harfbuzz-10.1.0.tar.xz) = 17922136 +TIMESTAMP = 1736611998 +SHA256 (harfbuzz-10.2.0.tar.xz) = 620e3468faec2ea8685d32c46a58469b850ef63040b3565cde05959825b48227 +SIZE (harfbuzz-10.2.0.tar.xz) = 17957608 diff --git a/print/harfbuzz/pkg-plist b/print/harfbuzz/pkg-plist index 4d6b6370c837..3a5eecfb87f4 100644 --- a/print/harfbuzz/pkg-plist +++ b/print/harfbuzz/pkg-plist @@ -36,7 +36,7 @@ include/harfbuzz/hb-set.h include/harfbuzz/hb-shape-plan.h include/harfbuzz/hb-shape.h include/harfbuzz/hb-style.h -include/harfbuzz/hb-subset-repacker.h +include/harfbuzz/hb-subset-serialize.h include/harfbuzz/hb-subset.h include/harfbuzz/hb-unicode.h include/harfbuzz/hb-version.h @@ -101,6 +101,7 @@ share/gir-1.0/HarfBuzz-0.0.gir %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-1-9-0.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-10-0-0.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-10-1-0.html +%%DOCS%%share/gtk-doc/html/harfbuzz/api-index-10-2-0.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-2-0-0.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-2-1-0.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-2-2-0.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501160053.50G0rhLG055504>