Date: Mon, 11 Sep 2023 22:03:49 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: a81e4806e1f0 - main - print/harfbuzz: update to 8.2.0 Message-ID: <202309112203.38BM3nmM006880@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=a81e4806e1f0e84d76afc184fedd315fc5e657c5 commit a81e4806e1f0e84d76afc184fedd315fc5e657c5 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-09-08 19:04:44 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-09-11 22:02:48 +0000 print/harfbuzz: update to 8.2.0 Changes: https://github.com/harfbuzz/harfbuzz/releases/tag/8.2.0 Reported by: GitHub (watch releases) --- print/harfbuzz/Makefile | 4 ++-- print/harfbuzz/distinfo | 6 +++--- print/harfbuzz/pkg-plist | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile index 6c334d35f409..4852d7a8c3f3 100644 --- a/print/harfbuzz/Makefile +++ b/print/harfbuzz/Makefile @@ -1,5 +1,5 @@ PORTNAME= harfbuzz -DISTVERSION= 8.1.1 +DISTVERSION= 8.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.60811.0 +PLIST_SUB+= LIBVER=0.60820.0 HARFBUZZ_SLAVE?= no diff --git a/print/harfbuzz/distinfo b/print/harfbuzz/distinfo index d1c30176d3ff..e5554bb8e29a 100644 --- a/print/harfbuzz/distinfo +++ b/print/harfbuzz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691009373 -SHA256 (harfbuzz-8.1.1.tar.xz) = 0305ad702e11906a5fc0c1ba11c270b7f64a8f5390d676aacfd71db129d6565f -SIZE (harfbuzz-8.1.1.tar.xz) = 18820088 +TIMESTAMP = 1694199884 +SHA256 (harfbuzz-8.2.0.tar.xz) = 8cb7117a62f42d5ad25d4a697e1bbfc65933b3eed2ee7f247203c79c9f1b514c +SIZE (harfbuzz-8.2.0.tar.xz) = 18892496 diff --git a/print/harfbuzz/pkg-plist b/print/harfbuzz/pkg-plist index c3abdf317bc9..41f2678aa6f0 100644 --- a/print/harfbuzz/pkg-plist +++ b/print/harfbuzz/pkg-plist @@ -130,6 +130,7 @@ share/gir-1.0/HarfBuzz-0.0.gir %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-7-3-0.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-8-0-0.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-8-1-0.html +%%DOCS%%share/gtk-doc/html/harfbuzz/api-index-8-2-0.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-full.html %%DOCS%%share/gtk-doc/html/harfbuzz/apple-advanced-typography-api.html %%DOCS%%share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309112203.38BM3nmM006880>