Skip to content

Commit 3fdcdd2

Browse files
authored
luash: use MacPorts' distfile
Closes: https://trac.macports.org/ticket/72434
1 parent c87ccdd commit 3fdcdd2

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

shells/luash/Portfile

+14-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
22

3-
PortSystem 1.0
3+
PortSystem 1.0
44

55
name luash
66
version 0.9
@@ -11,13 +11,21 @@ maintainers nomaintainer
1111
description shell written in Lua/C++
1212
long_description luash is a shell written in Lua/C++ that allow you to run command using Lua syntax
1313
homepage http://luaforge.net/projects/luash
14-
platforms darwin
15-
master_sites http://files.luaforge.net/releases/luash/luash/luash${version}
14+
15+
# https://trac.macports.org/ticket/72434
16+
# Disable upstream website, 2025 May 8.
17+
# Upstream site luaforge.net is abandoned and hijacked.
18+
# No alternate was found today.
19+
# Now fetch exclusively from MacPorts archive copy.
20+
# master_sites http://files.luaforge.net/releases/luash/luash/luash${version}
21+
22+
master_sites macports_distfiles
1623
distname ${name}
1724
dist_subdir ${name}/${version}
18-
checksums md5 67bbb8985166579686361fe840e016c0 \
19-
sha1 ef1d56843f19a29b96f6d5ce8f983b54074b955f \
20-
rmd160 165d88850e8d068d7586f1785b36dd20c9c8ce37
25+
26+
checksums rmd160 165d88850e8d068d7586f1785b36dd20c9c8ce37 \
27+
sha256 40ed9a86924fead319be3be966426f844a4ef7b5cb73425e5fe930daa6970634 \
28+
size 15927
2129

2230
use_bzip2 yes
2331

@@ -45,4 +53,3 @@ post-destroot {
4553
xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
4654
xinstall -m 644 -W ${worksrcpath} COPYING README ${destroot}${prefix}/share/doc/${name}
4755
}
48-

0 commit comments

Comments
 (0)