From owner-svn-ports-all@freebsd.org Tue Nov 6 15:38:51 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 336F21127CFC; Tue, 6 Nov 2018 15:38:51 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5BE447C611; Tue, 6 Nov 2018 15:38:50 +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 3CEC8920; Tue, 6 Nov 2018 15:38:50 +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 wA6FcojU007195; Tue, 6 Nov 2018 15:38:50 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA6FcnKj007191; Tue, 6 Nov 2018 15:38:49 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201811061538.wA6FcnKj007191@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 6 Nov 2018 15:38:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484300 - 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: 484300 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5BE447C611 X-Spamd-Result: default: False [-103.08 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.99)[-0.989,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-0.98)[-0.984,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2018 15:38:51 -0000 Author: jbeich Date: Tue Nov 6 15:38:49 2018 New Revision: 484300 URL: https://svnweb.freebsd.org/changeset/ports/484300 Log: print/harfbuzz: update to 2.1.1 Changes: https://github.com/harfbuzz/harfbuzz/blob/2.1.1/NEWS ABI: https://abi-laboratory.pro/tracker/timeline/harfbuzz/ Modified: head/print/harfbuzz-icu/Makefile (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/Makefile ============================================================================== --- head/print/harfbuzz-icu/Makefile Tue Nov 6 15:08:59 2018 (r484299) +++ head/print/harfbuzz-icu/Makefile Tue Nov 6 15:38:49 2018 (r484300) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMESUFFIX= -icu COMMENT= Harfbuzz ICU support Modified: head/print/harfbuzz/Makefile ============================================================================== --- head/print/harfbuzz/Makefile Tue Nov 6 15:08:59 2018 (r484299) +++ head/print/harfbuzz/Makefile Tue Nov 6 15:38:49 2018 (r484300) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= harfbuzz -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 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.20100.0 +PLIST_SUB+= LIBVER=0.20101.0 HARFBUZZ_SLAVE?= no Modified: head/print/harfbuzz/distinfo ============================================================================== --- head/print/harfbuzz/distinfo Tue Nov 6 15:08:59 2018 (r484299) +++ head/print/harfbuzz/distinfo Tue Nov 6 15:38:49 2018 (r484300) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540939334 -SHA256 (harfbuzz-2.1.0.tar.bz2) = 8e5b496ec7328d700ff340e4c44dfbd1dfa8159cd11df2876417496e4efd12f9 -SIZE (harfbuzz-2.1.0.tar.bz2) = 4375308 +TIMESTAMP = 1541449296 +SHA256 (harfbuzz-2.1.1.tar.bz2) = 83bf5d552df72c52969332f294cd97d8f6b46b77b41b61346ca56ebb81884e14 +SIZE (harfbuzz-2.1.1.tar.bz2) = 4386396 Modified: head/print/harfbuzz/pkg-plist ============================================================================== --- head/print/harfbuzz/pkg-plist Tue Nov 6 15:08:59 2018 (r484299) +++ head/print/harfbuzz/pkg-plist Tue Nov 6 15:38:49 2018 (r484300) @@ -47,8 +47,6 @@ libdata/pkgconfig/harfbuzz.pc share/gir-1.0/HarfBuzz-0.0.gir share/gtk-doc/html/harfbuzz/HarfBuzz.png share/gtk-doc/html/harfbuzz/HarfBuzz.svg -share/gtk-doc/html/harfbuzz/a-clustering-example-for-levels-0-and-1.html -share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html share/gtk-doc/html/harfbuzz/annotation-glossary.html share/gtk-doc/html/harfbuzz/api-index-0-9-10.html share/gtk-doc/html/harfbuzz/api-index-0-9-11.html @@ -70,7 +68,6 @@ share/gtk-doc/html/harfbuzz/api-index-1-1-2.html share/gtk-doc/html/harfbuzz/api-index-1-1-3.html share/gtk-doc/html/harfbuzz/api-index-1-2-3.html share/gtk-doc/html/harfbuzz/api-index-1-3-3.html -share/gtk-doc/html/harfbuzz/api-index-1-4-0.html share/gtk-doc/html/harfbuzz/api-index-1-4-2.html share/gtk-doc/html/harfbuzz/api-index-1-4-3.html share/gtk-doc/html/harfbuzz/api-index-1-5-0.html @@ -83,16 +80,11 @@ share/gtk-doc/html/harfbuzz/api-index-1-8-5.html share/gtk-doc/html/harfbuzz/api-index-1-8-6.html share/gtk-doc/html/harfbuzz/api-index-1-9-0.html share/gtk-doc/html/harfbuzz/api-index-2-0-0.html +share/gtk-doc/html/harfbuzz/api-index-2-1-0.html share/gtk-doc/html/harfbuzz/api-index-full.html -share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html -share/gtk-doc/html/harfbuzz/building.html -share/gtk-doc/html/harfbuzz/ch08.html -share/gtk-doc/html/harfbuzz/ch09.html -share/gtk-doc/html/harfbuzz/ch10.html -share/gtk-doc/html/harfbuzz/clusters.html -share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html +share/gtk-doc/html/harfbuzz/ch01.html share/gtk-doc/html/harfbuzz/deprecated-api-index.html -share/gtk-doc/html/harfbuzz/fonts-and-faces.html +share/gtk-doc/html/harfbuzz/harfbuzz-.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html @@ -120,27 +112,13 @@ share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 -share/gtk-doc/html/harfbuzz/hello-harfbuzz.html 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/left-insensitive.png share/gtk-doc/html/harfbuzz/left.png -share/gtk-doc/html/harfbuzz/level-2.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 +share/gtk-doc/html/harfbuzz/object-tree.html share/gtk-doc/html/harfbuzz/right-insensitive.png 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/style.css -share/gtk-doc/html/harfbuzz/the-distinction-between-levels-0-and-1.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/what-is-harfbuzz.html -share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html