View | Details | Raw Unified | Return to bug 208792 | Differences between
and this patch

Collapse All | Expand All

(-)print/harfbuzz/Makefile (-9 / +6 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	harfbuzz
4
PORTNAME=	harfbuzz
5
PORTVERSION=	1.2.3
5
PORTVERSION=	1.2.7
6
PORTREVISION=	2
7
CATEGORIES=	print
6
CATEGORIES=	print
8
MASTER_SITES=	http://www.freedesktop.org/software/harfbuzz/release/
7
MASTER_SITES=	http://www.freedesktop.org/software/harfbuzz/release/
9
8
Lines 20-32 USE_GNOME= cairo glib20 introspection:build Link Here
20
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
21
CONFIGURE_ARGS=	--with-graphite2 --with-gobject=yes
20
CONFIGURE_ARGS=	--with-graphite2 --with-gobject=yes
22
INSTALL_TARGET=	install-strip
21
INSTALL_TARGET=	install-strip
22
TEST_TARGET=	check
23
23
24
PLIST_SUB+=	LIBVER=0.10200.3
24
PLIST_SUB+=	LIBVER=0.10200.7
25
25
26
.include <bsd.port.pre.mk>
26
EXTRA_PATCHES+=	${EXTRA_PATCHES_${OPSYS}_${OSREL:R}}
27
EXTRA_PATCHES_FreeBSD_9=	${PATCHDIR}/extra-src_hb-open-type-private.hh
27
28
28
.if ${OSVERSION} < 1000024
29
.include <bsd.port.mk>
29
EXTRA_PATCHES=	${PATCHDIR}/extra-src_hb-open-type-private.hh
30
.endif
31
32
.include <bsd.port.post.mk>
(-)print/harfbuzz/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (harfbuzz-1.2.3.tar.bz2) = 8216d2404aaab7fde87be0365a90d64aa6c55928e104557cfcb37b54a096cb8c
1
SHA256 (harfbuzz-1.2.7.tar.bz2) = bba0600ae08b84384e6d2d7175bea10b5fc246c4583dc841498d01894d479026
2
SIZE (harfbuzz-1.2.3.tar.bz2) = 1337003
2
SIZE (harfbuzz-1.2.7.tar.bz2) = 1345389

Return to bug 208792