[57639] trunk/dports/python

jmr at macports.org jmr at macports.org
Mon Sep 14 06:00:40 PDT 2009


Revision: 57639
          http://trac.macports.org/changeset/57639
Author:   jmr at macports.org
Date:     2009-09-14 06:00:39 -0700 (Mon, 14 Sep 2009)
Log Message:
-----------
py*-py2app-devel: add license, remove .svn cleanup code

Modified Paths:
--------------
    trunk/dports/python/py-py2app-devel/Portfile
    trunk/dports/python/py25-py2app-devel/Portfile
    trunk/dports/python/py26-py2app-devel/Portfile

Modified: trunk/dports/python/py-py2app-devel/Portfile
===================================================================
--- trunk/dports/python/py-py2app-devel/Portfile	2009-09-14 12:59:47 UTC (rev 57638)
+++ trunk/dports/python/py-py2app-devel/Portfile	2009-09-14 13:00:39 UTC (rev 57639)
@@ -8,6 +8,7 @@
 version             0.4.2
 revision            1
 categories-append   devel
+license             MIT/PSF
 maintainers         jmr openmaintainer
 description         converts python scripts into executable Mac OS X apps
 long_description \
@@ -36,11 +37,6 @@
     ${destroot}${prefix}/share/doc/${name}
     eval copy [glob ${worksrcpath}/examples/*] \
     ${destroot}${prefix}/share/examples/${name}
-    fs-traverse dir ${destroot}${prefix}/share/examples/${name} {
-        if {[file isdirectory $dir] && [file tail dir] == ".svn"} {
-            delete $dir
-        }
-    }
 }
 
 livecheck.type  regex

Modified: trunk/dports/python/py25-py2app-devel/Portfile
===================================================================
--- trunk/dports/python/py25-py2app-devel/Portfile	2009-09-14 12:59:47 UTC (rev 57638)
+++ trunk/dports/python/py25-py2app-devel/Portfile	2009-09-14 13:00:39 UTC (rev 57639)
@@ -8,6 +8,7 @@
 version             0.4.2
 revision            1
 categories-append   devel
+license             MIT/PSF
 maintainers         jmr openmaintainer
 description         converts python scripts into executable Mac OS X apps
 long_description \
@@ -38,11 +39,6 @@
     ${destroot}${prefix}/share/doc/${name}
     eval copy [glob ${worksrcpath}/examples/*] \
     ${destroot}${prefix}/share/examples/${name}
-    fs-traverse dir ${destroot}${prefix}/share/examples/${name} {
-        if {[file isdirectory $dir] && [file tail dir] == ".svn"} {
-            delete $dir
-        }
-    }
 }
 
 livecheck.type  regex

Modified: trunk/dports/python/py26-py2app-devel/Portfile
===================================================================
--- trunk/dports/python/py26-py2app-devel/Portfile	2009-09-14 12:59:47 UTC (rev 57638)
+++ trunk/dports/python/py26-py2app-devel/Portfile	2009-09-14 13:00:39 UTC (rev 57639)
@@ -8,6 +8,7 @@
 version             0.4.2
 revision            1
 categories-append   devel
+license             MIT/PSF
 maintainers         jmr openmaintainer
 description         converts python scripts into executable Mac OS X apps
 long_description \
@@ -38,11 +39,6 @@
     ${destroot}${prefix}/share/doc/${name}
     eval copy [glob ${worksrcpath}/examples/*] \
     ${destroot}${prefix}/share/examples/${name}
-    fs-traverse dir ${destroot}${prefix}/share/examples/${name} {
-        if {[file isdirectory $dir] && [file tail dir] == ".svn"} {
-            delete $dir
-        }
-    }
 }
 
 livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090914/86bc7310/attachment-0001.html>


More information about the macports-changes mailing list