[33265] trunk/dports/python/py-wxpython26

jwa at macports.org jwa at macports.org
Tue Jan 22 03:07:41 PST 2008


Revision: 33265
          http://trac.macosforge.org/projects/macports/changeset/33265
Author:   jwa at macports.org
Date:     2008-01-22 03:07:39 -0800 (Tue, 22 Jan 2008)

Log Message:
-----------
make port lint clean, including the rename of patch file

Modified Paths:
--------------
    trunk/dports/python/py-wxpython26/Portfile

Added Paths:
-----------
    trunk/dports/python/py-wxpython26/files/patch-config.py.diff

Removed Paths:
-------------
    trunk/dports/python/py-wxpython26/files/patch-config.py

Modified: trunk/dports/python/py-wxpython26/Portfile
===================================================================
--- trunk/dports/python/py-wxpython26/Portfile	2008-01-22 11:03:54 UTC (rev 33264)
+++ trunk/dports/python/py-wxpython26/Portfile	2008-01-22 11:07:39 UTC (rev 33265)
@@ -21,7 +21,7 @@
 distname		wxPython-src-${version}
 use_bzip2		yes
 checksums		sha1 e55a3a8cfbd1aff394be15297ae205a8c597bed8
-patchfiles		patch-config.py
+patchfiles		patch-config.py.diff
 
 depends_lib		port:python24 port:wxWidgets26
 

Deleted: trunk/dports/python/py-wxpython26/files/patch-config.py
===================================================================
--- trunk/dports/python/py-wxpython26/files/patch-config.py	2008-01-22 11:03:54 UTC (rev 33264)
+++ trunk/dports/python/py-wxpython26/files/patch-config.py	2008-01-22 11:07:39 UTC (rev 33265)
@@ -1,20 +0,0 @@
---- config.py	2005-06-04 18:23:06.000000000 +0200
-+++ config.py	2005-07-08 16:51:30.000000000 +0200
-@@ -107,7 +107,7 @@
-                    # cause the two strings to be combined and output
-                    # as the full docstring.
- 
--UNICODE = 0        # This will pass the 'wxUSE_UNICODE' flag to SWIG and
-+UNICODE = 1        # This will pass the 'wxUSE_UNICODE' flag to SWIG and
-                    # will ensure that the right headers are found and the
-                    # right libs are linked.
- 
-@@ -762,7 +762,7 @@
-         cflags.append('-g')
-         cflags.append('-O0')
-     else:
--        cflags.append('-O3')
-+        cflags.append('-O2')
- 
-     lflags = os.popen(WX_CONFIG + ' --libs', 'r').read()[:-1]
-     lflags = lflags.split()

Copied: trunk/dports/python/py-wxpython26/files/patch-config.py.diff (from rev 33264, trunk/dports/python/py-wxpython26/files/patch-config.py)
===================================================================
--- trunk/dports/python/py-wxpython26/files/patch-config.py.diff	                        (rev 0)
+++ trunk/dports/python/py-wxpython26/files/patch-config.py.diff	2008-01-22 11:07:39 UTC (rev 33265)
@@ -0,0 +1,20 @@
+--- config.py	2005-06-04 18:23:06.000000000 +0200
++++ config.py	2005-07-08 16:51:30.000000000 +0200
+@@ -107,7 +107,7 @@
+                    # cause the two strings to be combined and output
+                    # as the full docstring.
+ 
+-UNICODE = 0        # This will pass the 'wxUSE_UNICODE' flag to SWIG and
++UNICODE = 1        # This will pass the 'wxUSE_UNICODE' flag to SWIG and
+                    # will ensure that the right headers are found and the
+                    # right libs are linked.
+ 
+@@ -762,7 +762,7 @@
+         cflags.append('-g')
+         cflags.append('-O0')
+     else:
+-        cflags.append('-O3')
++        cflags.append('-O2')
+ 
+     lflags = os.popen(WX_CONFIG + ' --libs', 'r').read()[:-1]
+     lflags = lflags.split()

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080122/1c634816/attachment.html


More information about the macports-changes mailing list