[116521] users/devans/GNOME-3/unstable/dports/gnome/gobject-introspection

devans at macports.org devans at macports.org
Mon Jan 27 08:27:10 PST 2014


Revision: 116521
          https://trac.macports.org/changeset/116521
Author:   devans at macports.org
Date:     2014-01-27 08:27:10 -0800 (Mon, 27 Jan 2014)
Log Message:
-----------
GNOME-3/unstable/dports: gobject-introspection, update to version 1.39.3, update patch files.

Modified Paths:
--------------
    users/devans/GNOME-3/unstable/dports/gnome/gobject-introspection/Portfile
    users/devans/GNOME-3/unstable/dports/gnome/gobject-introspection/files/glibtool_path.patch
    users/devans/GNOME-3/unstable/dports/gnome/gobject-introspection/files/patch-giscanner-shlib.py-use-absolute-linkage-paths.patch
    users/devans/GNOME-3/unstable/dports/gnome/gobject-introspection/files/patch-giscanner-utils.py-use-absolute-linkage-paths.patch

Modified: users/devans/GNOME-3/unstable/dports/gnome/gobject-introspection/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gobject-introspection/Portfile	2014-01-27 15:44:01 UTC (rev 116520)
+++ users/devans/GNOME-3/unstable/dports/gnome/gobject-introspection/Portfile	2014-01-27 16:27:10 UTC (rev 116521)
@@ -5,7 +5,7 @@
 PortGroup           active_variants 1.1
 
 name                gobject-introspection
-version             1.39.0
+version             1.39.3
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          gnome
 platforms           darwin
@@ -21,8 +21,8 @@
 master_sites        gnome:sources/${name}/${branch}/
 use_xz              yes
 
-checksums           rmd160  db92399a8b963563f5f69320156d7a545f3c8019 \
-                    sha256  5d6a6e041b72bf43ee4429f8378f2939b097b943843e7382872ca2033dee3986
+checksums           rmd160  7c4911df84d274f1b45caed8d39fc2caca73496c \
+                    sha256  88d207cc2143cf0a3f8a40451e3d4932db0f8cb6a633b5fdc7989db01edc1ad8
 
 depends_build       port:pkgconfig
 

Modified: users/devans/GNOME-3/unstable/dports/gnome/gobject-introspection/files/glibtool_path.patch
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gobject-introspection/files/glibtool_path.patch	2014-01-27 15:44:01 UTC (rev 116520)
+++ users/devans/GNOME-3/unstable/dports/gnome/gobject-introspection/files/glibtool_path.patch	2014-01-27 16:27:10 UTC (rev 116521)
@@ -1,12 +1,12 @@
---- giscanner/utils.py.orig	2013-05-13 18:04:50.000000000 -0700
-+++ giscanner/utils.py	2013-05-13 18:05:53.000000000 -0700
-@@ -140,13 +140,13 @@ def get_libtool_command(options):
+--- giscanner/utils.py.orig	2014-01-27 06:24:28.000000000 -0800
++++ giscanner/utils.py	2014-01-27 06:24:28.000000000 -0800
+@@ -149,13 +149,13 @@
          return libtool_path.split(' ')
  
      try:
 -        subprocess.check_call(['libtool', '--version'],
+-                              stdout=open(os.devnull))
 +        subprocess.check_call(['glibtool', '--version'],
--                              stdout=open(os.devnull))
 +                              stdout=open(os.devnull, 'wb'))
      except (subprocess.CalledProcessError, OSError):
          # If libtool's not installed, assume we don't need it

Modified: users/devans/GNOME-3/unstable/dports/gnome/gobject-introspection/files/patch-giscanner-shlib.py-use-absolute-linkage-paths.patch
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gobject-introspection/files/patch-giscanner-shlib.py-use-absolute-linkage-paths.patch	2014-01-27 15:44:01 UTC (rev 116520)
+++ users/devans/GNOME-3/unstable/dports/gnome/gobject-introspection/files/patch-giscanner-shlib.py-use-absolute-linkage-paths.patch	2014-01-27 16:27:10 UTC (rev 116521)
@@ -1,6 +1,6 @@
---- giscanner/shlibs.py.orig	2012-05-19 04:01:42.000000000 +0200
-+++ giscanner/shlibs.py	2012-05-19 04:03:23.000000000 +0200
-@@ -49,7 +49,7 @@
+--- giscanner/shlibs.py.orig	2014-01-11 08:55:55.000000000 -0800
++++ giscanner/shlibs.py	2014-01-27 06:19:42.000000000 -0800
+@@ -50,7 +50,7 @@
  # is crazy enough to name a library liblib<foo> when lib<foo> exists.
  #
  def _ldd_library_pattern(library_name):
@@ -8,4 +8,4 @@
 +    return re.compile("([^\s]*lib*%s[^A-Za-z0-9_-][^\s\(\)]*)"
                        % re.escape(library_name))
  
- # This is a what we do for non-la files. We assume that we are on an
+ 

Modified: users/devans/GNOME-3/unstable/dports/gnome/gobject-introspection/files/patch-giscanner-utils.py-use-absolute-linkage-paths.patch
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gobject-introspection/files/patch-giscanner-utils.py-use-absolute-linkage-paths.patch	2014-01-27 15:44:01 UTC (rev 116520)
+++ users/devans/GNOME-3/unstable/dports/gnome/gobject-introspection/files/patch-giscanner-utils.py-use-absolute-linkage-paths.patch	2014-01-27 16:27:10 UTC (rev 116521)
@@ -1,17 +1,17 @@
---- giscanner/utils.py.orig	2012-07-07 12:41:26.000000000 +0200
-+++ giscanner/utils.py	2012-07-07 12:49:08.000000000 +0200
+--- giscanner/utils.py.orig	2014-01-11 08:55:55.000000000 -0800
++++ giscanner/utils.py	2014-01-27 06:23:17.000000000 -0800
 @@ -21,6 +21,7 @@
  import re
  import os
  import subprocess
 +import platform
  
+ 
  _debugflags = None
- def have_debug_flag(flag):
-@@ -78,6 +79,18 @@
-     else:
+@@ -88,6 +89,18 @@
          return None
  
+ 
 +_libtool_libdir_pat = re.compile("libdir='([^']+)'")
 +
 +def _extract_libdir_field(la_file):
@@ -27,7 +27,7 @@
  # Returns the name that we would pass to dlopen() the library
  # corresponding to this .la file
  def extract_libtool_shlib(la_file):
-@@ -85,6 +98,14 @@
+@@ -95,6 +108,14 @@
      if dlname is None:
          return None
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140127/47b834cd/attachment.html>


More information about the macports-changes mailing list