[91977] trunk/dports/python/py-weberror/Portfile

jmr at macports.org jmr at macports.org
Sat Apr 14 04:14:14 PDT 2012


Revision: 91977
          https://trac.macports.org/changeset/91977
Author:   jmr at macports.org
Date:     2012-04-14 04:14:14 -0700 (Sat, 14 Apr 2012)
Log Message:
-----------
py-weberror: fix stub

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

Modified: trunk/dports/python/py-weberror/Portfile
===================================================================
--- trunk/dports/python/py-weberror/Portfile	2012-04-14 11:12:56 UTC (rev 91976)
+++ trunk/dports/python/py-weberror/Portfile	2012-04-14 11:14:14 UTC (rev 91977)
@@ -26,15 +26,15 @@
         port:py${python.version}-simplejson \
         port:py${python.version}-tempita \
         port:py${python.version}-webob
+
+    post-extract {
+        foreach file [glob ${worksrcpath}/WebError.egg-info/*] {
+            file attributes ${file} -permissions 0644
+        }
+    }
 }
 
 distname                WebError-${version}
 master_sites            http://pypi.python.org/packages/source/W/WebError/
 
 checksums               rmd160 14893cefa17f70600f7d63f733edd51fda01e487
-
-post-extract {
-    foreach file [glob ${worksrcpath}/WebError.egg-info/*] {
-        file attributes ${file} -permissions 0644
-    }
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120414/e540df2c/attachment.html>


More information about the macports-changes mailing list