Date: Sat, 4 Mar 2023 00:39:57 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: df012ee6f121 - main - print/harfbuzz: update to 7.1.0 Message-ID: <202303040039.3240dvvt023147@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=df012ee6f1219b4fb219f321722f560804739018 commit df012ee6f1219b4fb219f321722f560804739018 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-03-02 23:07:04 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-03-04 00:36:06 +0000 print/harfbuzz: update to 7.1.0 Changes: https://github.com/harfbuzz/harfbuzz/releases/tag/7.1.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 b3b0403a2ed5..6c9cb6c7ec89 100644 --- a/print/harfbuzz/Makefile +++ b/print/harfbuzz/Makefile @@ -1,5 +1,5 @@ PORTNAME= harfbuzz -DISTVERSION= 7.0.1 +DISTVERSION= 7.1.0 PORTREVISION?= 0 CATEGORIES= print MASTER_SITES= https://github.com/harfbuzz/harfbuzz/releases/download/${DISTVERSION}/ @@ -24,7 +24,7 @@ CPE_VENDOR= harfbuzz_project MESON_ARGS= -Dglib=enabled -Dgobject=enabled -Dgraphite=enabled \ -Dfreetype=enabled -Dbenchmark=disabled -PLIST_SUB+= LIBVER=0.60701.0 +PLIST_SUB+= LIBVER=0.60710.0 HARFBUZZ_SLAVE?= no diff --git a/print/harfbuzz/distinfo b/print/harfbuzz/distinfo index c4bbdad54540..37a8ecd11d9c 100644 --- a/print/harfbuzz/distinfo +++ b/print/harfbuzz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1676901427 -SHA256 (harfbuzz-7.0.1.tar.xz) = 2cf4d3d8f225007511990a36a34195f0d6562ca56df0a8b0885b382837948199 -SIZE (harfbuzz-7.0.1.tar.xz) = 18560428 +TIMESTAMP = 1677798424 +SHA256 (harfbuzz-7.1.0.tar.xz) = f135a61cd464c9ed6bc9823764c188f276c3850a8dc904628de2a87966b7077b +SIZE (harfbuzz-7.1.0.tar.xz) = 18655864 diff --git a/print/harfbuzz/pkg-plist b/print/harfbuzz/pkg-plist index 7db8717954cb..c1a31699c65d 100644 --- a/print/harfbuzz/pkg-plist +++ b/print/harfbuzz/pkg-plist @@ -126,6 +126,7 @@ share/gir-1.0/HarfBuzz-0.0.gir %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-5-3-0.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-6-0-0.html %%DOCS%%share/gtk-doc/html/harfbuzz/api-index-7-0-0.html +%%DOCS%%share/gtk-doc/html/harfbuzz/api-index-7-1-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?202303040039.3240dvvt023147>