From 73ceea3883a4960713616c28c78fc0282579e177 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Sun, 12 Dec 2021 16:33:10 +0100 Subject: [PATCH] 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: XXXXXX 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 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 -- 2.34.1