Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions devel/legacy-support/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ subport ${name} {
conflicts ${name}-devel
github.setup macports macports-legacy-support ${release_ver} v
# Change github.tarball_from to 'releases' or 'archive' next update
# N.B.: That's a nice theory, but neither choice works correctly
# N.B.: Needs testing - earlier attempts at that didn't work.
github.tarball_from tarball
revision 0
checksums rmd160 80bea072afe759d0aa13bed02205e7165e116b51 \
Expand All @@ -41,16 +41,14 @@ subport ${name} {
subport ${name}-devel {
conflicts ${name}
github.setup macports macports-legacy-support \
17cb4f9a1e313356db8acd1b3f8ae317ddacaf11
# Change github.tarball_from to 'releases' or 'archive' next update
# N.B.: That's a nice theory, but neither choice works correctly
github.tarball_from tarball
version 20250728
f89c155cbc2ca8714e4ada66c11b222353e8d87a
github.tarball_from archive
version 20250924
revision 0
livecheck.type none
checksums rmd160 80bea072afe759d0aa13bed02205e7165e116b51 \
sha256 aa9f267e7d25a10ea359e571a1fb180440f8d81aca1f250b95df42a4b1a65ddc \
size 227836
checksums rmd160 3d6ca0af242f859e201c387bde0b0e9aa6ce7883 \
sha256 37c8483ac0594a009e1509f4ddd2eff42c4707cedba58a8ec34bcf779834e144 \
size 228476
set v_split [split ${release_ver} .]
set release_ver [lindex ${v_split} 0].[lindex ${v_split} 1].99
}
Expand Down