Date: Tue, 11 Sep 2018 00:33:55 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479489 - in head/print/harfbuzz: . files Message-ID: <201809110033.w8B0Xtd3033565@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809110033.w8B0Xtd3033565>