Skip to content

Commit

Permalink
misc: set github.tarball_from correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot committed Feb 2, 2025
1 parent 186f27e commit 0b7c5f3
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 2 deletions.
2 changes: 2 additions & 0 deletions devel/kokkos/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions devel/tatami/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions devel/tinyobjloader/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 2 additions & 0 deletions games/enigma/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 2 additions & 0 deletions games/redeclipse/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
8 changes: 7 additions & 1 deletion games/warzone2100/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -273,14 +275,18 @@ 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 \
sha256 2afd7c59fa02749ecad718da26cb0f99c5d9103eb6c73bb0f37917d985c5ab46 \
size 184129091
}

default_variants +high
if {![variant_isset standard]} {
default_variants +high
}

pre-fetch {
if {![variant_isset high] && ![variant_isset standard]} {
Expand Down
2 changes: 2 additions & 0 deletions multimedia/welle.io/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions security/KeePassXC/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions shells/ksh/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
3 changes: 2 additions & 1 deletion sysutils/tldr-cpp-client/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions sysutils/tmux/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b7c5f3

Please sign in to comment.