summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/gobject-introspection/Makefile5
-rw-r--r--devel/gobject-introspection/distinfo6
-rw-r--r--devel/gobject-introspection/files/patch-gir_Makefile.in18
3 files changed, 6 insertions, 23 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile
index 02e8d940f..808a676a5 100644
--- a/devel/gobject-introspection/Makefile
+++ b/devel/gobject-introspection/Makefile
@@ -3,11 +3,11 @@
# Whom: Alexander Logvinov <avl@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/gobject-introspection/Makefile,v 1.1 2009/07/30 00:47:56 avl Exp $
+# $MCom: ports/devel/gobject-introspection/Makefile,v 1.2 2009/08/29 22:54:21 marcus Exp $
#
PORTNAME= gobject-introspection
-PORTVERSION= 0.6.4
+PORTVERSION= 0.6.5
CATEGORIES= devel
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -23,6 +23,7 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gnomehack glib20
USE_PYTHON= yes
+USE_BISON= both
USE_GETTEXT= yes
USE_AUTOTOOLS= libtool:22
USE_LDCONFIG= yes
diff --git a/devel/gobject-introspection/distinfo b/devel/gobject-introspection/distinfo
index 6b314d1b3..e0e1e85cd 100644
--- a/devel/gobject-introspection/distinfo
+++ b/devel/gobject-introspection/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gobject-introspection-0.6.4.tar.bz2) = 5cc41cec231953003c628ccf16c576c9
-SHA256 (gnome2/gobject-introspection-0.6.4.tar.bz2) = 6ca9cf935dd553e4e7f6c93361e8218886837d93d76a68a54fcfcc601ee57059
-SIZE (gnome2/gobject-introspection-0.6.4.tar.bz2) = 608062
+MD5 (gnome2/gobject-introspection-0.6.5.tar.bz2) = c946cddf10f02a3aea483967ab6de605
+SHA256 (gnome2/gobject-introspection-0.6.5.tar.bz2) = fe1702200d45958cdfe3707952d64c3a541628b1203a9b2644db0ee2c6d5df79
+SIZE (gnome2/gobject-introspection-0.6.5.tar.bz2) = 608305
diff --git a/devel/gobject-introspection/files/patch-gir_Makefile.in b/devel/gobject-introspection/files/patch-gir_Makefile.in
index fcd06d9a9..87ed2f06b 100644
--- a/devel/gobject-introspection/files/patch-gir_Makefile.in
+++ b/devel/gobject-introspection/files/patch-gir_Makefile.in
@@ -12,21 +12,3 @@
$(srcdir)/glib-2.0.c \
-DGLIB_COMPILATION \
$(GLIB_INCLUDEDIR)/glib/*.h
-@@ -753,7 +752,7 @@ GObject-2.0.gir: GLib-2.0.gir $(SCANNER_
- --noclosure \
- --output $@ \
- --strip-prefix=g \
-- --libtool="$(LIBTOOL_LIBTOOL)" \
-+ --libtool="$(LIBTOOL)" \
- --c-include="glib-object.h" \
- --include=GLib-2.0 \
- --library=$(GOBJECT_LIBRARY) \
-@@ -773,7 +772,7 @@ GModule-2.0.gir: GLib-2.0.gir $(SCANNER_
- --noclosure \
- --output $@ \
- --strip-prefix=g \
-- --libtool="$(LIBTOOL_LIBTOOL)" \
-+ --libtool="$(LIBTOOL)" \
- --c-include="gmodule.h" \
- --include=GLib-2.0 \
- --library=$(GMODULE_LIBRARY) \