[154465] trunk/dports/python/py-pycparser/Portfile

stromnov at macports.org stromnov at macports.org
Sun Oct 30 08:50:24 CET 2016


Revision: 154465
          https://trac.macports.org/changeset/154465
Author:   stromnov at macports.org
Date:     2016-10-30 08:50:24 +0100 (Sun, 30 Oct 2016)
Log Message:
-----------
py-pycparser: update to version 2.17

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

Modified: trunk/dports/python/py-pycparser/Portfile
===================================================================
--- trunk/dports/python/py-pycparser/Portfile	2016-10-30 06:36:01 UTC (rev 154464)
+++ trunk/dports/python/py-pycparser/Portfile	2016-10-30 07:50:24 UTC (rev 154465)
@@ -5,8 +5,8 @@
 PortGroup           python 1.0
 
 name                py-pycparser
-version             2.16
-revision            1
+version             2.17
+revision            0
 categories-append   devel
 platforms           darwin
 license             BSD
@@ -28,21 +28,10 @@
 
 distname            pycparser-${version}
 
-checksums           rmd160  954ed67be3cecdac23bc082525bc1ccb306a0852 \
-                    sha256  108f9ff23869ae2f8b38e481e7b4b4d4de1e32be968f29bbe303d629c34a6260
+checksums           rmd160  12f533fd134bf2d6cbf8be0e3fa718997ca759d3 \
+                    sha256  0aac31e917c24cb3357f5a4d5566f2cc91a19ca41862f6c3c22dc60a629673b6
 
 if {${name} ne ${subport}} {
-    # Fix permissions (#52687)
-    post-extract {
-        fs-traverse item ${worksrcpath} {
-            if {[file isdirectory ${item}]} {
-                file attributes ${item} -permissions a+rx
-            } elseif {[file isfile ${item}]} {
-                file attributes ${item} -permissions a+r
-            }
-        }
-    }
-
     livecheck.type      none
 } else {
     livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161030/89c53fae/attachment-0002.html>


More information about the macports-changes mailing list