Date: Wed, 3 Dec 2014 13:06:23 +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: r373810 - head/print/harfbuzz Message-ID: <201412031306.sB3D6Nc0084766@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Wed Dec 3 13:06:22 2014 New Revision: 373810 URL: https://svnweb.freebsd.org/changeset/ports/373810 QAT: https://qat.redports.org/buildarchive/r373810/ Log: Update to 0.9.36. PR: 195596 Submitted by: Jan Beich <jbeich@vfemail.net> Modified: head/print/harfbuzz/Makefile head/print/harfbuzz/distinfo head/print/harfbuzz/pkg-plist Modified: head/print/harfbuzz/Makefile ============================================================================== --- head/print/harfbuzz/Makefile Wed Dec 3 12:47:32 2014 (r373809) +++ head/print/harfbuzz/Makefile Wed Dec 3 13:06:22 2014 (r373810) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= harfbuzz -PORTVERSION= 0.9.28 +PORTVERSION= 0.9.36 CATEGORIES= print MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ @@ -14,7 +14,7 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/ libgraphite2.so:${PORTSDIR}/graphics/graphite2 USE_LDCONFIG= yes -USES= gmake libtool:keepla pathfix pkgconfig tar:bzip2 +USES= gmake libtool pathfix pkgconfig tar:bzip2 USE_GNOME= cairo glib20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-graphite2 @@ -26,4 +26,6 @@ INSTALL_TARGET= install-strip EXTRA_PATCHES= ${PATCHDIR}/extra-src_hb-open-type-private.hh .endif +PLIST_SUB+= LIBVER=0.936.0 + .include <bsd.port.post.mk> Modified: head/print/harfbuzz/distinfo ============================================================================== --- head/print/harfbuzz/distinfo Wed Dec 3 12:47:32 2014 (r373809) +++ head/print/harfbuzz/distinfo Wed Dec 3 13:06:22 2014 (r373810) @@ -1,2 +1,2 @@ -SHA256 (harfbuzz-0.9.28.tar.bz2) = a567f7c58018af0a9751e18641fd8434bfcef8307122dabe47dd652ce8bde048 -SIZE (harfbuzz-0.9.28.tar.bz2) = 1063769 +SHA256 (harfbuzz-0.9.36.tar.bz2) = 3bfbf7b016167ee6b2a2f83948fef75cc1253081873d6a91022161815956b9be +SIZE (harfbuzz-0.9.36.tar.bz2) = 1167900 Modified: head/print/harfbuzz/pkg-plist ============================================================================== --- head/print/harfbuzz/pkg-plist Wed Dec 3 12:47:32 2014 (r373809) +++ head/print/harfbuzz/pkg-plist Wed Dec 3 13:06:22 2014 (r373810) @@ -22,14 +22,12 @@ include/harfbuzz/hb-shape.h include/harfbuzz/hb-unicode.h include/harfbuzz/hb-version.h include/harfbuzz/hb.h -lib/libharfbuzz-icu.la lib/libharfbuzz-icu.so lib/libharfbuzz-icu.so.0 -lib/libharfbuzz-icu.so.0.928.0 -lib/libharfbuzz.la +lib/libharfbuzz-icu.so.%%LIBVER%% lib/libharfbuzz.so lib/libharfbuzz.so.0 -lib/libharfbuzz.so.0.928.0 +lib/libharfbuzz.so.%%LIBVER%% libdata/pkgconfig/harfbuzz-icu.pc libdata/pkgconfig/harfbuzz.pc share/gtk-doc/html/harfbuzz/annotation-glossary.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412031306.sB3D6Nc0084766>