summaryrefslogtreecommitdiff
path: root/devel/gobject-introspection/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gobject-introspection/Makefile')
-rw-r--r--devel/gobject-introspection/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile
index afefb8af058..054603881b5 100644
--- a/devel/gobject-introspection/Makefile
+++ b/devel/gobject-introspection/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.29 2013/02/16 11:20:45 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2013/05/05 09:20:44 drochner Exp $
#
-DISTNAME= gobject-introspection-1.34.2
-PKGREVISION= 1
+DISTNAME= gobject-introspection-1.36.0
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gobject-introspection/1.34/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gobject-introspection/1.36/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -24,8 +23,7 @@ PKGCONFIG_OVERRIDE+= gobject-introspection-no-export-1.0.pc.in
SUBST_CLASSES+= timet
SUBST_STAGE.timet= pre-configure
SUBST_FILES.timet= giscanner/ast.py
-SUBST_FILES.timet+= tests/scanner/Foo-1.0-expected.gir \
- tests/scanner/Regress-1.0-expected.gir
+SUBST_FILES.timet+= tests/scanner/Regress-1.0-expected.gir
.include "../../mk/bsd.prefs.mk"
.if !empty(MACHINE_PLATFORM:MNetBSD-5.99*) || !empty(MACHINE_PLATFORM:MNetBSD-[6-9]*) || !empty(MACHINE_PLATFORM:MMirBSD)
SUBST_SED.timet= -e 's,@TIMET_TYPENAME@,TYPE_INT64,g'
@@ -46,7 +44,7 @@ CONFIGURE_ARGS+= --disable-tests
#.include "../../graphics/cairo-gobject/buildlink3.mk"
#TEST_TARGET= check
-BUILDLINK_API_DEPENDS.glib2+= glib2>=2.34.1
+BUILDLINK_API_DEPENDS.glib2+= glib2>=2.36.0
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libffi/buildlink3.mk"
.include "../../lang/python/application.mk"