Ticket #23460: luarocks-2.0.1-Portfile.diff

File luarocks-2.0.1-Portfile.diff, 1.2 KB (added by stefan+macports@…, 14 years ago)

Update Portfile to luarocks-2.0.1

  • Portfile

    old new  
    11# $Id: Portfile 57984 2009-09-20 08:07:18Z and.damore@macports.org $
    22PortSystem          1.0
    33name                luarocks
    4 version             1.0.1
     4version             2.0.1
    55categories          devel
    66platforms           darwin
    77maintainers         and.damore
     
    1515                    LuaRocks supports both local and remote repositories, and multiple local \
    1616                    rocks trees.
    1717homepage            http://www.luarocks.org/
    18 master_sites        http://luaforge.net/frs/download.php/3981/
     18master_sites        http://luarocks.org/releases/
    1919depends_run         port:lua
    2020universal_variant   no
    21 checksums           md5     e6fad9ddecf79808fda7fd257bfbde06 \
    22                     sha1    9fc47f12b85ab7a0d7cc62608186555acb4c4707 \
    23                     rmd160  f192f6d8e244993c0f448eaa51258046de841132
     21checksums           md5     795a30b42894ef5cd2ad449c3bf9cff9 \
     22                    sha1    aa0870c18d1a04b5045e35b8dd12ff2e5f6b3574 \
     23                    rmd160  99182815d289f841600c0d9ac90456d6109982c2
    2424configure.args      --with-lua=${prefix} \
    2525                    --rocks-tree=${prefix}/var/luarocks
    2626