[92085] trunk/dports/devel/tortoisehg/files/patch-setup.py.diff

jmr at macports.org jmr at macports.org
Tue Apr 17 10:36:19 PDT 2012


Revision: 92085
          https://trac.macports.org/changeset/92085
Author:   jmr at macports.org
Date:     2012-04-17 10:36:19 -0700 (Tue, 17 Apr 2012)
Log Message:
-----------
tortoisehg: commit patch

Modified Paths:
--------------
    trunk/dports/devel/tortoisehg/files/patch-setup.py.diff

Modified: trunk/dports/devel/tortoisehg/files/patch-setup.py.diff
===================================================================
--- trunk/dports/devel/tortoisehg/files/patch-setup.py.diff	2012-04-17 17:35:08 UTC (rev 92084)
+++ trunk/dports/devel/tortoisehg/files/patch-setup.py.diff	2012-04-17 17:36:19 UTC (rev 92085)
@@ -5,7 +5,7 @@
          path.append(os.path.join(pyqtfolder, 'bin'))
          os.putenv('PATH', os.pathsep.join(path))
 -        if os.system('pyrcc4 "%s" -o "%s"' % (qrc_file, py_file)) > 0:
-+        if os.system('pyrcc4-2.6 "%s" -o "%s"' % (qrc_file, py_file)) > 0:
++        if os.system('pyrcc4-2.7 "%s" -o "%s"' % (qrc_file, py_file)) > 0:
              self.warn("Unable to generate python module %s for resource file %s"
                        % (py_file, qrc_file))
              if not exists(py_file) or not file(py_file).read():
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120417/8e3250cc/attachment.html>


More information about the macports-changes mailing list