[137704] trunk/dports/python/py-obspy/Portfile

petr at macports.org petr at macports.org
Wed Jun 17 12:41:54 PDT 2015


Revision: 137704
          https://trac.macports.org/changeset/137704
Author:   petr at macports.org
Date:     2015-06-17 12:41:54 -0700 (Wed, 17 Jun 2015)
Log Message:
-----------
py-obspy: Portfile cosmetic changes

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

Modified: trunk/dports/python/py-obspy/Portfile
===================================================================
--- trunk/dports/python/py-obspy/Portfile	2015-06-17 19:40:30 UTC (rev 137703)
+++ trunk/dports/python/py-obspy/Portfile	2015-06-17 19:41:54 UTC (rev 137704)
@@ -62,13 +62,7 @@
 
     # fix wrong file permissions of the distfile
     post-extract {
-        foreach f [ glob ${worksrcpath}/* \
-                        ${worksrcpath}/*/* \
-                        ${worksrcpath}/*/*/* \
-                        ${worksrcpath}/*/*/*/* \
-                        ${worksrcpath}/*/*/*/*/* \
-                        ${worksrcpath}/*/*/*/*/*/*
-                   ] {
+        fs-traverse f ${worksrcpath} {
             file attributes ${f} -permissions a+r  
         }
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150617/119866d3/attachment.html>


More information about the macports-changes mailing list