Index: head/print/harfbuzz/Makefile =================================================================== --- head/print/harfbuzz/Makefile (revision 515938) +++ head/print/harfbuzz/Makefile (revision 515939) @@ -1,55 +1,55 @@ # Created by: Koop Mast # $FreeBSD$ PORTNAME= harfbuzz -PORTVERSION= 2.6.2 +PORTVERSION= 2.6.3 PORTREVISION?= 0 CATEGORIES= print MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ MAINTAINER= gnome@FreeBSD.org COMMENT?= OpenType text shaping engine LICENSE= MIT LIB_DEPENDS= libfreetype.so:print/freetype2 \ libgraphite2.so:graphics/graphite2 USES= compiler:c++11-lib gettext-runtime gmake gnome libtool \ pathfix pkgconfig tar:xz USE_GNOME= glib20 introspection:build GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-graphite2 --with-gobject=yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check -PLIST_SUB+= LIBVER=0.20600.2 +PLIST_SUB+= LIBVER=0.20600.3 HARFBUZZ_SLAVE?= no .if ${HARFBUZZ_SLAVE} == no CONFIGURE_ARGS+= --without-icu --without-cairo .elif ${HARFBUZZ_SLAVE} == icu CONFIGURE_ARGS+= --with-icu \ --without-cairo \ --disable-gtk-doc-html LIB_DEPENDS+= libharfbuzz.so:print/harfbuzz \ libicudata.so:devel/icu .elif ${HARFBUZZ_SLAVE} == hb-view CONFIGURE_ARGS+= --with-cairo \ --without-icu LIB_DEPENDS+= libharfbuzz.so:print/harfbuzz USE_GNOME+= cairo .endif .if ${HARFBUZZ_SLAVE} != no post-patch: ${REINPLACE_CMD} -e 's|install-data-am: install-data-local|install-data-am:|g' \ ${WRKSRC}/docs/Makefile.in .endif .include Index: head/print/harfbuzz/distinfo =================================================================== --- head/print/harfbuzz/distinfo (revision 515938) +++ head/print/harfbuzz/distinfo (revision 515939) @@ -1,3 +1,3 @@ -TIMESTAMP = 1563223880 -SHA256 (harfbuzz-2.6.2.tar.xz) = 3b4c6a72f7f2b05d54f6c3112b3ebee5131c199fe4de4cf9bbbf71a56666f624 -SIZE (harfbuzz-2.6.2.tar.xz) = 5769792 +TIMESTAMP = 1572299243 +SHA256 (harfbuzz-2.6.3.tar.xz) = b0b3e68e5fcb332ac7c2f0ce3455b33ff244ed2c5271d31f2f7d4b0d8c34e958 +SIZE (harfbuzz-2.6.3.tar.xz) = 5811320 Index: head/print/harfbuzz-icu/Makefile =================================================================== --- head/print/harfbuzz-icu/Makefile (revision 515938) +++ head/print/harfbuzz-icu/Makefile (revision 515939) @@ -1,12 +1,12 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMESUFFIX= -icu COMMENT= Harfbuzz ICU support MASTERDIR= ${.CURDIR}/../../print/harfbuzz PLIST= ${.CURDIR}/pkg-plist HARFBUZZ_SLAVE= icu .include "${MASTERDIR}/Makefile"