diff --git a/devel/fossil/Portfile b/devel/fossil/Portfile
index bfcd31c4eb6..e30c8185c7d 100644
a
|
b
|
PortSystem 1.0 |
5 | 5 | PortGroup openssl 1.0 |
6 | 6 | |
7 | 7 | name fossil |
8 | | version 2.22 |
| 8 | version 2.24 |
9 | 9 | revision 0 |
10 | 10 | epoch 20110901182519 |
11 | 11 | categories devel |
… |
… |
long_description Fossil is a distributed software configuration management wh |
22 | 22 | |
23 | 23 | homepage https://fossil-scm.org/home/ |
24 | 24 | |
25 | | master_sites ${homepage}tarball/version-${version}/ |
| 25 | # see https://fossil-scm.org/home/uv/releases.md |
| 26 | set hash 8be0372c1051043761320c8ea8669c3cf320c406e5fe18ad36b7be5f844ca73b |
| 27 | master_sites ${homepage}tarball/${hash}/ |
| 28 | distname fossil-src-${version} |
26 | 29 | |
27 | | checksums rmd160 99e144282ede18d8f2221d0752cdd16935b2d09e \ |
28 | | sha256 81d823ff6f5d175b384dfa84eeba0d052da73a37cd66cd72b786e71671210d6b \ |
29 | | size 6730169 |
| 30 | checksums rmd160 7f8c838020cad15788a7ae2ed00f546b018976fc \ |
| 31 | sha256 e6f5a559369bf16baf539e69e6d0cea5a6410efa9a6e7f160c7a4932080413be \ |
| 32 | size 6904302 |
30 | 33 | |
31 | 34 | test.run yes |
32 | 35 | |
… |
… |
configure.args-append --disable-fusefs \ |
44 | 47 | --with-zlib=${prefix}/lib \ |
45 | 48 | --with-th1-docs \ |
46 | 49 | --with-th1-hooks \ |
47 | | --with-exec-rel-paths \ |
48 | 50 | --json |
49 | 51 | |
50 | 52 | configure.env-append "CC_FOR_BUILD=${configure.cc} [get_canonical_archflags]" |
… |
… |
not harm the integrity of a repository. |
70 | 72 | " |
71 | 73 | |
72 | 74 | livecheck.type regex |
73 | | livecheck.url ${homepage} |
74 | | livecheck.regex {Latest Release: ([\d.]+)} |
| 75 | livecheck.url ${homepage}uv/releases.md |
| 76 | livecheck.regex {([\d.]+) .rarr; [0-9a-z]+ .latest.} |