svn commit: r539804 - in head/print: harfbuzz harfbuzz-hb-view harfbuzz-icu
Jan Beich
jbeich at FreeBSD.org
Mon Jun 22 12:01:47 UTC 2020
Author: jbeich
Date: Mon Jun 22 12:01:31 2020
New Revision: 539804
URL: https://svnweb.freebsd.org/changeset/ports/539804
Log:
print/harfbuzz: update to 2.6.8
Changes: https://github.com/harfbuzz/harfbuzz/releases/tag/2.6.8
ABI: https://abi-laboratory.pro/tracker/timeline/harfbuzz/
Reported by: GitHub (watch releases)
Modified:
head/print/harfbuzz-hb-view/pkg-plist (contents, props changed)
head/print/harfbuzz-icu/pkg-plist (contents, props changed)
head/print/harfbuzz/Makefile (contents, props changed)
head/print/harfbuzz/distinfo (contents, props changed)
head/print/harfbuzz/pkg-plist (contents, props changed)
Modified: head/print/harfbuzz-hb-view/pkg-plist
==============================================================================
--- head/print/harfbuzz-hb-view/pkg-plist Mon Jun 22 11:38:26 2020 (r539803)
+++ head/print/harfbuzz-hb-view/pkg-plist Mon Jun 22 12:01:31 2020 (r539804)
@@ -33,6 +33,7 @@ bin/hb-view
@comment include/harfbuzz/hb-set.h
@comment include/harfbuzz/hb-shape-plan.h
@comment include/harfbuzz/hb-shape.h
+ at comment include/harfbuzz/hb-style.h
@comment include/harfbuzz/hb-subset.h
@comment include/harfbuzz/hb-unicode.h
@comment include/harfbuzz/hb-version.h
Modified: head/print/harfbuzz-icu/pkg-plist
==============================================================================
--- head/print/harfbuzz-icu/pkg-plist Mon Jun 22 11:38:26 2020 (r539803)
+++ head/print/harfbuzz-icu/pkg-plist Mon Jun 22 12:01:31 2020 (r539804)
@@ -33,6 +33,7 @@ include/harfbuzz/hb-icu.h
@comment include/harfbuzz/hb-set.h
@comment include/harfbuzz/hb-shape-plan.h
@comment include/harfbuzz/hb-shape.h
+ at comment include/harfbuzz/hb-style.h
@comment include/harfbuzz/hb-subset.h
@comment include/harfbuzz/hb-unicode.h
@comment include/harfbuzz/hb-version.h
Modified: head/print/harfbuzz/Makefile
==============================================================================
--- head/print/harfbuzz/Makefile Mon Jun 22 11:38:26 2020 (r539803)
+++ head/print/harfbuzz/Makefile Mon Jun 22 12:01:31 2020 (r539804)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= harfbuzz
-DISTVERSION= 2.6.7
+DISTVERSION= 2.6.8
PORTREVISION?= 0
CATEGORIES= print
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/
@@ -27,7 +27,7 @@ USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
TEST_TARGET= check
-PLIST_SUB+= LIBVER=0.20600.7
+PLIST_SUB+= LIBVER=0.20600.8
HARFBUZZ_SLAVE?= no
Modified: head/print/harfbuzz/distinfo
==============================================================================
--- head/print/harfbuzz/distinfo Mon Jun 22 11:38:26 2020 (r539803)
+++ head/print/harfbuzz/distinfo Mon Jun 22 12:01:31 2020 (r539804)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1591108113
-SHA256 (harfbuzz-2.6.7.tar.xz) = 49e481d06cdff97bf68d99fa26bdf785331f411614485d892ea4c78eb479b218
-SIZE (harfbuzz-2.6.7.tar.xz) = 9001936
+TIMESTAMP = 1592270072
+SHA256 (harfbuzz-2.6.8.tar.xz) = 6648a571a27f186e47094121f0095e1b809e918b3037c630c7f38ffad86e3035
+SIZE (harfbuzz-2.6.8.tar.xz) = 8976516
Modified: head/print/harfbuzz/pkg-plist
==============================================================================
--- head/print/harfbuzz/pkg-plist Mon Jun 22 11:38:26 2020 (r539803)
+++ head/print/harfbuzz/pkg-plist Mon Jun 22 12:01:31 2020 (r539804)
@@ -31,6 +31,7 @@ include/harfbuzz/hb-ot.h
include/harfbuzz/hb-set.h
include/harfbuzz/hb-shape-plan.h
include/harfbuzz/hb-shape.h
+include/harfbuzz/hb-style.h
include/harfbuzz/hb-subset.h
include/harfbuzz/hb-unicode.h
include/harfbuzz/hb-version.h
More information about the svn-ports-head
mailing list