[103196] trunk/dports/shells/luash/Portfile

and.damore at macports.org and.damore at macports.org
Mon Feb 18 01:48:57 PST 2013


Revision: 103196
          https://trac.macports.org/changeset/103196
Author:   and.damore at macports.org
Date:     2013-02-18 01:48:56 -0800 (Mon, 18 Feb 2013)
Log Message:
-----------
port luash: whitespace changes

Modified Paths:
--------------
    trunk/dports/shells/luash/Portfile

Modified: trunk/dports/shells/luash/Portfile
===================================================================
--- trunk/dports/shells/luash/Portfile	2013-02-18 09:46:43 UTC (rev 103195)
+++ trunk/dports/shells/luash/Portfile	2013-02-18 09:48:56 UTC (rev 103196)
@@ -2,28 +2,28 @@
 # $Id$
 PortSystem          1.0
 
-name                luash
-version             0.9
-license             AGPL-3
-categories          shells lua
-maintainers         and.damore openmaintainer
-description         shell written in Lua/C++
-long_description    luash is a shell written in Lua/C++ that allow you to run command using Lua syntax
-homepage            http://luaforge.net/projects/luash/          
-platforms           darwin
-master_sites        http://files.luaforge.net/releases/luash/luash/luash0.9
-distname            ${name}
-use_bzip2           yes
-checksums           md5     67bbb8985166579686361fe840e016c0 \
-                    sha1    ef1d56843f19a29b96f6d5ce8f983b54074b955f \
-                    rmd160  165d88850e8d068d7586f1785b36dd20c9c8ce37
-patchfiles          patch-makefile.diff
-worksrcdir          ${name}
-use_configure       no
+name                    luash
+version                 0.9
+license                 AGPL-3
+categories              shells lua
+maintainers             and.damore openmaintainer
+description             shell written in Lua/C++
+long_description        luash is a shell written in Lua/C++ that allow you to run command using Lua syntax
+homepage                http://luaforge.net/projects/luash
+platforms               darwin
+master_sites            http://files.luaforge.net/releases/luash/luash/luash0.9
+distname                ${name}
+use_bzip2               yes
+checksums               md5     67bbb8985166579686361fe840e016c0 \
+                        sha1    ef1d56843f19a29b96f6d5ce8f983b54074b955f \
+                        rmd160  165d88850e8d068d7586f1785b36dd20c9c8ce37
+patchfiles              patch-makefile.diff
+worksrcdir              ${name}
+use_configure           no
 build.args-append       CC=${configure.cc} \
                         CXX=${configure.cxx} \
                         CPP=${configure.cpp}
-destroot.args       PREFIX=${prefix}
+destroot.args           PREFIX=${prefix}
 post-destroot {
     xinstall -d -m 755 ${destroot}$prefix/share/doc/${name}
     xinstall    -m 644 -W ${worksrcpath} COPYING README ${destroot}$prefix/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130218/ef604b36/attachment-0001.html>


More information about the macports-changes mailing list