svn commit: r535350 - in branches/2020Q2/print: harfbuzz harfbuzz-hb-view harfbuzz-icu
Jan Beich
jbeich at FreeBSD.org
Sat May 16 04:41:17 UTC 2020
Author: jbeich
Date: Sat May 16 04:41:15 2020
New Revision: 535350
URL: https://svnweb.freebsd.org/changeset/ports/535350
Log:
MFH: r532604 r532609 r535125
print/harfbuzz: update to 2.6.6
Changes: https://github.com/harfbuzz/harfbuzz/releases/tag/2.6.5
Changes: https://github.com/harfbuzz/harfbuzz/releases/tag/2.6.6
ABI: https://abi-laboratory.pro/tracker/timeline/harfbuzz/
Reported by: GitHub (watch releases)
Approved by: ports-secteam blanket (required by Firefox 78)
Modified:
branches/2020Q2/print/harfbuzz-hb-view/pkg-plist
branches/2020Q2/print/harfbuzz-icu/pkg-plist
branches/2020Q2/print/harfbuzz/Makefile
branches/2020Q2/print/harfbuzz/distinfo
branches/2020Q2/print/harfbuzz/pkg-descr
branches/2020Q2/print/harfbuzz/pkg-plist
Directory Properties:
branches/2020Q2/ (props changed)
Modified: branches/2020Q2/print/harfbuzz-hb-view/pkg-plist
==============================================================================
--- branches/2020Q2/print/harfbuzz-hb-view/pkg-plist Sat May 16 04:35:22 2020 (r535349)
+++ branches/2020Q2/print/harfbuzz-hb-view/pkg-plist Sat May 16 04:41:15 2020 (r535350)
@@ -8,6 +8,7 @@ bin/hb-view
@comment include/harfbuzz/hb-buffer.h
@comment include/harfbuzz/hb-common.h
@comment include/harfbuzz/hb-deprecated.h
+ at comment include/harfbuzz/hb-draw.h
@comment include/harfbuzz/hb-face.h
@comment include/harfbuzz/hb-font.h
@comment include/harfbuzz/hb-ft.h
Modified: branches/2020Q2/print/harfbuzz-icu/pkg-plist
==============================================================================
--- branches/2020Q2/print/harfbuzz-icu/pkg-plist Sat May 16 04:35:22 2020 (r535349)
+++ branches/2020Q2/print/harfbuzz-icu/pkg-plist Sat May 16 04:41:15 2020 (r535350)
@@ -8,6 +8,7 @@
@comment include/harfbuzz/hb-buffer.h
@comment include/harfbuzz/hb-common.h
@comment include/harfbuzz/hb-deprecated.h
+ at comment include/harfbuzz/hb-draw.h
@comment include/harfbuzz/hb-face.h
@comment include/harfbuzz/hb-font.h
@comment include/harfbuzz/hb-ft.h
Modified: branches/2020Q2/print/harfbuzz/Makefile
==============================================================================
--- branches/2020Q2/print/harfbuzz/Makefile Sat May 16 04:35:22 2020 (r535349)
+++ branches/2020Q2/print/harfbuzz/Makefile Sat May 16 04:41:15 2020 (r535350)
@@ -2,15 +2,16 @@
# $FreeBSD$
PORTNAME= harfbuzz
-PORTVERSION= 2.6.4
+DISTVERSION= 2.6.6
PORTREVISION?= 0
CATEGORIES= print
-MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/
+MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/
MAINTAINER= gnome at FreeBSD.org
COMMENT?= OpenType text shaping engine
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfreetype.so:print/freetype2 \
libgraphite2.so:graphics/graphite2
@@ -26,7 +27,7 @@ USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
TEST_TARGET= check
-PLIST_SUB+= LIBVER=0.20600.4
+PLIST_SUB+= LIBVER=0.20600.6
HARFBUZZ_SLAVE?= no
Modified: branches/2020Q2/print/harfbuzz/distinfo
==============================================================================
--- branches/2020Q2/print/harfbuzz/distinfo Sat May 16 04:35:22 2020 (r535349)
+++ branches/2020Q2/print/harfbuzz/distinfo Sat May 16 04:41:15 2020 (r535350)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1572378601
-SHA256 (harfbuzz-2.6.4.tar.xz) = 9413b8d96132d699687ef914ebb8c50440efc87b3f775d25856d7ec347c03c12
-SIZE (harfbuzz-2.6.4.tar.xz) = 5967468
+TIMESTAMP = 1584073551
+SHA256 (harfbuzz-2.6.6.tar.xz) = 84d0f1fb4cf4b3ee398ac20eaa608ca9f7cd90d992a44540fdcb16469bb460e5
+SIZE (harfbuzz-2.6.6.tar.xz) = 8530984
Modified: branches/2020Q2/print/harfbuzz/pkg-descr
==============================================================================
--- branches/2020Q2/print/harfbuzz/pkg-descr Sat May 16 04:35:22 2020 (r535349)
+++ branches/2020Q2/print/harfbuzz/pkg-descr Sat May 16 04:41:15 2020 (r535350)
@@ -1,3 +1,6 @@
-HarfBuzz is an OpenType text shaping engine.
+HarfBuzz is an OpenType text shaping engine. Using the HarfBuzz
+library allows programs to convert a sequence of Unicode input into
+properly formatted and positioned glyph output - for any writing
+system and language.
-WWW: https://www.freedesktop.org/wiki/Software/HarfBuzz/
+WWW: https://harfbuzz.github.io/
Modified: branches/2020Q2/print/harfbuzz/pkg-plist
==============================================================================
--- branches/2020Q2/print/harfbuzz/pkg-plist Sat May 16 04:35:22 2020 (r535349)
+++ branches/2020Q2/print/harfbuzz/pkg-plist Sat May 16 04:41:15 2020 (r535350)
@@ -7,6 +7,7 @@ include/harfbuzz/hb-blob.h
include/harfbuzz/hb-buffer.h
include/harfbuzz/hb-common.h
include/harfbuzz/hb-deprecated.h
+include/harfbuzz/hb-draw.h
include/harfbuzz/hb-face.h
include/harfbuzz/hb-font.h
include/harfbuzz/hb-ft.h
@@ -61,10 +62,10 @@ share/gtk-doc/html/harfbuzz/building.html
share/gtk-doc/html/harfbuzz/ch01s03.html
share/gtk-doc/html/harfbuzz/ch03s02.html
share/gtk-doc/html/harfbuzz/ch03s03.html
-share/gtk-doc/html/harfbuzz/ch11.html
share/gtk-doc/html/harfbuzz/ch12.html
share/gtk-doc/html/harfbuzz/ch13.html
share/gtk-doc/html/harfbuzz/ch14.html
+share/gtk-doc/html/harfbuzz/ch15.html
share/gtk-doc/html/harfbuzz/clusters.html
share/gtk-doc/html/harfbuzz/complex-scripts.html
share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html
@@ -105,6 +106,12 @@ share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2
share/gtk-doc/html/harfbuzz/home.png
share/gtk-doc/html/harfbuzz/index.html
share/gtk-doc/html/harfbuzz/install-harfbuzz.html
+share/gtk-doc/html/harfbuzz/integration-coretext.html
+share/gtk-doc/html/harfbuzz/integration-freetype.html
+share/gtk-doc/html/harfbuzz/integration-icu.html
+share/gtk-doc/html/harfbuzz/integration-python.html
+share/gtk-doc/html/harfbuzz/integration-uniscribe.html
+share/gtk-doc/html/harfbuzz/integration.html
share/gtk-doc/html/harfbuzz/left-insensitive.png
share/gtk-doc/html/harfbuzz/left.png
share/gtk-doc/html/harfbuzz/level-2.html
More information about the svn-ports-branches
mailing list