diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-10-16 00:43:57 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-10-16 00:43:57 +0000 |
commit | 3c6fab5dce732c193905b7d4b2dab05b47aef507 (patch) | |
tree | 41fcfc9331f38c5c24d806b13b7a5f3b00ca6385 /games/freeciv | |
parent | 5d3ee5942956f5860500cc117d48daf5684b62fa (diff) | |
download | ports-3c6fab5dce732c193905b7d4b2dab05b47aef507.tar.gz ports-3c6fab5dce732c193905b7d4b2dab05b47aef507.zip |
games/freeciv: update to 3.0.4 maintenance release (+)
Release notes: https://freeciv.fandom.com/wiki/NEWS-3.0.4
While here, pet Q/A
Diffstat (limited to 'games/freeciv')
-rw-r--r-- | games/freeciv/Makefile | 7 | ||||
-rw-r--r-- | games/freeciv/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index 2a0e60caf2d1..b04e6b0d3d25 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -1,5 +1,5 @@ PORTNAME= freeciv -PORTVERSION= 3.0.3 +PORTVERSION= 3.0.4 CATEGORIES= games MASTER_SITES= SF/freeciv/Freeciv%20${PORTVERSION:R}/${PORTVERSION} \ http://files.freeciv.org/stable/ @@ -15,8 +15,9 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libicuuc.so:devel/icu \ libltdl.so:devel/libltdl -USES= autoreconf compiler:c++11-lang cpe gmake iconv libtool lua:53 \ - pkgconfig readline ssl tar:xz +USES= autoreconf compiler:c++11-lang cpe desktop-file-utils gmake \ + iconv:wchar_t libtool lua:53 pkgconfig readline ssl tar:xz +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \ diff --git a/games/freeciv/distinfo b/games/freeciv/distinfo index 03d8f1c46640..913c9f4dbc98 100644 --- a/games/freeciv/distinfo +++ b/games/freeciv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1659728421 -SHA256 (freeciv-3.0.3.tar.xz) = 13215adc96be9f2894d5f3a12c78b8ebb9ae06ecdab25fe6bb1794f6e6d2b61b -SIZE (freeciv-3.0.3.tar.xz) = 33538868 +TIMESTAMP = 1665879721 +SHA256 (freeciv-3.0.4.tar.xz) = d9a83fe9268e6b9d0fbe933f1f8b5c391b7e3ad72333d2d4e35cfb2e3ce9adb9 +SIZE (freeciv-3.0.4.tar.xz) = 43423632 |