From owner-svn-ports-head@freebsd.org Fri Mar 29 21:40:24 2019 Return-Path: Delivered-To: svn-ports-head@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 85BDE155366A; Fri, 29 Mar 2019 21:40:24 +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 4E41083226; Fri, 29 Mar 2019 21:40:24 +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 271B64CDB; Fri, 29 Mar 2019 21:40:24 +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 x2TLeOD7081386; Fri, 29 Mar 2019 21:40:24 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2TLeN9g081383; Fri, 29 Mar 2019 21:40:23 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201903292140.x2TLeN9g081383@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 29 Mar 2019 21:40:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497208 - head/print/harfbuzz X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/print/harfbuzz X-SVN-Commit-Revision: 497208 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4E41083226 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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: Fri, 29 Mar 2019 21:40:24 -0000 Author: jbeich Date: Fri Mar 29 21:40:23 2019 New Revision: 497208 URL: https://svnweb.freebsd.org/changeset/ports/497208 Log: print/harfbuzz: update to 2.4.0 Changes: https://github.com/harfbuzz/harfbuzz/blob/2.4.0/NEWS ABI: https://abi-laboratory.pro/tracker/timeline/harfbuzz/ Reported by: GitHub (watch releases) Modified: 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/Makefile ============================================================================== --- head/print/harfbuzz/Makefile Fri Mar 29 21:39:08 2019 (r497207) +++ head/print/harfbuzz/Makefile Fri Mar 29 21:40:23 2019 (r497208) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= harfbuzz -PORTVERSION= 2.3.1 +PORTVERSION= 2.4.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.20301.0 +PLIST_SUB+= LIBVER=0.20400.0 HARFBUZZ_SLAVE?= no Modified: head/print/harfbuzz/distinfo ============================================================================== --- head/print/harfbuzz/distinfo Fri Mar 29 21:39:08 2019 (r497207) +++ head/print/harfbuzz/distinfo Fri Mar 29 21:40:23 2019 (r497208) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548885104 -SHA256 (harfbuzz-2.3.1.tar.bz2) = f205699d5b91374008d6f8e36c59e419ae2d9a7bb8c5d9f34041b9a5abcae468 -SIZE (harfbuzz-2.3.1.tar.bz2) = 17942960 +TIMESTAMP = 1551037072 +SHA256 (harfbuzz-2.4.0.tar.bz2) = 336f0564189bd72024e38665e384af150b53e0c84cd5fcaa97fe5553079e4385 +SIZE (harfbuzz-2.4.0.tar.bz2) = 17918309 Modified: head/print/harfbuzz/pkg-plist ============================================================================== --- head/print/harfbuzz/pkg-plist Fri Mar 29 21:39:08 2019 (r497207) +++ head/print/harfbuzz/pkg-plist Fri Mar 29 21:40:23 2019 (r497208) @@ -54,40 +54,6 @@ share/gtk-doc/html/harfbuzz/a-clustering-example-for-l share/gtk-doc/html/harfbuzz/aat-shaping.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 -share/gtk-doc/html/harfbuzz/api-index-0-9-2.html -share/gtk-doc/html/harfbuzz/api-index-0-9-20.html -share/gtk-doc/html/harfbuzz/api-index-0-9-22.html -share/gtk-doc/html/harfbuzz/api-index-0-9-28.html -share/gtk-doc/html/harfbuzz/api-index-0-9-30.html -share/gtk-doc/html/harfbuzz/api-index-0-9-31.html -share/gtk-doc/html/harfbuzz/api-index-0-9-38.html -share/gtk-doc/html/harfbuzz/api-index-0-9-39.html -share/gtk-doc/html/harfbuzz/api-index-0-9-41.html -share/gtk-doc/html/harfbuzz/api-index-0-9-42.html -share/gtk-doc/html/harfbuzz/api-index-0-9-5.html -share/gtk-doc/html/harfbuzz/api-index-0-9-7.html -share/gtk-doc/html/harfbuzz/api-index-0-9-8.html -share/gtk-doc/html/harfbuzz/api-index-1-0-5.html -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 -share/gtk-doc/html/harfbuzz/api-index-1-6-0.html -share/gtk-doc/html/harfbuzz/api-index-1-7-5.html -share/gtk-doc/html/harfbuzz/api-index-1-7-7.html -share/gtk-doc/html/harfbuzz/api-index-1-8-0.html -share/gtk-doc/html/harfbuzz/api-index-1-8-1.html -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 @@ -101,7 +67,6 @@ share/gtk-doc/html/harfbuzz/ch12.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/deprecated-api-index.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