Date: Wed, 8 Sep 2021 00:22: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: 56344bbf4480 - main - print/harfbuzz: update to 2.9.1 Message-ID: <202109080022.1880MirY077081@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=56344bbf4480ce1da0db009188c516c4a4f2b63c commit 56344bbf4480ce1da0db009188c516c4a4f2b63c Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-09-07 11:48:35 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-09-07 23:36:25 +0000 print/harfbuzz: update to 2.9.1 Changes: https://github.com/harfbuzz/harfbuzz/releases/tag/2.9.1 Reported by: GitHub (watch releases) --- print/harfbuzz/Makefile | 4 ++-- print/harfbuzz/distinfo | 6 +++--- print/harfbuzz/pkg-plist | 2 ++ 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile index 07d9eb49dc07..31181ffc0db6 100644 --- a/print/harfbuzz/Makefile +++ b/print/harfbuzz/Makefile @@ -1,7 +1,7 @@ # Created by: Koop Mast <kwm@FreeBSD.org> PORTNAME= harfbuzz -DISTVERSION= 2.9.0 +DISTVERSION= 2.9.1 PORTREVISION?= 0 CATEGORIES= print MASTER_SITES= https://github.com/harfbuzz/harfbuzz/releases/download/${DISTVERSION}/ @@ -24,7 +24,7 @@ SHEBANG_GLOB= *.py MESON_ARGS= -Dglib=enabled -Dgobject=enabled -Dgraphite=enabled \ -Dfreetype=enabled -Dbenchmark=disabled -PLIST_SUB+= LIBVER=0.20900.0 +PLIST_SUB+= LIBVER=0.20901.0 HARFBUZZ_SLAVE?= no diff --git a/print/harfbuzz/distinfo b/print/harfbuzz/distinfo index 7163b1e11d02..902a8dcc70ee 100644 --- a/print/harfbuzz/distinfo +++ b/print/harfbuzz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628725724 -SHA256 (harfbuzz-2.9.0.tar.xz) = 3e1c2e1d2c65d56364fd16d1c41a06b2a35795496f78dfff635c2b7414b54c5a -SIZE (harfbuzz-2.9.0.tar.xz) = 10551720 +TIMESTAMP = 1631015315 +SHA256 (harfbuzz-2.9.1.tar.xz) = 0edcc980f526a338452180e701d6aba6323aef457b6686976a7d17ccbddc51cf +SIZE (harfbuzz-2.9.1.tar.xz) = 11103336 diff --git a/print/harfbuzz/pkg-plist b/print/harfbuzz/pkg-plist index 571c847dab0d..18c3d6213b1c 100644 --- a/print/harfbuzz/pkg-plist +++ b/print/harfbuzz/pkg-plist @@ -107,6 +107,8 @@ share/gir-1.0/HarfBuzz-0.0.gir %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-2-6-8.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-2-7-3.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-2-8-2.html +%%DOCS%%share/gtk-doc/html/harfbuzz/api-index-2-9-0.html +%%DOCS%%share/gtk-doc/html/harfbuzz/api-index-2-9-1.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?202109080022.1880MirY077081>