mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
Rename SRC_URI/SRC_FILENAME to SOURCE_URI/SOURCE_FILENAME.
This commit is contained in:
@@ -6,7 +6,7 @@ LuaFileSystem offers a portable way to access the underlying directory \
|
||||
structure and file attributes.
|
||||
"
|
||||
HOMEPAGE="http://keplerproject.github.io/luafilesystem/"
|
||||
SRC_URI="git+https://github.com/keplerproject/luafilesystem.git#2fd989cd6c777583be1c93616018c55b2cbb1bcf"
|
||||
SOURCE_URI="git+https://github.com/keplerproject/luafilesystem.git#2fd989cd6c777583be1c93616018c55b2cbb1bcf"
|
||||
COPYRIGHT="2004-2012 Kepler Project"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
DESCRIPTION="LuaRocks is a deployment and management system for Lua modules."
|
||||
HOMEPAGE="http://luarocks.org"
|
||||
SRC_URI="http://luarocks.org/releases/luarocks-2.0.4.1.tar.gz"
|
||||
SOURCE_URI="http://luarocks.org/releases/luarocks-2.0.4.1.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="dev-lang/lua >= 5.1"
|
||||
|
||||
@@ -4,7 +4,7 @@ LuaRocks allows you to install modules as self-contained packages \
|
||||
called rocks, which also contain version dependency information.
|
||||
"
|
||||
HOMEPAGE="http://luarocks.org"
|
||||
SRC_URI="http://luarocks.org/releases/luarocks-2.2.0.tar.gz"
|
||||
SOURCE_URI="http://luarocks.org/releases/luarocks-2.2.0.tar.gz"
|
||||
SOURCE_DIR=$portVersionedName
|
||||
REVISION="2"
|
||||
CHECKSUM_SHA256="9b1a4ec7b103e2fb90a7ba8589d7e0c8523a3d6d54ac469b0bbc144292b9279c"
|
||||
|
||||
Reference in New Issue
Block a user