[96601] trunk/dports/python
blair at macports.org
blair at macports.org
Tue Aug 14 19:57:58 PDT 2012
Revision: 96601
https://trac.macports.org/changeset/96601
Author: blair at macports.org
Date: 2012-08-14 19:57:58 -0700 (Tue, 14 Aug 2012)
Log Message:
-----------
py2{5,6,7}-logilab-astng: new upstream 0.24.0 release.
Modified Paths:
--------------
trunk/dports/python/py25-logilab-astng/Portfile
trunk/dports/python/py26-logilab-astng/Portfile
trunk/dports/python/py27-logilab-astng/Portfile
Modified: trunk/dports/python/py25-logilab-astng/Portfile
===================================================================
--- trunk/dports/python/py25-logilab-astng/Portfile 2012-08-15 02:49:34 UTC (rev 96600)
+++ trunk/dports/python/py25-logilab-astng/Portfile 2012-08-15 02:57:58 UTC (rev 96601)
@@ -5,7 +5,7 @@
PortGroup python25 1.0
name py25-logilab-astng
-version 0.21.1
+version 0.24.0
platforms darwin
maintainers nomaintainer
@@ -23,12 +23,19 @@
distname logilab-astng-${version}
-checksums md5 064a1cb970c283cf18e05a990db48576 \
- sha1 b5c8324e46ab4634f046012a1052c4ad73b1c137 \
- rmd160 63bb8d7f956d046661fe926415ae48e0f61b45b3
+checksums md5 9383047bfe2be4405af491fbe5c7f1c6 \
+ sha1 7883e6b87ae9defa33feb469924fcd9943214036 \
+ rmd160 b545a2862e48e75d19207c872881c26b5c714baf
depends_lib-append port:py25-logilab-common
+# Fix files not being world-readable.
+post-extract {
+ foreach f [exec find ${workpath}] {
+ file attributes $f -permissions a+r
+ }
+}
+
post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} ChangeLog README \
Modified: trunk/dports/python/py26-logilab-astng/Portfile
===================================================================
--- trunk/dports/python/py26-logilab-astng/Portfile 2012-08-15 02:49:34 UTC (rev 96600)
+++ trunk/dports/python/py26-logilab-astng/Portfile 2012-08-15 02:57:58 UTC (rev 96601)
@@ -5,7 +5,7 @@
PortGroup python26 1.0
name py26-logilab-astng
-version 0.22.0
+version 0.24.0
platforms darwin
maintainers dh openmaintainer
@@ -23,12 +23,19 @@
distname logilab-astng-${version}
-checksums md5 c7313019626369d32cdc08556f5a87bd \
- sha1 79f97dc4fbfdc90e08936853a65d06dc0a6bba5e \
- rmd160 b9ff016ed7347df00cca66d5ae20d4d20c8a5e81
+checksums md5 9383047bfe2be4405af491fbe5c7f1c6 \
+ sha1 7883e6b87ae9defa33feb469924fcd9943214036 \
+ rmd160 b545a2862e48e75d19207c872881c26b5c714baf
depends_lib-append port:py26-logilab-common
+# Fix files not being world-readable.
+post-extract {
+ foreach f [exec find ${workpath}] {
+ file attributes $f -permissions a+r
+ }
+}
+
post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} ChangeLog README \
Modified: trunk/dports/python/py27-logilab-astng/Portfile
===================================================================
--- trunk/dports/python/py27-logilab-astng/Portfile 2012-08-15 02:49:34 UTC (rev 96600)
+++ trunk/dports/python/py27-logilab-astng/Portfile 2012-08-15 02:57:58 UTC (rev 96601)
@@ -5,7 +5,7 @@
PortGroup python27 1.0
name py27-logilab-astng
-version 0.22.0
+version 0.24.0
platforms darwin
maintainers stromnov openmaintainer
@@ -23,12 +23,19 @@
distname logilab-astng-${version}
-checksums md5 c7313019626369d32cdc08556f5a87bd \
- sha1 79f97dc4fbfdc90e08936853a65d06dc0a6bba5e \
- rmd160 b9ff016ed7347df00cca66d5ae20d4d20c8a5e81
+checksums md5 9383047bfe2be4405af491fbe5c7f1c6 \
+ sha1 7883e6b87ae9defa33feb469924fcd9943214036 \
+ rmd160 b545a2862e48e75d19207c872881c26b5c714baf
depends_lib-append port:py27-logilab-common
+# Fix files not being world-readable.
+post-extract {
+ foreach f [exec find ${workpath}] {
+ file attributes $f -permissions a+r
+ }
+}
+
post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} ChangeLog README \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120814/1d6150f1/attachment.html>
More information about the macports-changes
mailing list