[134313] trunk/dports/editors/ee/Portfile

ionic at macports.org ionic at macports.org
Sat Mar 21 21:53:26 PDT 2015


Revision: 134313
          https://trac.macports.org/changeset/134313
Author:   ionic at macports.org
Date:     2015-03-21 21:53:26 -0700 (Sat, 21 Mar 2015)
Log Message:
-----------
ee: add Eitan Adler as maintainer, add openmaintainer. Fix permissions on destroot-installed binary to be consistent with the rest of the system. Fixes: #47228.

Modified Paths:
--------------
    trunk/dports/editors/ee/Portfile

Modified: trunk/dports/editors/ee/Portfile
===================================================================
--- trunk/dports/editors/ee/Portfile	2015-03-22 03:49:16 UTC (rev 134312)
+++ trunk/dports/editors/ee/Portfile	2015-03-22 04:53:26 UTC (rev 134313)
@@ -8,7 +8,8 @@
 categories          editors
 license             Artistic-1
 platforms           darwin
-maintainers         nomaintainer
+maintainers         eitanadler.com:lists \
+                    openmaintainer
 
 description         easy to use text editor
 
@@ -39,6 +40,6 @@
 build.args          CC="${configure.cc} [get_canonical_archflags cc]"
 
 destroot {
-    xinstall -m 555 ${worksrcpath}/ee ${destroot}${prefix}/bin
+    xinstall -m 755 ${worksrcpath}/ee ${destroot}${prefix}/bin
     xinstall -m 444 ${worksrcpath}/ee.1 ${destroot}${prefix}/share/man/man1
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150321/49ca472e/attachment.html>


More information about the macports-changes mailing list