Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Mar 2017 15:30:44 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r435692 - head/print/harfbuzz
Message-ID:  <201703081530.v28FUiiu009520@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Wed Mar  8 15:30:44 2017
New Revision: 435692
URL: https://svnweb.freebsd.org/changeset/ports/435692

Log:
  Update harfbuzz to 1.4.3.
  
  Record indirect gettext-runtime dependancy.

Modified:
  head/print/harfbuzz/Makefile
  head/print/harfbuzz/distinfo

Modified: head/print/harfbuzz/Makefile
==============================================================================
--- head/print/harfbuzz/Makefile	Wed Mar  8 15:28:57 2017	(r435691)
+++ head/print/harfbuzz/Makefile	Wed Mar  8 15:30:44 2017	(r435692)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	harfbuzz
-PORTVERSION=	1.4.2
+PORTVERSION=	1.4.3
 CATEGORIES=	print
 MASTER_SITES=	http://www.freedesktop.org/software/harfbuzz/release/
 
@@ -14,13 +14,14 @@ 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.3
 
 .include <bsd.port.mk>

Modified: head/print/harfbuzz/distinfo
==============================================================================
--- head/print/harfbuzz/distinfo	Wed Mar  8 15:28:57 2017	(r435691)
+++ head/print/harfbuzz/distinfo	Wed Mar  8 15:30:44 2017	(r435692)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485225299
-SHA256 (harfbuzz-1.4.2.tar.bz2) = 8f234dcfab000fdec24d43674fffa2fdbdbd654eb176afbde30e8826339cb7b3
-SIZE (harfbuzz-1.4.2.tar.bz2) = 1446752
+TIMESTAMP = 1488200426
+SHA256 (harfbuzz-1.4.3.tar.bz2) = 838c17400a88a3a451eb401573ef94cdd50919730d98255547c459fef1d85321
+SIZE (harfbuzz-1.4.3.tar.bz2) = 1470967



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