File tree 1 file changed +14
-7
lines changed
1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
1
# -*- 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
2
2
3
- PortSystem 1.0
3
+ PortSystem 1.0
4
4
5
5
name luash
6
6
version 0.9
@@ -11,13 +11,21 @@ maintainers nomaintainer
11
11
description shell written in Lua/C++
12
12
long_description luash is a shell written in Lua/C++ that allow you to run command using Lua syntax
13
13
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
16
23
distname ${name}
17
24
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
21
29
22
30
use_bzip2 yes
23
31
@@ -45,4 +53,3 @@ post-destroot {
45
53
xinstall -d -m 755 ${destroot}${prefix} /share/doc/${name}
46
54
xinstall -m 644 -W ${worksrcpath} COPYING README ${destroot}${prefix} /share/doc/${name}
47
55
}
48
-
You can’t perform that action at this time.
0 commit comments