[146566] users/devans/GNOME-3/stable/dports/gnome/gobject-introspection

devans at macports.org devans at macports.org
Sat Mar 12 03:09:21 PST 2016


Revision: 146566
          https://trac.macports.org/changeset/146566
Author:   devans at macports.org
Date:     2016-03-12 03:09:21 -0800 (Sat, 12 Mar 2016)
Log Message:
-----------
GNOME-3/stable: gobject-introspection, don't use /usr/bin/env in the g-ir-scanner shebang.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/gobject-introspection/Portfile

Added Paths:
-----------
    users/devans/GNOME-3/stable/dports/gnome/gobject-introspection/files/no-env-shebang.patch

Property Changed:
----------------
    users/devans/GNOME-3/stable/dports/gnome/gobject-introspection/


Property changes on: users/devans/GNOME-3/stable/dports/gnome/gobject-introspection
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk/dports/gnome/gobject-introspection:121448-145078
/users/devans/GNOME-3/unstable/dports/gnome/gobject-introspection:132291-134372
   + /trunk/dports/gnome/gobject-introspection:121448-146565
/users/devans/GNOME-3/unstable/dports/gnome/gobject-introspection:132291-134372

Modified: users/devans/GNOME-3/stable/dports/gnome/gobject-introspection/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gobject-introspection/Portfile	2016-03-12 09:39:40 UTC (rev 146565)
+++ users/devans/GNOME-3/stable/dports/gnome/gobject-introspection/Portfile	2016-03-12 11:09:21 UTC (rev 146566)
@@ -6,7 +6,7 @@
 
 name                gobject-introspection
 version             1.46.0
-revision            1
+revision            2
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          gnome
 platforms           darwin
@@ -33,7 +33,8 @@
 
 depends_run         bin:glibtool:libtool
 
-patchfiles          PR-625195.patch
+patchfiles          no-env-shebang.patch \
+                    PR-625195.patch
 
 post-patch {
     reinplace "s|'cc'|'${configure.cc}'|g" ${worksrcpath}/giscanner/sourcescanner.py

Copied: users/devans/GNOME-3/stable/dports/gnome/gobject-introspection/files/no-env-shebang.patch (from rev 146565, trunk/dports/gnome/gobject-introspection/files/no-env-shebang.patch)
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gobject-introspection/files/no-env-shebang.patch	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/gobject-introspection/files/no-env-shebang.patch	2016-03-12 11:09:21 UTC (rev 146566)
@@ -0,0 +1,8 @@
+--- tools/g-ir-tool-template.in.orig	2015-07-18 06:27:49.000000000 -0700
++++ tools/g-ir-tool-template.in	2016-03-12 01:29:38.000000000 -0800
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env @PYTHON@
++#!@PYTHON@
+ # -*- Mode: Python -*-
+ # GObject-Introspection - a framework for introspecting GObject libraries
+ # Copyright (C) 2008  Johan Dahlin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160312/c28a23b0/attachment.html>


More information about the macports-changes mailing list