From de883d6621f4305ca9cda1860390b37e2c22e24a Mon Sep 17 00:00:00 2001 From: Kenneth Myhra Date: Wed, 27 Mar 2024 20:25:38 +0100 Subject: [PATCH] Ports: Update freeciv to version 3.1.1 Sets '--enable-fcdb=no'. The default has been changed from 'no' in previous versions to 'sqlite3' in this version. --- Ports/AvailablePorts.md | 2 +- Ports/freeciv/package.sh | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 12952491e5..cff72ae4e9 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -85,7 +85,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`fluidsynth`](fluidsynth/) | fluidsynth | 2.3.5 | https://www.fluidsynth.org/ | | [`fontconfig`](fontconfig/) | Fontconfig | 2.14.2 | https://www.freedesktop.org/wiki/Software/fontconfig/ | | [`fotaq`](fotaq/) | Flight of the Amazon Queen | 1.0 | https://www.scummvm.org/games/#games-queen | -| [`freeciv`](freeciv/) | Freeciv | 3.0.8 | http://freeciv.org/ | +| [`freeciv`](freeciv/) | Freeciv | 3.1.1 | http://freeciv.org/ | | [`freedink`](freedink/) | FreeDink | 109.6 | https://www.gnu.org/software/freedink/ | | [`freetype`](freetype/) | FreeType | 2.13.2 | https://www.freetype.org/ | | [`frotz`](frotz/) | Frotz | 2.54 | https://gitlab.com/DavidGriffith/frotz | diff --git a/Ports/freeciv/package.sh b/Ports/freeciv/package.sh index 60add7746c..5c8b2ac3f4 100755 --- a/Ports/freeciv/package.sh +++ b/Ports/freeciv/package.sh @@ -1,6 +1,6 @@ #!/usr/bin/env -S bash ../.port_include.sh port='freeciv' -version='3.0.8' +version='3.1.1' useconfigure='true' use_fresh_config_sub='true' config_sub_paths=( @@ -9,9 +9,10 @@ config_sub_paths=( configopts=( '--enable-client=sdl2' '--enable-fcmp=no' + '--enable-fcdb=no' ) files=( - "http://files.freeciv.org/stable/freeciv-${version}.tar.xz#3b5aa32f628890be1741c3ac942cee82c79c065f8db6baff18d734a5c0e776d4" + "http://files.freeciv.org/stable/freeciv-${version}.tar.xz#b2bd00c0e2a6c81bcb52aa0dddf81f2f4543705bf7a9fcd5afac3f7b3fff5ef6" ) depends=( 'curl'