diff -ur /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/luarocks/Portfile /Users/oconnd1/work/luarocks/Portfile
old
|
new
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | PortGroup github 1.0 |
5 | 5 | |
6 | | github.setup keplerproject luarocks 2.3.0 v |
| 6 | github.setup luarocks luarocks 2.3.0 v |
7 | 7 | license MIT |
8 | 8 | categories devel |
9 | 9 | platforms darwin |
… |
… |
|
21 | 21 | homepage http://www.luarocks.org/ |
22 | 22 | depends_lib port:lua |
23 | 23 | |
24 | | checksums rmd160 7b435a44d738aac1a37436cb8fab6b14ae5deb10 \ |
25 | | sha256 0e44e4246ee602dcc623b4a2c329a2c57627a598018d3474e30c28a91fe5276d |
| 24 | checksums rmd160 377103c0ac5ec62576a798da2b3e721162a9f241 \ |
| 25 | sha256 b544a630f2a936e487745781dee342d2d90da1df91d35ded532a3a995affe719 |
26 | 26 | |
27 | 27 | configure.args --with-lua=${prefix} \ |
28 | 28 | --rocks-tree=${prefix}/share/${name} |