1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-01 11:19:21 +00:00

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.
This commit is contained in:
Kenneth Myhra 2024-03-27 20:25:38 +01:00 committed by Tim Schumacher
parent df0890a1fb
commit de883d6621
2 changed files with 4 additions and 3 deletions

View File

@ -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 |

View File

@ -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'