diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-09-30 05:28:53 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-09-30 05:28:53 +0800 |
commit | f3811337105350a6f322de0b599478b0cac61a97 (patch) | |
tree | 0aabdc1f2f5d5e26fac8eb1d125102a8e58d8c91 /print/harfbuzz/Makefile | |
parent | 90679458aad0b481fa9c8748e103459e8574f474 (diff) | |
download | freebsd-ports-gnome-f3811337105350a6f322de0b599478b0cac61a97.tar.gz freebsd-ports-gnome-f3811337105350a6f322de0b599478b0cac61a97.tar.zst freebsd-ports-gnome-f3811337105350a6f322de0b599478b0cac61a97.zip |
print/harfbuzz: update to 1.3.2
Changes: https://cgit.freedesktop.org/harfbuzz/tree/NEWS?id=1.3.2
ABI: https://abi-laboratory.pro/tracker/timeline/harfbuzz/
MFH: 2016Q3
Diffstat (limited to 'print/harfbuzz/Makefile')
-rw-r--r-- | print/harfbuzz/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile index 76cdb79d2274..50cb24dfb163 100644 --- a/print/harfbuzz/Makefile +++ b/print/harfbuzz/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= harfbuzz -PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTVERSION= 1.3.2 CATEGORIES= print MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ @@ -22,7 +21,7 @@ CONFIGURE_ARGS= --with-graphite2 --with-gobject=yes INSTALL_TARGET= install-strip TEST_TARGET= check -PLIST_SUB+= LIBVER=0.10300.0 +PLIST_SUB+= LIBVER=0.10302.0 EXTRA_PATCHES+= ${EXTRA_PATCHES_${OPSYS}_${OSREL:R}} EXTRA_PATCHES_FreeBSD_9= ${PATCHDIR}/extra-src_hb-open-type-private.hh |