aboutsummaryrefslogtreecommitdiff
path: root/devel/gobject-introspection
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-12-10 22:21:58 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-12-10 22:21:58 +0000
commit30792802f6db94f12cd84a945d3ccbb0e575321d (patch)
tree68bbea32de7ea1f56d1caf6026f1f9ea5afcf860 /devel/gobject-introspection
parentc4718b8b9038a3adc541bc20b15d14d7580c8bb9 (diff)
downloadports-30792802f6db94f12cd84a945d3ccbb0e575321d.tar.gz
ports-30792802f6db94f12cd84a945d3ccbb0e575321d.zip
Notes
Diffstat (limited to 'devel/gobject-introspection')
-rw-r--r--devel/gobject-introspection/Makefile3
-rw-r--r--devel/gobject-introspection/distinfo6
-rw-r--r--devel/gobject-introspection/files/patch-giscanner_giscannermodule.c19
3 files changed, 4 insertions, 24 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile
index ccd7ef57e390..903045769a85 100644
--- a/devel/gobject-introspection/Makefile
+++ b/devel/gobject-introspection/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= gobject-introspection
-PORTVERSION= 0.6.5
-PORTREVISION= 1
+PORTVERSION= 0.6.6
CATEGORIES= devel
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
diff --git a/devel/gobject-introspection/distinfo b/devel/gobject-introspection/distinfo
index e0e1e85cd07d..e65fe249f8fb 100644
--- a/devel/gobject-introspection/distinfo
+++ b/devel/gobject-introspection/distinfo
@@ -1,3 +1,3 @@
-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
+MD5 (gnome2/gobject-introspection-0.6.6.tar.bz2) = d22ed2667dd16ff78aa145c176d1e7a7
+SHA256 (gnome2/gobject-introspection-0.6.6.tar.bz2) = 3843b349d37b8195cc32ac10521fb1558a3610dce30d190437d6a48404b2e2c0
+SIZE (gnome2/gobject-introspection-0.6.6.tar.bz2) = 584610
diff --git a/devel/gobject-introspection/files/patch-giscanner_giscannermodule.c b/devel/gobject-introspection/files/patch-giscanner_giscannermodule.c
deleted file mode 100644
index a1f7c79e55b7..000000000000
--- a/devel/gobject-introspection/files/patch-giscanner_giscannermodule.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- giscanner/giscannermodule.c.orig 2009-12-01 02:49:21.000000000 -0500
-+++ giscanner/giscannermodule.c 2009-12-01 02:49:34.000000000 -0500
-@@ -23,6 +23,7 @@
- # include "config.h"
- #endif
- #include "sourcescanner.h"
-+#include "grealpath.h"
- #include <Python.h>
-
- #ifdef _WIN32
-@@ -335,7 +336,7 @@ pygi_source_scanner_append_filename (PyG
- return NULL;
-
- self->scanner->filenames = g_list_append (self->scanner->filenames,
-- g_strdup (filename));
-+ g_realpath (filename));
-
- Py_INCREF (Py_None);
- return Py_None;