Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jul 2016 17:59:54 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r419140 - in branches/2016Q3/print/harfbuzz: . files
Message-ID:  <201607261759.u6QHxsia091600@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Jul 26 17:59:54 2016
New Revision: 419140
URL: https://svnweb.freebsd.org/changeset/ports/419140

Log:
  MFH: r419056
  
  print/harfbuzz: update to 1.3.0
  
  Changes:	https://cgit.freedesktop.org/harfbuzz/tree/NEWS?id=1.3.0
  ABI:		http://abi-laboratory.pro/tracker/objects_report/harfbuzz/1.2.7/1.3.0/report.html
  PR:		211363
  Submitted by:	lightside@gmx.com
  Approved by:	ports-secteam (feld)

Added:
  branches/2016Q3/print/harfbuzz/files/patch-configure
     - copied unchanged from r419056, head/print/harfbuzz/files/patch-configure
Modified:
  branches/2016Q3/print/harfbuzz/Makefile
  branches/2016Q3/print/harfbuzz/distinfo
  branches/2016Q3/print/harfbuzz/pkg-plist
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/print/harfbuzz/Makefile
==============================================================================
--- branches/2016Q3/print/harfbuzz/Makefile	Tue Jul 26 17:56:30 2016	(r419139)
+++ branches/2016Q3/print/harfbuzz/Makefile	Tue Jul 26 17:59:54 2016	(r419140)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	harfbuzz
-PORTVERSION=	1.2.7
+PORTVERSION=	1.3.0
 CATEGORIES=	print
 MASTER_SITES=	http://www.freedesktop.org/software/harfbuzz/release/
 
@@ -21,7 +21,7 @@ CONFIGURE_ARGS=	--with-graphite2 --with-
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
 
-PLIST_SUB+=	LIBVER=0.10200.7
+PLIST_SUB+=	LIBVER=0.10300.0
 
 EXTRA_PATCHES+=	${EXTRA_PATCHES_${OPSYS}_${OSREL:R}}
 EXTRA_PATCHES_FreeBSD_9=	${PATCHDIR}/extra-src_hb-open-type-private.hh

Modified: branches/2016Q3/print/harfbuzz/distinfo
==============================================================================
--- branches/2016Q3/print/harfbuzz/distinfo	Tue Jul 26 17:56:30 2016	(r419139)
+++ branches/2016Q3/print/harfbuzz/distinfo	Tue Jul 26 17:59:54 2016	(r419140)
@@ -1,2 +1,3 @@
-SHA256 (harfbuzz-1.2.7.tar.bz2) = bba0600ae08b84384e6d2d7175bea10b5fc246c4583dc841498d01894d479026
-SIZE (harfbuzz-1.2.7.tar.bz2) = 1345389
+TIMESTAMP = 1469091491
+SHA256 (harfbuzz-1.3.0.tar.bz2) = b04be31633efee2cae1d62d46434587302554fa837224845a62565ec68a0334d
+SIZE (harfbuzz-1.3.0.tar.bz2) = 1351234

Copied: branches/2016Q3/print/harfbuzz/files/patch-configure (from r419056, head/print/harfbuzz/files/patch-configure)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2016Q3/print/harfbuzz/files/patch-configure	Tue Jul 26 17:59:54 2016	(r419140, copy of r419056, head/print/harfbuzz/files/patch-configure)
@@ -0,0 +1,16 @@
+# Origin: https://cgit.freedesktop.org/harfbuzz/commit/?id=dd31fc9f7e6d23b414b22874de96eb3c002c80ba
+# Subject: Don't build UCDN support when building with GLib (#296)
+# Regression from: b424b6c372dfe4c0ed75a49761eb34a416819446.
+# Applied to configure instead of configure.ac file, because it was generated.
+
+--- configure.orig	2016-07-21 08:57:54 UTC
++++ configure
+@@ -18678,7 +18678,7 @@ fi
+ 
+ 
+ have_ucdn=true
+-if $have_glib || $have_icu && test "x$with_icu" = "xbuiltin"; then
++if $have_glib || test \( $have_icu -a "x$with_icu" = "xbuiltin" \); then
+ 	have_ucdn=false
+ fi
+ if $have_ucdn; then

Modified: branches/2016Q3/print/harfbuzz/pkg-plist
==============================================================================
--- branches/2016Q3/print/harfbuzz/pkg-plist	Tue Jul 26 17:56:30 2016	(r419139)
+++ branches/2016Q3/print/harfbuzz/pkg-plist	Tue Jul 26 17:59:54 2016	(r419140)
@@ -95,6 +95,7 @@ share/gtk-doc/html/harfbuzz/harfbuzz.dev
 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/index.sgml
 share/gtk-doc/html/harfbuzz/install-harfbuzz.html
 share/gtk-doc/html/harfbuzz/left-insensitive.png
 share/gtk-doc/html/harfbuzz/left.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607261759.u6QHxsia091600>