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

and.damore at macports.org and.damore at macports.org
Tue Feb 19 01:26:20 PST 2013


Revision: 103242
          https://trac.macports.org/changeset/103242
Author:   and.damore at macports.org
Date:     2013-02-19 01:26:20 -0800 (Tue, 19 Feb 2013)
Log Message:
-----------
port luash: whitespace changes, moved two lines

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

Modified: trunk/dports/shells/luash/Portfile
===================================================================
--- trunk/dports/shells/luash/Portfile	2013-02-19 09:23:47 UTC (rev 103241)
+++ trunk/dports/shells/luash/Portfile	2013-02-19 09:26:20 UTC (rev 103242)
@@ -12,25 +12,30 @@
 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
+worksrcdir              ${name}
 master_sites            http://files.luaforge.net/releases/luash/luash/luash${version}
 distname                ${name}
 dist_subdir             ${name}/${version}
-use_bzip2               yes
 checksums               md5     67bbb8985166579686361fe840e016c0 \
                         sha1    ef1d56843f19a29b96f6d5ce8f983b54074b955f \
                         rmd160  165d88850e8d068d7586f1785b36dd20c9c8ce37
+
+use_bzip2               yes
 patchfiles              patch-makefile.diff
-worksrcdir              ${name}
 use_configure           no
 depends_lib             port:lua \
                         port:lua-luafilesystem
+
 build.args-append       CXX=${configure.cxx} \
                         CXX_FLAGS=${configure.cxxflags}
+
 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}
 }
+
 variant universal {
     build.args-delete   CXX_FLAGS=${configure.cxxflags}
     build.args-append   CXX_FLAGS=\"${configure.cxxflags} ${configure.universal_cxxflags}\"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130219/4078bbb1/attachment.html>


More information about the macports-changes mailing list