From 0b7c5f394e3337add6cee8f498fc324a6ddd5e7d Mon Sep 17 00:00:00 2001 From: Joshua Root Date: Sun, 2 Feb 2025 11:09:02 +1100 Subject: [PATCH] misc: set github.tarball_from correctly --- devel/kokkos/Portfile | 2 ++ devel/tatami/Portfile | 2 ++ devel/tinyobjloader/Portfile | 2 ++ games/enigma/Portfile | 2 ++ games/redeclipse/Portfile | 2 ++ games/warzone2100/Portfile | 8 +++++++- multimedia/welle.io/Portfile | 2 ++ security/KeePassXC/Portfile | 2 ++ shells/ksh/Portfile | 2 ++ sysutils/tldr-cpp-client/Portfile | 3 ++- sysutils/tmux/Portfile | 2 ++ 11 files changed, 27 insertions(+), 2 deletions(-) diff --git a/devel/kokkos/Portfile b/devel/kokkos/Portfile index e5c9cdbbfafed..bfd5d3adb9ffd 100644 --- a/devel/kokkos/Portfile +++ b/devel/kokkos/Portfile @@ -5,6 +5,8 @@ PortGroup github 1.0 PortGroup cmake 1.1 github.setup kokkos kokkos 4.3.01 +# Change github.tarball_from to 'releases' or 'archive' next update +github.tarball_from tarball conflicts kokkos-devel revision 0 categories devel diff --git a/devel/tatami/Portfile b/devel/tatami/Portfile index 1a134acaa17d9..7416455f2ed0b 100644 --- a/devel/tatami/Portfile +++ b/devel/tatami/Portfile @@ -25,6 +25,8 @@ if {${subport} ne "tatami-devel"} { subport tatami-devel { github.setup tatami-inc tatami f0ee2f58f5923b20dba9b17955eba1bc2a9a4423 + # Change github.tarball_from to 'releases' or 'archive' next update + github.tarball_from tarball version 2024.09.02 revision 0 conflicts tatami diff --git a/devel/tinyobjloader/Portfile b/devel/tinyobjloader/Portfile index 8e45b13d7e0b5..2b6f93e789ff4 100644 --- a/devel/tinyobjloader/Portfile +++ b/devel/tinyobjloader/Portfile @@ -17,6 +17,8 @@ long_description \ conflicts tinyobjloader-devel github.setup tinyobjloader tinyobjloader 1.0.7 v +# Change github.tarball_from to 'releases' or 'archive' next update +github.tarball_from tarball revision 0 checksums rmd160 3cef910b680b65d4812ad3bd7b0f30e6b489527c \ diff --git a/games/enigma/Portfile b/games/enigma/Portfile index f094cbf1d8bdc..cc060eb2420ea 100644 --- a/games/enigma/Portfile +++ b/games/enigma/Portfile @@ -20,6 +20,8 @@ if {${subport} eq "enigma"} { conflicts enigma github.setup Enigma-Game Enigma 24fb5d6b28acb0fc307598c02b41f7dba04069d9 + # Change github.tarball_from to 'releases' or 'archive' next update + github.tarball_from tarball version 20241015 revision 1 checksums rmd160 c327baff77dec63d2b4334e9f68ab92c7d1dba61 \ diff --git a/games/redeclipse/Portfile b/games/redeclipse/Portfile index c71885bf61a34..f31a3324392f8 100644 --- a/games/redeclipse/Portfile +++ b/games/redeclipse/Portfile @@ -30,6 +30,8 @@ if {$subport eq ${name}} { PortGroup app 1.0 github.setup ${name} base ${version} v + # Change github.tarball_from to 'releases' or 'archive' next update + github.tarball_from tarball license zlib checksums rmd160 2a36e97ebe3e151c835cffdfee12515d83d4d8c8 \ diff --git a/games/warzone2100/Portfile b/games/warzone2100/Portfile index 63fea0c204471..12d13ab385301 100644 --- a/games/warzone2100/Portfile +++ b/games/warzone2100/Portfile @@ -262,6 +262,8 @@ if {$subport eq "${name}-music"} { { github.setup Warzone2100 data-music-opus \ 81ae966cc68c242a1452ad1f168fb02bab82acea + # Change github.tarball_from to 'releases' or 'archive' next update + github.tarball_from tarball version $subport_version checksums rmd160 95f18b1b31f640842a1d085d22195f3354c6873e \ @@ -273,6 +275,8 @@ if {$subport eq "${name}-music"} { { github.setup Warzone2100 data-music-opus-hq \ 41dc5aac2afe5de04b2de2dc8cf699e8cbbae131 + # Change github.tarball_from to 'releases' or 'archive' next update + github.tarball_from tarball version $subport_version checksums rmd160 7601e86b019e0895fd3a07cf5475b63ea239d0e8 \ @@ -280,7 +284,9 @@ if {$subport eq "${name}-music"} { size 184129091 } - default_variants +high + if {![variant_isset standard]} { + default_variants +high + } pre-fetch { if {![variant_isset high] && ![variant_isset standard]} { diff --git a/multimedia/welle.io/Portfile b/multimedia/welle.io/Portfile index 46521bb14ce38..6be57a7b54642 100644 --- a/multimedia/welle.io/Portfile +++ b/multimedia/welle.io/Portfile @@ -113,6 +113,8 @@ if {${subport} eq ${name}} { PortGroup qt6 1.0 github.setup AlbrechtL welle.io 6b69a78c99df4b46ec2589093cd39f05c9ac4641 + # Change github.tarball_from to 'releases' or 'archive' next update + github.tarball_from tarball set githash [string range ${github.version} 0 6] version 20221214.git${githash} revision 0 diff --git a/security/KeePassXC/Portfile b/security/KeePassXC/Portfile index 8e052247e1acd..558524c546575 100644 --- a/security/KeePassXC/Portfile +++ b/security/KeePassXC/Portfile @@ -60,6 +60,8 @@ if {${subport} eq ${name}} { subport ${name}-devel { github.setup keepassxreboot keepassxc 37dabd2561c33d7c0e66bba6ab0883bb55e90cf1 + # Change github.tarball_from to 'releases' or 'archive' next update + github.tarball_from tarball set githash [string range ${github.version} 0 6] version 20230514.git${githash} revision 2 diff --git a/shells/ksh/Portfile b/shells/ksh/Portfile index 1b599b962207d..a3922cb5b974d 100644 --- a/shells/ksh/Portfile +++ b/shells/ksh/Portfile @@ -45,6 +45,8 @@ if {${subport} eq ${name}} { subport ${name}-devel { github.setup att ast 43d1853550010c2badce7da704019f5e61f62cac + # Change github.tarball_from to 'releases' or 'archive' next update + github.tarball_from tarball version 20200125-g[string range ${github.version} 0 6] revision 0 checksums rmd160 e97b8827d5aac3c357ecdcdbb944700f616d31ec \ diff --git a/sysutils/tldr-cpp-client/Portfile b/sysutils/tldr-cpp-client/Portfile index e10cda6fe2978..e4e90abcc4aee 100644 --- a/sysutils/tldr-cpp-client/Portfile +++ b/sysutils/tldr-cpp-client/Portfile @@ -4,7 +4,8 @@ PortSystem 1.0 PortGroup github 1.0 github.setup tldr-pages tldr-cpp-client 1.6.1 v -# Next release add 'github.tarball_from archive' +# Change github.tarball_from to 'releases' or 'archive' next update +github.tarball_from tarball revision 0 categories sysutils diff --git a/sysutils/tmux/Portfile b/sysutils/tmux/Portfile index 8e905676826c9..793a4a7038aec 100644 --- a/sysutils/tmux/Portfile +++ b/sysutils/tmux/Portfile @@ -44,6 +44,8 @@ if {${subport} eq ${name}} { size 715619 } subport tmux-devel { + # Change github.tarball_from to 'releases' or 'archive' next update + github.tarball_from tarball checksums rmd160 8f12630da75e816dcec96566b50606a39a8a760d \ sha256 4b7ddcf541a9a2ada78791d26882704f436b0b94bec538271fc33e42f5abd755 \ size 1047030