Skip to content

Commit

Permalink
emulators/*: set github.tarball_from explicitly
Browse files Browse the repository at this point in the history
In preparation for changing the default.
  • Loading branch information
jmroot committed Jan 17, 2025
1 parent 5a00613 commit e870fe8
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 6 deletions.
3 changes: 2 additions & 1 deletion emulators/basiliskii/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ PortSystem 1.0
PortGroup github 1.0

github.setup cebix macemu 6393d14abf31b302d578d05da7e5ddbddd07ae45
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version 20220412
checksums rmd160 86371e3fb7ee297a516d2f194348b06c98857b6f \
sha256 9d37ea63ada5e28963d51b7bce6355ee28eb9263864581e75d8301a27aaff90b
name basiliskii

categories emulators
license GPL-2+
platforms darwin
maintainers nomaintainer

description Opensource 68k Mac emulator.
Expand Down
2 changes: 2 additions & 0 deletions emulators/blink/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ PortGroup legacysupport 1.1
legacysupport.newest_darwin_requires_legacy 15

github.setup jart blink 1.1.0
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision 0
epoch 1

Expand Down
2 changes: 2 additions & 0 deletions emulators/libmame/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ PortSystem 1.0
PortGroup github 1.0

github.setup bji libmame 0.146.6 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
categories emulators
platforms darwin
license MAME
Expand Down
3 changes: 2 additions & 1 deletion emulators/melonds/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ PortGroup github 1.0
PortGroup qt6 1.0

github.setup Arisotura melonDS 0.9.4
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision 1

name melonds
platforms darwin
license GPL-3+
maintainers {gmail.com:audvare @Tatsh} openmaintainer
categories emulators games
Expand Down
3 changes: 2 additions & 1 deletion emulators/oberon-risc/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ PortSystem 1.0
PortGroup github 1.0

github.setup pdewacht oberon-risc-emu 26c8ac5
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball

name oberon-risc
version 20200818
categories emulators
platforms darwin
license BSD
description Project Oberon RISC system emulator
long_description Project Oberon 2013 by Niklaus Wirth and Jürg Gutknecht \
Expand Down
3 changes: 2 additions & 1 deletion emulators/retroarch/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ PortGroup github 1.0
PortGroup xcode 1.0

github.setup libretro RetroArch 1.10.2 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision 0

name retroarch
platforms darwin
license GPL-3
maintainers {gmail.com:audvare @Tatsh} openmaintainer
categories emulators games
Expand Down
4 changes: 4 additions & 0 deletions emulators/scummvm/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ homepage https://www.scummvm.org

if {${subport} eq ${name}} {
github.setup scummvm scummvm 2.9.0 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision 1
checksums sha256 d5b33532bd70d247f09127719c670b4b935810f53ebb6b7b6eafacaa5da99452 \
rmd160 f8a458600bcda76c7c7f9f89c31715cefefecf5c \
Expand All @@ -40,6 +42,8 @@ if {${subport} eq ${name}} {

subport ${name}-devel {
github.setup scummvm scummvm d52e078a82bbe0a569669b3f94a853ecc7776992
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version 20231109
revision 0
checksums rmd160 714933a6171cc1e1d9284b06a91815994e41fd5d \
Expand Down
2 changes: 2 additions & 0 deletions emulators/sheepshaver/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ PortGroup github 1.0
PortGroup xcode 1.0

github.setup kanjitalk755 macemu b63490dadb0b70bb83775283716754af0e1e290d
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version 20240609
checksums rmd160 2783ef2b69123d18294af239f8a4f736151aa11a \
sha256 1657c037ae3a888c879e5ebb9d8566d042da451eaea6e278848441e31b8774bf \
Expand Down
5 changes: 3 additions & 2 deletions emulators/simh/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ PortSystem 1.0
PortGroup github 1.0

github.setup simh simh 3.9-0 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision 1
checksums rmd160 a464e7d1fc6d58dd23a3ef623c3c018d5d60b050 \
sha256 e49b259b66ad6311ca9066dee3d3693cd915106a6938a52ed685cdbada8eda3b \
size 3103657

categories emulators
platforms darwin
maintainers nomaintainer
# MIT license with an added no-advertising clause
license Permissive
license Permissive GPLConflict

description A highly portable, multi-system simulator.

Expand Down
2 changes: 2 additions & 0 deletions emulators/xhyve/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ PortGroup github 1.0
PortGroup xcode 1.0

github.setup machyve xhyve dfbe09b9db0ef9384c993db8e72fb3e96f376e7b
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version 20211002
revision 0
categories emulators
Expand Down

0 comments on commit e870fe8

Please sign in to comment.