[122516] branches/gsoc14-pip2port

gaurav at macports.org gaurav at macports.org
Wed Jul 23 07:23:39 PDT 2014


Revision: 122516
          https://trac.macports.org/changeset/122516
Author:   gaurav at macports.org
Date:     2014-07-23 07:23:39 -0700 (Wed, 23 Jul 2014)
Log Message:
-----------
Minor changes to file_names

Modified Paths:
--------------
    branches/gsoc14-pip2port/pypi2port
    branches/gsoc14-pip2port/pypi2port.py

Modified: branches/gsoc14-pip2port/pypi2port
===================================================================
--- branches/gsoc14-pip2port/pypi2port	2014-07-23 14:21:36 UTC (rev 122515)
+++ branches/gsoc14-pip2port/pypi2port	2014-07-23 14:23:39 UTC (rev 122516)
@@ -365,8 +365,8 @@
     port_exists = search_port(dict['name'])
     if port_exists:
         old_file = port_exists
-        new_file = './dports/python/'+dict['name']+'/Portfile'
-        diff_file = './dports/python/'+dict['name']+'/patch.Portfile.diff'
+        new_file = './dports/python/py-'+dict['name']+'/Portfile'
+        diff_file = './dports/python/py-'+dict['name']+'/patch.Portfile.diff'
         create_diff(old_file, new_file, diff_file)
 
 

Modified: branches/gsoc14-pip2port/pypi2port.py
===================================================================
--- branches/gsoc14-pip2port/pypi2port.py	2014-07-23 14:21:36 UTC (rev 122515)
+++ branches/gsoc14-pip2port/pypi2port.py	2014-07-23 14:23:39 UTC (rev 122516)
@@ -365,8 +365,8 @@
     port_exists = search_port(dict['name'])
     if port_exists:
         old_file = port_exists
-        new_file = './dports/python/'+dict['name']+'/Portfile'
-        diff_file = './dports/python/'+dict['name']+'/patch.Portfile.diff'
+        new_file = './dports/python/py-'+dict['name']+'/Portfile'
+        diff_file = './dports/python/py-'+dict['name']+'/patch.Portfile.diff'
         create_diff(old_file, new_file, diff_file)
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140723/5bf2848a/attachment.html>


More information about the macports-changes mailing list