summaryrefslogtreecommitdiff
path: root/fonts/harfbuzz/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-11-30 15:26:51 +0000
committerwiz <wiz@pkgsrc.org>2018-11-30 15:26:51 +0000
commit17d7f39258e8bf1c7508ee0a6164a391136add5a (patch)
tree8f0955a958073740472e2c93dc14ca76892d2919 /fonts/harfbuzz/Makefile
parentd7b606393ea24b8430072febbf42f79d8a8e1e32 (diff)
downloadpkgsrc-17d7f39258e8bf1c7508ee0a6164a391136add5a.tar.gz
harfbuzz: update to 2.1.3.
Overview of changes leading to 2.1.3 Friday, November 16, 2018 ==================================== - Fix AAT 'mort' shaping, which was broken in 2.1.2 Overview of changes leading to 2.1.2 Friday, November 16, 2018 ==================================== - Various internal changes. - AAT shaping improvements: o Implement kern table Format 1 state-machine-based kerning. o Implement cross-stream kerning (cursive positioning, etc). o Ignore emptyish GSUB tables (zero scripts) if morx present. o Don't apply GPOS if morx is being applied. Matches Apple.
Diffstat (limited to 'fonts/harfbuzz/Makefile')
-rw-r--r--fonts/harfbuzz/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/fonts/harfbuzz/Makefile b/fonts/harfbuzz/Makefile
index 1fc676fb2b9..da945d938ef 100644
--- a/fonts/harfbuzz/Makefile
+++ b/fonts/harfbuzz/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.102 2018/11/23 09:50:55 abs Exp $
+# $NetBSD: Makefile,v 1.103 2018/11/30 15:26:51 wiz Exp $
-DISTNAME= harfbuzz-2.1.1
-PKGREVISION= 1
+DISTNAME= harfbuzz-2.1.3
CATEGORIES= fonts
MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/
EXTRACT_SUFX= .tar.bz2