[88296] trunk/dports/python/py27-hgsubversion/Portfile

titus at macports.org titus at macports.org
Tue Dec 27 06:29:16 PST 2011


Revision: 88296
          http://trac.macports.org/changeset/88296
Author:   titus at macports.org
Date:     2011-12-27 06:29:10 -0800 (Tue, 27 Dec 2011)
Log Message:
-----------
ticket:32643 - files in hgsubversion-1.3-py2.7.egg-info have to be world readable

Modified Paths:
--------------
    trunk/dports/python/py27-hgsubversion/Portfile

Modified: trunk/dports/python/py27-hgsubversion/Portfile
===================================================================
--- trunk/dports/python/py27-hgsubversion/Portfile	2011-12-27 10:50:59 UTC (rev 88295)
+++ trunk/dports/python/py27-hgsubversion/Portfile	2011-12-27 14:29:10 UTC (rev 88296)
@@ -6,7 +6,7 @@
 
 name                    py27-hgsubversion
 version                 1.3
-revision                0
+revision                1
 categories-append       devel
 platforms               darwin
 maintainers             titus openmaintainer
@@ -28,5 +28,8 @@
 depends_lib-append      port:mercurial \
                         port:py27-subvertpy
 
+# fix permissions
+post-extract            { system -W ${worksrcpath} "chmod o+r hgsubversion.egg-info/*" }
+
 livecheck.url           ${bitbucket_url}/downloads
 livecheck.regex         /get/(\\d(\\.\\w)+)\\${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111227/4f2350fe/attachment.html>


More information about the macports-changes mailing list