[133261] trunk/dports/math/octave/Portfile

michaelld at macports.org michaelld at macports.org
Tue Feb 24 07:56:00 PST 2015


Revision: 133261
          https://trac.macports.org/changeset/133261
Author:   michaelld at macports.org
Date:     2015-02-24 07:56:00 -0800 (Tue, 24 Feb 2015)
Log Message:
-----------
octave: install libcxx-fix.h with 644 permissions, not 640 (per ticket #45210, comment:38). Rev-bump for everyone!

Modified Paths:
--------------
    trunk/dports/math/octave/Portfile

Modified: trunk/dports/math/octave/Portfile
===================================================================
--- trunk/dports/math/octave/Portfile	2015-02-24 15:48:12 UTC (rev 133260)
+++ trunk/dports/math/octave/Portfile	2015-02-24 15:56:00 UTC (rev 133261)
@@ -9,7 +9,7 @@
 name                octave
 
 version             3.8.2
-revision            5
+revision            6
 #conflicts           octave-devel
 categories          math science
 maintainers         michaelld openmaintainer
@@ -318,7 +318,7 @@
     # install the libc++ fix, no matter if used or not, since it is
     # required for projects including these headers.
 
-    xinstall -m 640 ${worksrcpath}/liboctave/operators/libcxx-fix.h \
+    xinstall -m 644 ${worksrcpath}/liboctave/operators/libcxx-fix.h \
         ${destroot}${prefix}/include/${name}-${version}/${name}/libcxx-fix.h
 
     # when doing +qtgui variant, create the Mac OS X .app
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150224/c246bd2a/attachment.html>


More information about the macports-changes mailing list