Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Mar 2017 03:14:17 +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: r435743 - branches/2017Q1/print/harfbuzz
Message-ID:  <201703090314.v293EHhw012217@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Mar  9 03:14:17 2017
New Revision: 435743
URL: https://svnweb.freebsd.org/changeset/ports/435743

Log:
  MFH: r435692 r435732
  
  print/harfbuzz: update to 1.4.4
  
  Record indirect gettext-runtime dependancy.
  
  Changes:	https://github.com/behdad/harfbuzz/releases/tag/1.4.3
  Changes:	https://github.com/behdad/harfbuzz/releases/tag/1.4.4
  ABI:		https://abi-laboratory.pro/tracker/timeline/harfbuzz/
  Approved by:	ports-secteam (junovitch)

Modified:
  branches/2017Q1/print/harfbuzz/Makefile
  branches/2017Q1/print/harfbuzz/distinfo
Directory Properties:
  branches/2017Q1/   (props changed)

Modified: branches/2017Q1/print/harfbuzz/Makefile
==============================================================================
--- branches/2017Q1/print/harfbuzz/Makefile	Thu Mar  9 03:10:59 2017	(r435742)
+++ branches/2017Q1/print/harfbuzz/Makefile	Thu Mar  9 03:14:17 2017	(r435743)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	harfbuzz
-PORTVERSION=	1.4.2
+PORTVERSION=	1.4.4
 CATEGORIES=	print
 MASTER_SITES=	http://www.freedesktop.org/software/harfbuzz/release/
 
@@ -14,14 +14,15 @@ LIB_DEPENDS=	libfreetype.so:print/freety
 		libgraphite2.so:graphics/graphite2
 
 USE_LDCONFIG=	yes
-USES=		compiler:c++0x gmake libtool pathfix pkgconfig tar:bzip2
+USES=		compiler:c++0x gettext-runtime gmake gnome libtool \
+		pathfix pkgconfig tar:bzip2
 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.10400.2
+PLIST_SUB+=	LIBVER=0.10400.4
 
 EXTRA_PATCHES+=	${EXTRA_PATCHES_${OPSYS}_${OSREL:R}}
 EXTRA_PATCHES_FreeBSD_9=	${PATCHDIR}/extra-src_hb-open-type-private.hh

Modified: branches/2017Q1/print/harfbuzz/distinfo
==============================================================================
--- branches/2017Q1/print/harfbuzz/distinfo	Thu Mar  9 03:10:59 2017	(r435742)
+++ branches/2017Q1/print/harfbuzz/distinfo	Thu Mar  9 03:14:17 2017	(r435743)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485225299
-SHA256 (harfbuzz-1.4.2.tar.bz2) = 8f234dcfab000fdec24d43674fffa2fdbdbd654eb176afbde30e8826339cb7b3
-SIZE (harfbuzz-1.4.2.tar.bz2) = 1446752
+TIMESTAMP = 1488750899
+SHA256 (harfbuzz-1.4.4.tar.bz2) = 35d2f8ca476cbbec64ee824eca6b0209ff8db0334990b9f5af893b94f119d255
+SIZE (harfbuzz-1.4.4.tar.bz2) = 1480766



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