1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:07:34 +00:00

Ports: Update mc to 4.8.28

This also switches us from the GitHub tag archive to using the actual
release tarballs, which don't require us to run autoconf anymore.
This commit is contained in:
Tim Schumacher 2022-04-30 15:44:15 +02:00 committed by Linus Groh
parent 365caec2e2
commit 7eb8d13f84
2 changed files with 3 additions and 7 deletions

View file

@ -1,8 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=mc
version=4.8.27
version=4.8.28
useconfigure=true
files="https://github.com/MidnightCommander/mc/archive/refs/tags/${version}.tar.gz ${port}-${version}.tar.gz 3bab1460d187e1f09409be4bb8550ea7dab125fb9b50036a8dbd2b16e8b1985b"
files="http://ftp.midnight-commander.org/mc-${version}.tar.xz ${port}-${version}.tar.xz e994d9be9a7172e9ac4a4ad62107921f6aa312e668b056dfe5b8bcebbaf53803"
auth_type=sha256
depends=("gettext" "glib" "libtool" "ncurses" "vim")
configopts=(
@ -17,7 +17,3 @@ configopts=(
)
use_fresh_config_sub=true
config_sub_path=config/config.sub
pre_patch() {
run ./autogen.sh
}