Date: Thu, 16 Dec 2021 17:28:32 GMT From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 79a4cf5dcc0b - main - print/harfbuzz: update to 3.2.0 Message-ID: <202112161728.1BGHSWtd016687@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=79a4cf5dcc0b1e1206715dcd206b962e36dafdf6 commit 79a4cf5dcc0b1e1206715dcd206b962e36dafdf6 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2021-12-12 15:33:10 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2021-12-16 17:27:56 +0000 print/harfbuzz: update to 3.2.0 harfbuzz library improvements: * Fixed shaping of Apple Color Emoji flags in right-to-left context. * Fixed positioning of CFF fonts in HB_TINY profile. * OpenType 1.9 language tags update. * Add HB_NO_VERTICAL config option. * Add HB_CONFIG_OVERRIDE_H for easier configuration. harfbuzz-subset library improvements: * Improved packing of cmap, loca, and Ligature tables. * Significantly improved overflow-resolution strategy in the repacker. PR: 260363 Exp-run by: antoine --- print/harfbuzz/Makefile | 4 ++-- print/harfbuzz/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile index ec2a51a58ced..b3381c71fd62 100644 --- a/print/harfbuzz/Makefile +++ b/print/harfbuzz/Makefile @@ -1,7 +1,7 @@ # Created by: Koop Mast <kwm@FreeBSD.org> PORTNAME= harfbuzz -DISTVERSION= 3.1.2 +DISTVERSION= 3.2.0 PORTREVISION?= 0 CATEGORIES= print MASTER_SITES= https://github.com/harfbuzz/harfbuzz/releases/download/${DISTVERSION}/ @@ -25,7 +25,7 @@ CPE_VENDOR= harfbuzz_project MESON_ARGS= -Dglib=enabled -Dgobject=enabled -Dgraphite=enabled \ -Dfreetype=enabled -Dbenchmark=disabled -PLIST_SUB+= LIBVER=0.30102.0 +PLIST_SUB+= LIBVER=0.30200.0 HARFBUZZ_SLAVE?= no diff --git a/print/harfbuzz/distinfo b/print/harfbuzz/distinfo index 48ae6bbaf484..22038e8a5ec5 100644 --- a/print/harfbuzz/distinfo +++ b/print/harfbuzz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1637942649 -SHA256 (harfbuzz-3.1.2.tar.xz) = 4056b1541dd8bbd8ec29207fe30e568805c0705515632d7fec53a94399bc7945 -SIZE (harfbuzz-3.1.2.tar.xz) = 14096872 +TIMESTAMP = 1639322953 +SHA256 (harfbuzz-3.2.0.tar.xz) = 0ada50a1c199bb6f70843ab893c55867743a443b84d087d54df08ad883ebc2cd +SIZE (harfbuzz-3.2.0.tar.xz) = 14501956
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112161728.1BGHSWtd016687>