From owner-svn-ports-head@freebsd.org Tue Sep 11 00:33:56 2018 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 2A5A310A0081; Tue, 11 Sep 2018 00:33:56 +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 D01DB7BD68; Tue, 11 Sep 2018 00:33:55 +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 CAFFB1043E; Tue, 11 Sep 2018 00:33:55 +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 w8B0Xt0U033569; Tue, 11 Sep 2018 00:33:55 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8B0Xtd3033565; Tue, 11 Sep 2018 00:33:55 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201809110033.w8B0Xtd3033565@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 11 Sep 2018 00:33:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479489 - in head/print/harfbuzz: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/print/harfbuzz: . files X-SVN-Commit-Revision: 479489 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.27 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: Tue, 11 Sep 2018 00:33:56 -0000 Author: jbeich Date: Tue Sep 11 00:33:54 2018 New Revision: 479489 URL: https://svnweb.freebsd.org/changeset/ports/479489 Log: print/harfbuzz: update to 1.9.0 Changes: https://github.com/harfbuzz/harfbuzz/blob/1.9.0/NEWS ABI: https://abi-laboratory.pro/tracker/timeline/harfbuzz/ Added: head/print/harfbuzz/files/patch-src_hb-atomic.hh (contents, props changed) - copied, changed from r479486, head/print/harfbuzz/files/patch-src_hb-atomic-private.hh Deleted: head/print/harfbuzz/files/patch-src_hb-atomic-private.hh 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 Tue Sep 11 00:30:16 2018 (r479488) +++ head/print/harfbuzz/Makefile Tue Sep 11 00:33:54 2018 (r479489) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= harfbuzz -PORTVERSION= 1.8.8 +PORTVERSION= 1.9.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.10800.8 +PLIST_SUB+= LIBVER=0.10900.0 HARFBUZZ_SLAVE?= no Modified: head/print/harfbuzz/distinfo ============================================================================== --- head/print/harfbuzz/distinfo Tue Sep 11 00:30:16 2018 (r479488) +++ head/print/harfbuzz/distinfo Tue Sep 11 00:33:54 2018 (r479489) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534269475 -SHA256 (harfbuzz-1.8.8.tar.bz2) = a8e5c86e4d99e1cc9865ec1b8e9b05b98e413c2a885cd11f8e9bb9502dd3e3a9 -SIZE (harfbuzz-1.8.8.tar.bz2) = 3862626 +TIMESTAMP = 1536571987 +SHA256 (harfbuzz-1.9.0.tar.bz2) = 11eca62bf0ac549b8d6be55f4e130946399939cdfe7a562fdaee711190248b00 +SIZE (harfbuzz-1.9.0.tar.bz2) = 3870586 Copied and modified: head/print/harfbuzz/files/patch-src_hb-atomic.hh (from r479486, head/print/harfbuzz/files/patch-src_hb-atomic-private.hh) ============================================================================== --- head/print/harfbuzz/files/patch-src_hb-atomic-private.hh Mon Sep 10 22:28:59 2018 (r479486, copy source) +++ head/print/harfbuzz/files/patch-src_hb-atomic.hh Tue Sep 11 00:33:54 2018 (r479489) @@ -1,7 +1,7 @@ ---- src/hb-atomic-private.hh.orig 2018-08-01 21:15:00 UTC -+++ src/hb-atomic-private.hh -@@ -114,7 +114,12 @@ typedef LONG hb_atomic_int_impl_t; - typedef int hb_atomic_int_impl_t; +--- src/hb-atomic.hh.orig 2018-09-10 09:05:27 UTC ++++ src/hb-atomic.hh +@@ -118,7 +118,12 @@ static_assert ((sizeof (LONG) == sizeof (int)), ""); + #define hb_atomic_int_impl_add(AI, V) __sync_fetch_and_add ((AI), (V)) +#if defined(__FreeBSD__) && defined(__mips__) Modified: head/print/harfbuzz/pkg-plist ============================================================================== --- head/print/harfbuzz/pkg-plist Tue Sep 11 00:30:16 2018 (r479488) +++ head/print/harfbuzz/pkg-plist Tue Sep 11 00:33:54 2018 (r479489) @@ -25,9 +25,6 @@ include/harfbuzz/hb-ot.h include/harfbuzz/hb-set.h include/harfbuzz/hb-shape-plan.h include/harfbuzz/hb-shape.h -include/harfbuzz/hb-subset-glyf.hh -include/harfbuzz/hb-subset-plan.hh -include/harfbuzz/hb-subset-private.hh include/harfbuzz/hb-subset.h include/harfbuzz/hb-unicode.h include/harfbuzz/hb-version.h