[47625] trunk/dports/python/py25-twitter/Portfile

blb at macports.org blb at macports.org
Mon Mar 2 01:23:21 PST 2009


Revision: 47625
          http://trac.macports.org/changeset/47625
Author:   blb at macports.org
Date:     2009-03-02 01:23:20 -0800 (Mon, 02 Mar 2009)
Log Message:
-----------
python/py25-twitter - make sure egg info files are world-readable as they appear to default to read/write only for owner

Modified Paths:
--------------
    trunk/dports/python/py25-twitter/Portfile

Modified: trunk/dports/python/py25-twitter/Portfile
===================================================================
--- trunk/dports/python/py25-twitter/Portfile	2009-03-02 09:18:32 UTC (rev 47624)
+++ trunk/dports/python/py25-twitter/Portfile	2009-03-02 09:23:20 UTC (rev 47625)
@@ -4,6 +4,7 @@
 PortGroup			python25 1.0
 name				py25-twitter
 version				0.5
+revision			1
 categories-append	devel
 maintainers			nomaintainer
 description			Interface for the Twitter API.
@@ -22,3 +23,9 @@
 
 depends_lib			port:py25-simplejson
 
+post-destroot {
+   foreach eggfile [glob ${destroot}${python.pkgd}/python_twitter-${version}-py${python.branch}.egg-info/*] {
+      file attributes ${eggfile} -permissions 0644
+   }
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090302/6536c091/attachment.html>


More information about the macports-changes mailing list