Date: Wed, 13 Jul 2016 11:22:56 +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: r418467 - branches/2016Q3/print/harfbuzz Message-ID: <201607131122.u6DBMuvj034698@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Jul 13 11:22:56 2016 New Revision: 418467 URL: https://svnweb.freebsd.org/changeset/ports/418467 Log: MFH: r418357 print/harfbuzz: update to 1.2.7 Changes: https://github.com/behdad/harfbuzz/compare/1.2.3...1.2.7 ABI: http://abi-laboratory.pro/tracker/timeline/harfbuzz/ PR: 208792 Approved by: maintainer timeout (3 months) Approved by: ports-secteam (junovitch) Modified: branches/2016Q3/print/harfbuzz/Makefile branches/2016Q3/print/harfbuzz/distinfo Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/print/harfbuzz/Makefile ============================================================================== --- branches/2016Q3/print/harfbuzz/Makefile Wed Jul 13 10:04:28 2016 (r418466) +++ branches/2016Q3/print/harfbuzz/Makefile Wed Jul 13 11:22:56 2016 (r418467) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= harfbuzz -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.7 CATEGORIES= print MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ @@ -19,13 +19,11 @@ USE_GNOME= cairo glib20 introspection:bu GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-graphite2 --with-gobject=yes INSTALL_TARGET= install-strip +TEST_TARGET= check -PLIST_SUB+= LIBVER=0.10200.3 +PLIST_SUB+= LIBVER=0.10200.7 -.include <bsd.port.pre.mk> +EXTRA_PATCHES+= ${EXTRA_PATCHES_${OPSYS}_${OSREL:R}} +EXTRA_PATCHES_FreeBSD_9= ${PATCHDIR}/extra-src_hb-open-type-private.hh -.if ${OSVERSION} < 1000024 -EXTRA_PATCHES= ${PATCHDIR}/extra-src_hb-open-type-private.hh -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: branches/2016Q3/print/harfbuzz/distinfo ============================================================================== --- branches/2016Q3/print/harfbuzz/distinfo Wed Jul 13 10:04:28 2016 (r418466) +++ branches/2016Q3/print/harfbuzz/distinfo Wed Jul 13 11:22:56 2016 (r418467) @@ -1,2 +1,2 @@ -SHA256 (harfbuzz-1.2.3.tar.bz2) = 8216d2404aaab7fde87be0365a90d64aa6c55928e104557cfcb37b54a096cb8c -SIZE (harfbuzz-1.2.3.tar.bz2) = 1337003 +SHA256 (harfbuzz-1.2.7.tar.bz2) = bba0600ae08b84384e6d2d7175bea10b5fc246c4583dc841498d01894d479026 +SIZE (harfbuzz-1.2.7.tar.bz2) = 1345389
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607131122.u6DBMuvj034698>