[143445] trunk/dports/devel/vcheck/Portfile

mojca at macports.org mojca at macports.org
Sat Dec 12 10:58:23 PST 2015


Revision: 143445
          https://trac.macports.org/changeset/143445
Author:   mojca at macports.org
Date:     2015-12-12 08:46:17 -0800 (Sat, 12 Dec 2015)
Log Message:
-----------
vcheck: fix wrong folder permissions

Modified Paths:
--------------
    trunk/dports/devel/vcheck/Portfile

Modified: trunk/dports/devel/vcheck/Portfile
===================================================================
--- trunk/dports/devel/vcheck/Portfile	2015-12-12 16:41:36 UTC (rev 143444)
+++ trunk/dports/devel/vcheck/Portfile	2015-12-12 16:46:17 UTC (rev 143445)
@@ -31,6 +31,11 @@
 depends_lib         port:perl${perl5.major}
 depends_run         port:p${perl5.major}-libwww-perl
 
+post-extract {
+    # the folder has permissions 700
+    system "chmod 755 ${worksrcpath}"
+}
+
 patch {
     reinplace "s|/usr/bin/perl|${perl5.bin}|" ${worksrcpath}/vcheck
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/daf9e900/attachment.html>


More information about the macports-changes mailing list