aboutsummaryrefslogtreecommitdiffstats
path: root/print/harfbuzz/Makefile
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2016-07-11 16:21:36 +0800
committerjbeich <jbeich@FreeBSD.org>2016-07-11 16:21:36 +0800
commitcdfd790fce5d6e19bfe59180eebbe77dcf2f8698 (patch)
tree450227c3116e4ba388c5235837367358ea48b197 /print/harfbuzz/Makefile
parent6eb0bcd1b0d5be7f8c1a40f21e60d9d30ae553a9 (diff)
downloadfreebsd-ports-graphics-cdfd790fce5d6e19bfe59180eebbe77dcf2f8698.tar.gz
freebsd-ports-graphics-cdfd790fce5d6e19bfe59180eebbe77dcf2f8698.tar.zst
freebsd-ports-graphics-cdfd790fce5d6e19bfe59180eebbe77dcf2f8698.zip
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) MFH: 2016Q3 (needed by firefox-48.0)
Diffstat (limited to 'print/harfbuzz/Makefile')
-rw-r--r--print/harfbuzz/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile
index 929e139800f..da2ee68bac8 100644
--- a/print/harfbuzz/Makefile
+++ b/print/harfbuzz/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= harfbuzz
-PORTVERSION= 1.2.3
-PORTREVISION= 2
+PORTVERSION= 1.2.7
CATEGORIES= print
MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/
@@ -20,13 +19,11 @@ 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.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>