[127966] trunk/dports/python/py-logilab-common/Portfile

stromnov at macports.org stromnov at macports.org
Sun Nov 9 07:30:24 PST 2014


Revision: 127966
          https://trac.macports.org/changeset/127966
Author:   stromnov at macports.org
Date:     2014-11-09 07:30:24 -0800 (Sun, 09 Nov 2014)
Log Message:
-----------
py-logilab-common: update to version 0.63.0

Modified Paths:
--------------
    trunk/dports/python/py-logilab-common/Portfile

Modified: trunk/dports/python/py-logilab-common/Portfile
===================================================================
--- trunk/dports/python/py-logilab-common/Portfile	2014-11-09 15:29:06 UTC (rev 127965)
+++ trunk/dports/python/py-logilab-common/Portfile	2014-11-09 15:30:24 UTC (rev 127966)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-logilab-common
-version             0.62.1
+version             0.63.0
 revision            0
 categories-append   devel
 platforms           darwin
@@ -25,17 +25,23 @@
 
 distname            logilab-common-${version}
 
-checksums           rmd160  49d37da85594adf044707e5333798c50755586de \
-                    sha256  8d33ec7e473184b8ba316a6b2d4caf223880ec7a0d1726852b8f8108cff60e62
+checksums           rmd160  d37863dd3171333478db92836a578ab7a759d3d0 \
+                    sha256  c7e5081272226e7adba547c41caf969c0ba1d86ce2e0e47d3c529fbee0d75779
 
 if {${name} ne ${subport}} {
     depends_build-append \
                         port:py${python.version}-setuptools
+    depends_lib-append  port:py${python.version}-six
 
-    # Extracted files do not have correct 'group' and 'other' permissions.
+    # Fix permissions
     post-extract {
-        system "find ${worksrcpath} -type d -print0 | xargs -0 chmod a+rx"
-        system "find ${worksrcpath} -type f -print0 | xargs -0 chmod a+r"
+        fs-traverse item ${worksrcpath} {
+            if {[file isdirectory ${item}]} {
+                file attributes ${item} -permissions a+rx
+            } elseif {[file isfile ${item}]} {
+                file attributes ${item} -permissions a+r
+            }
+        }
     }
 
     post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141109/0d45acd8/attachment.html>


More information about the macports-changes mailing list