View | Details | Raw Unified | Return to bug 207387
Collapse All | Expand All

(-)Makefile (-4 / +4 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	harfbuzz
4
PORTNAME=	harfbuzz
5
PORTVERSION=	1.1.3
5
PORTVERSION=	1.2.0
6
CATEGORIES=	print
6
CATEGORIES=	print
7
MASTER_SITES=	http://www.freedesktop.org/software/harfbuzz/release/
7
MASTER_SITES=	http://www.freedesktop.org/software/harfbuzz/release/
8
8
Lines 15-26 Link Here
15
15
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
USES=		gmake libtool pathfix pkgconfig tar:bzip2
17
USES=		gmake libtool pathfix pkgconfig tar:bzip2
18
USE_GNOME=	cairo glib20
18
USE_GNOME=	cairo glib20 introspection:build
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
CONFIGURE_ARGS=	--with-graphite2
20
CONFIGURE_ARGS=	--with-graphite2 --with-gobject=yes
21
INSTALL_TARGET=	install-strip
21
INSTALL_TARGET=	install-strip
22
22
23
PLIST_SUB+=	LIBVER=0.10103.0
23
PLIST_SUB+=	LIBVER=0.10200.0
24
24
25
.include <bsd.port.pre.mk>
25
.include <bsd.port.pre.mk>
26
26
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (harfbuzz-1.1.3.tar.bz2) = d93d7cb7979c32672e902fdfa884599e63f07f2fa5b06c66147d20c516d4b8f7
1
SHA256 (harfbuzz-1.2.0.tar.bz2) = 79ff5305153d15931fbdda80c9612783b0283dee44f4c2af71aa37353daaa685
2
SIZE (harfbuzz-1.1.3.tar.bz2) = 1294579
2
SIZE (harfbuzz-1.2.0.tar.bz2) = 1333335
(-)pkg-plist (+10 lines)
Lines 9-14 Link Here
9
include/harfbuzz/hb-font.h
9
include/harfbuzz/hb-font.h
10
include/harfbuzz/hb-ft.h
10
include/harfbuzz/hb-ft.h
11
include/harfbuzz/hb-glib.h
11
include/harfbuzz/hb-glib.h
12
include/harfbuzz/hb-gobject-enums.h
13
include/harfbuzz/hb-gobject-structs.h
14
include/harfbuzz/hb-gobject.h
12
include/harfbuzz/hb-graphite2.h
15
include/harfbuzz/hb-graphite2.h
13
include/harfbuzz/hb-icu.h
16
include/harfbuzz/hb-icu.h
14
include/harfbuzz/hb-ot-font.h
17
include/harfbuzz/hb-ot-font.h
Lines 22-27 Link Here
22
include/harfbuzz/hb-unicode.h
25
include/harfbuzz/hb-unicode.h
23
include/harfbuzz/hb-version.h
26
include/harfbuzz/hb-version.h
24
include/harfbuzz/hb.h
27
include/harfbuzz/hb.h
28
lib/girepository-1.0/HarfBuzz-0.0.typelib
29
lib/libharfbuzz-gobject.so
30
lib/libharfbuzz-gobject.so.0
31
lib/libharfbuzz-gobject.so.%%LIBVER%%
25
lib/libharfbuzz-icu.so
32
lib/libharfbuzz-icu.so
26
lib/libharfbuzz-icu.so.0
33
lib/libharfbuzz-icu.so.0
27
lib/libharfbuzz-icu.so.%%LIBVER%%
34
lib/libharfbuzz-icu.so.%%LIBVER%%
Lines 28-35 Link Here
28
lib/libharfbuzz.so
35
lib/libharfbuzz.so
29
lib/libharfbuzz.so.0
36
lib/libharfbuzz.so.0
30
lib/libharfbuzz.so.%%LIBVER%%
37
lib/libharfbuzz.so.%%LIBVER%%
38
libdata/pkgconfig/harfbuzz-gobject.pc
31
libdata/pkgconfig/harfbuzz-icu.pc
39
libdata/pkgconfig/harfbuzz-icu.pc
32
libdata/pkgconfig/harfbuzz.pc
40
libdata/pkgconfig/harfbuzz.pc
41
share/gir-1.0/HarfBuzz-0.0.gir
33
share/gtk-doc/html/harfbuzz/HarfBuzz.png
42
share/gtk-doc/html/harfbuzz/HarfBuzz.png
34
share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html
43
share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html
35
share/gtk-doc/html/harfbuzz/annotation-glossary.html
44
share/gtk-doc/html/harfbuzz/annotation-glossary.html
Lines 86-91 Link Here
86
share/gtk-doc/html/harfbuzz/hello-harfbuzz.html
95
share/gtk-doc/html/harfbuzz/hello-harfbuzz.html
87
share/gtk-doc/html/harfbuzz/home.png
96
share/gtk-doc/html/harfbuzz/home.png
88
share/gtk-doc/html/harfbuzz/index.html
97
share/gtk-doc/html/harfbuzz/index.html
98
share/gtk-doc/html/harfbuzz/index.sgml
89
share/gtk-doc/html/harfbuzz/install-harfbuzz.html
99
share/gtk-doc/html/harfbuzz/install-harfbuzz.html
90
share/gtk-doc/html/harfbuzz/left-insensitive.png
100
share/gtk-doc/html/harfbuzz/left-insensitive.png
91
share/gtk-doc/html/harfbuzz/left.png
101
share/gtk-doc/html/harfbuzz/left.png

Return to bug 207387