Skip to content

Commit

Permalink
Ports: Update freeciv to version 3.0.8
Browse files Browse the repository at this point in the history
This commit also removes a logging patch, as these changes have now
been upstreamed.
  • Loading branch information
tcl3 authored and gmta committed Aug 5, 2023
1 parent 0be4a3b commit f24aab6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 61 deletions.
2 changes: 1 addition & 1 deletion Ports/AvailablePorts.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`flex`](flex/) | flex | 2.6.4 | https://github.com/westes/flex |
| [`fontconfig`](fontconfig/) | Fontconfig | 2.14.0 | 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.0-beta2 | http:https://freeciv.org/ |
| [`freeciv`](freeciv/) | Freeciv | 3.0.8 | http:https://freeciv.org/ |
| [`freedink`](freedink/) | FreeDink | 109.6 | https://www.gnu.org/software/freedink/ |
| [`freetype`](freetype/) | FreeType | 2.13.0 | https://www.freetype.org/ |
| [`frotz`](frotz/) | Frotz | 2.54 | https://gitlab.com/DavidGriffith/frotz |
Expand Down
4 changes: 2 additions & 2 deletions Ports/freeciv/package.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=freeciv
version=3.0.0-beta2
version=3.0.8
useconfigure=true
use_fresh_config_sub=true
config_sub_paths=("bootstrap/config.sub")
configopts=("--enable-client=sdl2" "--enable-fcmp=no")
files="http:https://files.freeciv.org/beta/freeciv-${version}.tar.xz freeciv-${version}.tar.xz 9f44dc28068b239c18bda68192ddb27622030880f8ab9c17f777eac28391269e"
files="http:https://files.freeciv.org/stable/freeciv-${version}.tar.xz freeciv-${version}.tar.xz 3b5aa32f628890be1741c3ac942cee82c79c065f8db6baff18d734a5c0e776d4"
depends=("SDL2" "SDL2_image" "SDL2_mixer" "SDL2_ttf" "SDL2_gfx" "zstd" "libicu" "xz" "gettext" "curl")
launcher_name=Freeciv
launcher_category=Games
Expand Down

This file was deleted.

7 changes: 0 additions & 7 deletions Ports/freeciv/patches/ReadMe.md

This file was deleted.

0 comments on commit f24aab6

Please sign in to comment.