From owner-svn-ports-head@freebsd.org Wed Aug 14 07:07:15 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5B1EAC8E21; Wed, 14 Aug 2019 07:07:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 467gcz1nF1z3PYR; Wed, 14 Aug 2019 07:07:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2072D24362; Wed, 14 Aug 2019 07:07:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7E77FAn076811; Wed, 14 Aug 2019 07:07:15 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7E77ETX076803; Wed, 14 Aug 2019 07:07:14 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201908140707.x7E77ETX076803@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 14 Aug 2019 07:07:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508893 - in head/print: harfbuzz harfbuzz-icu X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/print: harfbuzz harfbuzz-icu X-SVN-Commit-Revision: 508893 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2019 07:07:15 -0000 Author: jbeich Date: Wed Aug 14 07:07:13 2019 New Revision: 508893 URL: https://svnweb.freebsd.org/changeset/ports/508893 Log: print/harfbuzz: update to 2.6.0 Changes: https://github.com/harfbuzz/harfbuzz/releases/tag/2.6.0 ABI: https://abi-laboratory.pro/tracker/timeline/harfbuzz/ Reported by: GitHub (watch releases) Modified: 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-icu/pkg-plist ============================================================================== --- head/print/harfbuzz-icu/pkg-plist Wed Aug 14 07:07:06 2019 (r508892) +++ head/print/harfbuzz-icu/pkg-plist Wed Aug 14 07:07:13 2019 (r508893) @@ -23,6 +23,8 @@ include/harfbuzz/hb-icu.h @comment include/harfbuzz/hb-ot-font.h @comment include/harfbuzz/hb-ot-layout.h @comment include/harfbuzz/hb-ot-math.h +@comment include/harfbuzz/hb-ot-meta.h +@comment include/harfbuzz/hb-ot-metrics.h @comment include/harfbuzz/hb-ot-name.h @comment include/harfbuzz/hb-ot-shape.h @comment include/harfbuzz/hb-ot-var.h Modified: head/print/harfbuzz/Makefile ============================================================================== --- head/print/harfbuzz/Makefile Wed Aug 14 07:07:06 2019 (r508892) +++ head/print/harfbuzz/Makefile Wed Aug 14 07:07:13 2019 (r508893) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= harfbuzz -PORTVERSION= 2.5.3 -PORTREVISION?= 1 +PORTVERSION= 2.6.0 +PORTREVISION?= 0 CATEGORIES= print MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ @@ -22,7 +22,7 @@ CONFIGURE_ARGS= --with-graphite2 --with-gobject=yes INSTALL_TARGET= install-strip TEST_TARGET= check -PLIST_SUB+= LIBVER=0.20503.0 +PLIST_SUB+= LIBVER=0.20600.0 HARFBUZZ_SLAVE?= no Modified: head/print/harfbuzz/distinfo ============================================================================== --- head/print/harfbuzz/distinfo Wed Aug 14 07:07:06 2019 (r508892) +++ head/print/harfbuzz/distinfo Wed Aug 14 07:07:13 2019 (r508893) @@ -1,3 +1,3 @@ -TIMESTAMP = 1561570885 -SHA256 (harfbuzz-2.5.3.tar.xz) = fed00dc797b7ba3ca943225f0a854baaed4c1640fff8a31d455cd3b5caec855c -SIZE (harfbuzz-2.5.3.tar.xz) = 5685712 +TIMESTAMP = 1563223880 +SHA256 (harfbuzz-2.6.0.tar.xz) = 9cf7d117548265f95ca884e2f4c9fafaf4e17d45a67b11107147b79eed76c966 +SIZE (harfbuzz-2.6.0.tar.xz) = 5736808 Modified: head/print/harfbuzz/pkg-plist ============================================================================== --- head/print/harfbuzz/pkg-plist Wed Aug 14 07:07:06 2019 (r508892) +++ head/print/harfbuzz/pkg-plist Wed Aug 14 07:07:13 2019 (r508893) @@ -22,6 +22,8 @@ include/harfbuzz/hb-ot-deprecated.h include/harfbuzz/hb-ot-font.h include/harfbuzz/hb-ot-layout.h include/harfbuzz/hb-ot-math.h +include/harfbuzz/hb-ot-meta.h +include/harfbuzz/hb-ot-metrics.h include/harfbuzz/hb-ot-name.h include/harfbuzz/hb-ot-shape.h include/harfbuzz/hb-ot-var.h @@ -60,13 +62,16 @@ 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/ch10.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/clusters.html share/gtk-doc/html/harfbuzz/complex-scripts.html share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html +share/gtk-doc/html/harfbuzz/fonts-and-faces-custom-functions.html +share/gtk-doc/html/harfbuzz/fonts-and-faces-native-opentype.html +share/gtk-doc/html/harfbuzz/fonts-and-faces-variable.html share/gtk-doc/html/harfbuzz/fonts-and-faces.html share/gtk-doc/html/harfbuzz/getting-started.html share/gtk-doc/html/harfbuzz/graphite-shaping.html @@ -110,7 +115,6 @@ share/gtk-doc/html/harfbuzz/object-model-object-types. share/gtk-doc/html/harfbuzz/object-model-user-data.html share/gtk-doc/html/harfbuzz/object-model.html share/gtk-doc/html/harfbuzz/opentype-shaping-models.html -share/gtk-doc/html/harfbuzz/plans-and-caching.html share/gtk-doc/html/harfbuzz/pt01.html share/gtk-doc/html/harfbuzz/pt02.html share/gtk-doc/html/harfbuzz/reordering-in-levels-0-and-1.html @@ -119,16 +123,19 @@ share/gtk-doc/html/harfbuzz/right.png share/gtk-doc/html/harfbuzz/setting-buffer-properties.html share/gtk-doc/html/harfbuzz/shaping-and-shape-plans.html share/gtk-doc/html/harfbuzz/shaping-concepts.html +share/gtk-doc/html/harfbuzz/shaping-opentype-features.html share/gtk-doc/html/harfbuzz/shaping-operations.html +share/gtk-doc/html/harfbuzz/shaping-plans-and-caching.html +share/gtk-doc/html/harfbuzz/shaping-shaper-selection.html share/gtk-doc/html/harfbuzz/style.css share/gtk-doc/html/harfbuzz/text-runs.html share/gtk-doc/html/harfbuzz/the-distinction-between-levels-0-and-1.html share/gtk-doc/html/harfbuzz/unicode-character-categories.html share/gtk-doc/html/harfbuzz/up-insensitive.png share/gtk-doc/html/harfbuzz/up.png -share/gtk-doc/html/harfbuzz/using-harfbuzzs-native-opentype-implementation.html -share/gtk-doc/html/harfbuzz/using-your-own-font-functions.html -share/gtk-doc/html/harfbuzz/what-about-the-other-scripts.html +share/gtk-doc/html/harfbuzz/utilities-common-types-apis.html +share/gtk-doc/html/harfbuzz/utilities-ucdn.html +share/gtk-doc/html/harfbuzz/utilities.html share/gtk-doc/html/harfbuzz/what-harfbuzz-doesnt-do.html share/gtk-doc/html/harfbuzz/what-is-harfbuzz.html share/gtk-doc/html/harfbuzz/why-do-i-need-a-shaping-engine.html