From owner-svn-ports-all@freebsd.org Fri May 24 21:13:26 2019 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 B77F015B5664; Fri, 24 May 2019 21:13:26 +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 5A74780029; Fri, 24 May 2019 21:13:26 +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 34DF022621; Fri, 24 May 2019 21:13:26 +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 x4OLDQvC030164; Fri, 24 May 2019 21:13:26 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4OLDPEf030161; Fri, 24 May 2019 21:13:25 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905242113.x4OLDPEf030161@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 24 May 2019 21:13:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502492 - 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: 502492 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5A74780029 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.95)[-0.946,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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: Fri, 24 May 2019 21:13:27 -0000 Author: jbeich Date: Fri May 24 21:13:25 2019 New Revision: 502492 URL: https://svnweb.freebsd.org/changeset/ports/502492 Log: print/harfbuzz: update to 2.5.0 Changes: https://github.com/harfbuzz/harfbuzz/releases/tag/2.5.0 ABI: https://abi-laboratory.pro/tracker/timeline/harfbuzz/ Reported by: GitHub (watch releases) 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 Fri May 24 21:13:06 2019 (r502491) +++ head/print/harfbuzz-icu/Makefile Fri May 24 21:13:25 2019 (r502492) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMESUFFIX= -icu COMMENT= Harfbuzz ICU support Modified: head/print/harfbuzz/Makefile ============================================================================== --- head/print/harfbuzz/Makefile Fri May 24 21:13:06 2019 (r502491) +++ head/print/harfbuzz/Makefile Fri May 24 21:13:25 2019 (r502492) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= harfbuzz -PORTVERSION= 2.4.0 -PORTREVISION?= 1 +PORTVERSION= 2.5.0 +PORTREVISION?= 0 CATEGORIES= print MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ @@ -15,14 +15,14 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ USE_LDCONFIG= yes USES= compiler:c++11-lib gettext-runtime gmake gnome libtool \ - pathfix pkgconfig tar:bzip2 + pathfix pkgconfig tar:xz USE_GNOME= cairo glib20 introspection:build GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-graphite2 --with-gobject=yes INSTALL_TARGET= install-strip TEST_TARGET= check -PLIST_SUB+= LIBVER=0.20400.0 +PLIST_SUB+= LIBVER=0.20500.0 HARFBUZZ_SLAVE?= no Modified: head/print/harfbuzz/distinfo ============================================================================== --- head/print/harfbuzz/distinfo Fri May 24 21:13:06 2019 (r502491) +++ head/print/harfbuzz/distinfo Fri May 24 21:13:25 2019 (r502492) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551037072 -SHA256 (harfbuzz-2.4.0.tar.bz2) = 9035005903da74667d28bb181986e879e11da3d5986722759fa145cca781ead6 -SIZE (harfbuzz-2.4.0.tar.bz2) = 17922003 +TIMESTAMP = 1558727886 +SHA256 (harfbuzz-2.5.0.tar.xz) = 959c73f98db4f84ad5221ea923146a71b5a48c946138d9ca4b42f3f3ffc416ef +SIZE (harfbuzz-2.5.0.tar.xz) = 5620416 Modified: head/print/harfbuzz/pkg-plist ============================================================================== --- head/print/harfbuzz/pkg-plist Fri May 24 21:13:06 2019 (r502491) +++ head/print/harfbuzz/pkg-plist Fri May 24 21:13:25 2019 (r502492) @@ -60,10 +60,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/ch09.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/clusters.html share/gtk-doc/html/harfbuzz/complex-scripts.html share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html @@ -104,6 +104,11 @@ 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/object-model-blobs.html +share/gtk-doc/html/harfbuzz/object-model-lifecycle.html +share/gtk-doc/html/harfbuzz/object-model-object-types.html +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