[57610] trunk/dports/python

jmr at macports.org jmr at macports.org
Sun Sep 13 22:07:29 PDT 2009


Revision: 57610
          http://trac.macports.org/changeset/57610
Author:   jmr at macports.org
Date:     2009-09-13 22:07:23 -0700 (Sun, 13 Sep 2009)
Log Message:
-----------
py*-pyobjc2, py*-pyobjc2-cocoa: remove cleanup of .svn dirs, not needed in 1.8

Modified Paths:
--------------
    trunk/dports/python/py-pyobjc2/Portfile
    trunk/dports/python/py-pyobjc2-cocoa/Portfile
    trunk/dports/python/py25-pyobjc2/Portfile
    trunk/dports/python/py25-pyobjc2-cocoa/Portfile
    trunk/dports/python/py26-pyobjc2/Portfile
    trunk/dports/python/py26-pyobjc2-cocoa/Portfile

Modified: trunk/dports/python/py-pyobjc2/Portfile
===================================================================
--- trunk/dports/python/py-pyobjc2/Portfile	2009-09-14 03:53:58 UTC (rev 57609)
+++ trunk/dports/python/py-pyobjc2/Portfile	2009-09-14 05:07:23 UTC (rev 57610)
@@ -45,11 +45,6 @@
     delete ${destroot}${prefix}/share/doc/${name}/examples
     copy ${worksrcpath}/Examples \
         ${destroot}${prefix}/share/doc/${name}/examples
-    fs-traverse dir ${destroot}${prefix}/share/doc/${name} {
-        if {[file isdirectory $dir] && [file tail dir] == ".svn"} {
-            delete $dir
-        }
-    }
 }
 
 livecheck.type  none

Modified: trunk/dports/python/py-pyobjc2-cocoa/Portfile
===================================================================
--- trunk/dports/python/py-pyobjc2-cocoa/Portfile	2009-09-14 03:53:58 UTC (rev 57609)
+++ trunk/dports/python/py-pyobjc2-cocoa/Portfile	2009-09-14 05:07:23 UTC (rev 57610)
@@ -34,11 +34,6 @@
         ${destroot}${prefix}/share/doc/${name}
     copy ${worksrcpath}/Examples \
         ${destroot}${prefix}/share/doc/${name}/examples
-    fs-traverse dir ${destroot}${prefix}/share/doc/${name} {
-        if {[file isdirectory $dir] && [file tail dir] == ".svn"} {
-            delete $dir
-        }
-    }
 }
 
 livecheck.type  none

Modified: trunk/dports/python/py25-pyobjc2/Portfile
===================================================================
--- trunk/dports/python/py25-pyobjc2/Portfile	2009-09-14 03:53:58 UTC (rev 57609)
+++ trunk/dports/python/py25-pyobjc2/Portfile	2009-09-14 05:07:23 UTC (rev 57610)
@@ -44,11 +44,6 @@
     delete ${destroot}${prefix}/share/doc/${name}/examples
     copy ${worksrcpath}/Examples \
         ${destroot}${prefix}/share/doc/${name}/examples
-    fs-traverse dir ${destroot}${prefix}/share/doc/${name} {
-        if {[file isdirectory $dir] && [file tail dir] == ".svn"} {
-            delete $dir
-        }
-    }
 }
 
 livecheck.type  none

Modified: trunk/dports/python/py25-pyobjc2-cocoa/Portfile
===================================================================
--- trunk/dports/python/py25-pyobjc2-cocoa/Portfile	2009-09-14 03:53:58 UTC (rev 57609)
+++ trunk/dports/python/py25-pyobjc2-cocoa/Portfile	2009-09-14 05:07:23 UTC (rev 57610)
@@ -34,11 +34,6 @@
         ${destroot}${prefix}/share/doc/${name}
     copy ${worksrcpath}/Examples \
         ${destroot}${prefix}/share/doc/${name}/examples
-    fs-traverse dir ${destroot}${prefix}/share/doc/${name} {
-        if {[file isdirectory $dir] && [file tail dir] == ".svn"} {
-            delete $dir
-        }
-    }
 }
 
 livecheck.type  none

Modified: trunk/dports/python/py26-pyobjc2/Portfile
===================================================================
--- trunk/dports/python/py26-pyobjc2/Portfile	2009-09-14 03:53:58 UTC (rev 57609)
+++ trunk/dports/python/py26-pyobjc2/Portfile	2009-09-14 05:07:23 UTC (rev 57610)
@@ -44,11 +44,6 @@
     delete ${destroot}${prefix}/share/doc/${name}/examples
     copy ${worksrcpath}/Examples \
         ${destroot}${prefix}/share/doc/${name}/examples
-    fs-traverse dir ${destroot}${prefix}/share/doc/${name} {
-        if {[file isdirectory $dir] && [file tail dir] == ".svn"} {
-            delete $dir
-        }
-    }
 }
 
 livecheck.type  none

Modified: trunk/dports/python/py26-pyobjc2-cocoa/Portfile
===================================================================
--- trunk/dports/python/py26-pyobjc2-cocoa/Portfile	2009-09-14 03:53:58 UTC (rev 57609)
+++ trunk/dports/python/py26-pyobjc2-cocoa/Portfile	2009-09-14 05:07:23 UTC (rev 57610)
@@ -34,11 +34,6 @@
         ${destroot}${prefix}/share/doc/${name}
     copy ${worksrcpath}/Examples \
         ${destroot}${prefix}/share/doc/${name}/examples
-    fs-traverse dir ${destroot}${prefix}/share/doc/${name} {
-        if {[file isdirectory $dir] && [file tail dir] == ".svn"} {
-            delete $dir
-        }
-    }
 }
 
 livecheck.type  none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090913/050a374f/attachment.html>


More information about the macports-changes mailing list