[69664] trunk/dports/sysutils/john-devel

raimue at macports.org raimue at macports.org
Mon Jul 12 16:02:26 PDT 2010


Revision: 69664
          http://trac.macports.org/changeset/69664
Author:   raimue at macports.org
Date:     2010-07-12 16:02:24 -0700 (Mon, 12 Jul 2010)
Log Message:
-----------
Merge from sysutils/john into sysutils/john-devel:
r69663: Do not force executable bit on documentation files

Revision Links:
--------------
    http://trac.macports.org/changeset/69663

Modified Paths:
--------------
    trunk/dports/sysutils/john-devel/Portfile

Property Changed:
----------------
    trunk/dports/sysutils/john-devel/


Property changes on: trunk/dports/sysutils/john-devel
___________________________________________________________________
Added: svn:mergeinfo
   + /trunk/dports/sysutils/john:69663

Modified: trunk/dports/sysutils/john-devel/Portfile
===================================================================
--- trunk/dports/sysutils/john-devel/Portfile	2010-07-12 22:39:07 UTC (rev 69663)
+++ trunk/dports/sysutils/john-devel/Portfile	2010-07-12 23:02:24 UTC (rev 69664)
@@ -4,6 +4,7 @@
 
 name                john-devel
 version             1.7.3.4
+revision            1
 categories          sysutils security
 maintainers         nomaintainer
 license             GPLv2
@@ -81,11 +82,11 @@
 
 destroot {
     file copy ${worksrcpath}/run ${destroot}${prefix}/share/john
-    system "chmod -R a+rx ${destroot}${prefix}/share/john"
+    system "chmod -R a+rX ${destroot}${prefix}/share/john"
     ln -s ../share/john/john ${destroot}${prefix}/bin/john
     xinstall -d ${destroot}${prefix}/share/doc
     file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/john
-    system "chmod -R a+r ${destroot}${prefix}/share/doc/john"
+    system "chmod -R a+rX ${destroot}${prefix}/share/doc/john"
 }
 
 notes "You'll find the john files under ${prefix}/share/john/"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100712/02c543fb/attachment-0001.html>


More information about the macports-changes mailing list