Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/harfbuzz harfbuzz: Update to 2.6.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a1daa33f871
branches:  trunk
changeset: 433967:1a1daa33f871
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jun 09 11:27:04 2020 +0000

description:
harfbuzz: Update to 2.6.7

Overview of changes leading to 2.6.7
Wednesday, June 3, 2020
====================================
- Update to Unicode 13.0.0.
- Fix hb_ot_layout_get_ligature_carets for fonts without lcar table, it was
  completely broken for all the other fonts since 2.1.2.
- As a part of our migration to meson, this release will be the last one
  to provide cmake port files but autotools still is our main build system.
  There is a possibility that the next version or the after be released
  using meson.

diffstat:

 fonts/harfbuzz/Makefile |   8 ++++----
 fonts/harfbuzz/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (38 lines):

diff -r 60b46f8347ec -r 1a1daa33f871 fonts/harfbuzz/Makefile
--- a/fonts/harfbuzz/Makefile   Tue Jun 09 11:25:30 2020 +0000
+++ b/fonts/harfbuzz/Makefile   Tue Jun 09 11:27:04 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.128 2020/06/02 08:23:48 adam Exp $
+# $NetBSD: Makefile,v 1.129 2020/06/09 11:27:04 nia Exp $
 
-DISTNAME=      harfbuzz-2.6.6
-PKGREVISION=   1
+DISTNAME=      harfbuzz-2.6.7
 CATEGORIES=    fonts
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=harfbuzz/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -12,7 +11,8 @@
 COMMENT=       OpenType text shaping engine
 LICENSE=       mit
 
-GCC_REQD+=             4.9
+# C++11
+GCC_REQD+=     4.9
 
 .include "../../mk/bsd.prefs.mk"
 PLIST_VARS+=           graphite2
diff -r 60b46f8347ec -r 1a1daa33f871 fonts/harfbuzz/distinfo
--- a/fonts/harfbuzz/distinfo   Tue Jun 09 11:25:30 2020 +0000
+++ b/fonts/harfbuzz/distinfo   Tue Jun 09 11:27:04 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.95 2020/05/17 14:43:16 nia Exp $
+$NetBSD: distinfo,v 1.96 2020/06/09 11:27:04 nia Exp $
 
-SHA1 (harfbuzz-2.6.6.tar.xz) = 27b6dd26b0f9bc555b9a684a70e4cff5e9871d9f
-RMD160 (harfbuzz-2.6.6.tar.xz) = 9b20e4154fd62b3dd3cebd729b8817391691408e
-SHA512 (harfbuzz-2.6.6.tar.xz) = b0b6323b893a3540e36e2358cc7e7d27c98aa14f1debe65cd8eaf817a55752ea4f22369e37e195abefd03bbc787f178d1b64f167237683ac208b9a65b0ae09c8
-Size (harfbuzz-2.6.6.tar.xz) = 8530984 bytes
+SHA1 (harfbuzz-2.6.7.tar.xz) = caeec8262fbd90a77b62c928b6c033a1b104546b
+RMD160 (harfbuzz-2.6.7.tar.xz) = 9dfd705de65c4cae20e3838cefa0c114c15d8444
+SHA512 (harfbuzz-2.6.7.tar.xz) = 6fdd6e0952a73e1949349aa5416ef8fb3fc351b15c95be4fe1f341b111159fe58113b73a334db2697f4e3aaef5a761bd8f1d8964514406cad40f9862768d59de
+Size (harfbuzz-2.6.7.tar.xz) = 9001936 bytes



Home | Main Index | Thread Index | Old Index