[111971] trunk/dports/gnome/gobject-introspection

cal at macports.org cal at macports.org
Mon Oct 7 09:33:33 PDT 2013


Revision: 111971
          https://trac.macports.org/changeset/111971
Author:   cal at macports.org
Date:     2013-10-07 09:33:33 -0700 (Mon, 07 Oct 2013)
Log Message:
-----------
gobject-introspection: update to 1.38.0, closes #40617, new maintainer, delete unused patches

Modified Paths:
--------------
    trunk/dports/gnome/gobject-introspection/Portfile

Removed Paths:
-------------
    trunk/dports/gnome/gobject-introspection/files/patch-gir-gio-2.0.c-fix-wrong-naming.patch
    trunk/dports/gnome/gobject-introspection/files/patch-giscanner-dumper.py-clang-is-not-msvc.patch

Modified: trunk/dports/gnome/gobject-introspection/Portfile
===================================================================
--- trunk/dports/gnome/gobject-introspection/Portfile	2013-10-07 15:53:18 UTC (rev 111970)
+++ trunk/dports/gnome/gobject-introspection/Portfile	2013-10-07 16:33:33 UTC (rev 111971)
@@ -5,16 +5,16 @@
 PortGroup           active_variants 1.1
 
 name                gobject-introspection
-version             1.36.0
+version             1.38.0
 revision            1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          gnome
 platforms           darwin
 # library under LGPL-2+, tools under GPL-2+
 license             {LGPL GPL-2+}
-maintainers         nomaintainer
+maintainers         gmail.com:juanrgar \
+                    openmaintainer
 description         GObject Introspection
-
 long_description    Gobject Introspection acts as a bridge between low-level C+GObject code and \
                     a managed runtime (JavaScript, Python, Java, Lua, .NET, Scheme, etc.).
 
@@ -22,21 +22,20 @@
 master_sites        gnome:sources/${name}/${branch}/
 use_xz              yes
 
-checksums           rmd160  bcc541a021ca409395a82fc4dd52a1353679908a \
-                    sha256  e3e76d9d428e7534761bf8cdf75338865a4b0872e8052bef51792744608b6383
+checksums           rmd160  f01089754ce1586c8517ab0fafeb1f96843a8d5c \
+                    sha256  3575e5d353c17a567fdf7ffaaa7aebe9347b5b0eee8e69d612ba56a9def67d73
 
 depends_build       port:pkgconfig
 
 depends_lib         path:lib/pkgconfig/cairo.pc:cairo \
+                    path:lib/pkgconfig/glib-2.0.pc:glib2 \
                     port:libffi \
-                    port:python27 \
-                    path:lib/pkgconfig/glib-2.0.pc:glib2
+                    port:python27
 
 depends_run         bin:glibtool:libtool
 
 patchfiles          patch-giscanner-shlib.py-use-absolute-linkage-paths.patch \
                     patch-giscanner-utils.py-use-absolute-linkage-paths.patch \
-                    patch-giscanner-dumper.py-clang-is-not-msvc.patch \
                     glibtool_path.patch
 
 post-patch {

Deleted: trunk/dports/gnome/gobject-introspection/files/patch-gir-gio-2.0.c-fix-wrong-naming.patch
===================================================================
--- trunk/dports/gnome/gobject-introspection/files/patch-gir-gio-2.0.c-fix-wrong-naming.patch	2013-10-07 15:53:18 UTC (rev 111970)
+++ trunk/dports/gnome/gobject-introspection/files/patch-gir-gio-2.0.c-fix-wrong-naming.patch	2013-10-07 16:33:33 UTC (rev 111971)
@@ -1,34 +0,0 @@
---- gir/gio-2.0.c.orig	2012-05-18 21:03:47.000000000 +0200
-+++ gir/gio-2.0.c	2012-05-18 21:04:15.000000000 +0200
-@@ -32983,12 +32983,12 @@
- /**
-  * g_pollable_input_stream_read_nonblocking:
-  * @stream: a #GPollableInputStream
-- * @buffer: a buffer to read data into (which should be at least @size bytes long).
-- * @size: the number of bytes you want to read
-+ * @buffer: a buffer to read data into (which should be at least @count bytes long).
-+ * @count: the number of bytes you want to read
-  * @cancellable: (allow-none): a #GCancellable, or %NULL
-  * @error: #GError for error reporting, or %NULL to ignore.
-  *
-- * Attempts to read up to @size bytes from @stream into @buffer, as
-+ * Attempts to read up to @count bytes from @stream into @buffer, as
-  * with g_input_stream_read(). If @stream is not currently readable,
-  * this will immediately return %G_IO_ERROR_WOULD_BLOCK, and you can
-  * use g_pollable_input_stream_create_source() to create a #GSource
-@@ -33068,12 +33068,12 @@
- /**
-  * g_pollable_output_stream_write_nonblocking:
-  * @stream: a #GPollableOutputStream
-- * @buffer: (array length=size) (element-type guint8): a buffer to write data from
-- * @size: the number of bytes you want to write
-+ * @buffer: (array length=count) (element-type guint8): a buffer to write data from
-+ * @count: the number of bytes you want to write
-  * @cancellable: (allow-none): a #GCancellable, or %NULL
-  * @error: #GError for error reporting, or %NULL to ignore.
-  *
-- * Attempts to write up to @size bytes from @buffer to @stream, as
-+ * Attempts to write up to @count bytes from @buffer to @stream, as
-  * with g_output_stream_write(). If @stream is not currently writable,
-  * this will immediately return %G_IO_ERROR_WOULD_BLOCK, and you can
-  * use g_pollable_output_stream_create_source() to create a #GSource

Deleted: trunk/dports/gnome/gobject-introspection/files/patch-giscanner-dumper.py-clang-is-not-msvc.patch
===================================================================
--- trunk/dports/gnome/gobject-introspection/files/patch-giscanner-dumper.py-clang-is-not-msvc.patch	2013-10-07 15:53:18 UTC (rev 111970)
+++ trunk/dports/gnome/gobject-introspection/files/patch-giscanner-dumper.py-clang-is-not-msvc.patch	2013-10-07 16:33:33 UTC (rev 111971)
@@ -1,14 +0,0 @@
---- giscanner/dumper.py.orig	2013-03-29 16:12:06.000000000 +0100
-+++ giscanner/dumper.py	2013-03-29 16:12:20.000000000 +0100
-@@ -86,11 +86,6 @@
-         self._linker_cmd = os.environ.get('CC', self._compiler_cmd)
-         self._pkgconfig_cmd = os.environ.get('PKG_CONFIG', 'pkg-config')
-         self._pkgconfig_msvc_flags = ''
--        # Enable the --msvc-syntax pkg-config flag when
--        # the Microsoft compiler is used
--        # (This is the other way to check whether Visual C++ is used subsequently)
--        if 'cl' in self._compiler_cmd:
--            self._pkgconfig_msvc_flags = '--msvc-syntax'
-         self._uninst_srcdir = os.environ.get(
-             'UNINSTALLED_INTROSPECTION_SRCDIR')
-         self._packages = ['gio-2.0 gmodule-2.0']
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131007/e60f05cd/attachment-0001.html>


More information about the macports-changes mailing list