diff options
author | johans <johans@FreeBSD.org> | 2017-12-14 00:24:21 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:08:09 +0800 |
commit | 933b10b60a7af55e41546a83ed88a9dfe13eb86f (patch) | |
tree | d8e1d54dc8a57095ef681f9e00a4aca53e8f0f36 /games | |
parent | 78d0505a7c13dcf41f972806749802a1791e6c3d (diff) | |
download | freebsd-ports-gnome-933b10b60a7af55e41546a83ed88a9dfe13eb86f.tar.gz freebsd-ports-gnome-933b10b60a7af55e41546a83ed88a9dfe13eb86f.tar.zst freebsd-ports-gnome-933b10b60a7af55e41546a83ed88a9dfe13eb86f.zip |
Update to FreeCiv 2.5.9 (bugfix release)
Diffstat (limited to 'games')
-rw-r--r-- | games/freeciv/Makefile | 4 | ||||
-rw-r--r-- | games/freeciv/distinfo | 6 | ||||
-rw-r--r-- | games/freeciv/pkg-plist | 1 |
3 files changed, 7 insertions, 4 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index 828a7a4e3a70..0e1e6b5ef6ab 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freeciv -PORTVERSION= 2.5.7 +PORTVERSION= 2.5.9 CATEGORIES= games MASTER_SITES= SF/freeciv/Freeciv%20${PORTVERSION:R}/${PORTVERSION} \ http://download.gna.org/freeciv/stable/ @@ -45,6 +45,8 @@ IGNORE= cannot use SDL without X11: re-run make config .if ${PORT_OPTIONS:MX11} LIB_DEPENDS+= libtiff.so:graphics/tiff \ libpng.so:graphics/png \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ libggz.so:games/libggz \ libggz-gtk.so:games/ggz-gtk-client \ libggzcore.so:games/ggz-client-libs \ diff --git a/games/freeciv/distinfo b/games/freeciv/distinfo index f882aad8d33a..38537e0ddcba 100644 --- a/games/freeciv/distinfo +++ b/games/freeciv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499285461 -SHA256 (freeciv-2.5.7.tar.bz2) = ffe36736db6a64893681e9eea8b90f7abe05eaebe6b777e82149a98cad6dbed2 -SIZE (freeciv-2.5.7.tar.bz2) = 41200685 +TIMESTAMP = 1512078644 +SHA256 (freeciv-2.5.9.tar.bz2) = b83c73585ae80898b27379984f936591b51422c9caccb94880fa16030c975928 +SIZE (freeciv-2.5.9.tar.bz2) = 41176249 diff --git a/games/freeciv/pkg-plist b/games/freeciv/pkg-plist index 2c2c45311aad..f6ae07a2d90f 100644 --- a/games/freeciv/pkg-plist +++ b/games/freeciv/pkg-plist @@ -65,6 +65,7 @@ share/applications/freeciv-server.desktop %%PORTDOCS%%%%DOCSDIR%%/README.rulesets %%PORTDOCS%%%%DOCSDIR%%/README.scorelog %%PORTDOCS%%%%DOCSDIR%%/README.sound +%%PORTDOCS%%%%DOCSDIR%%/README.tilesets %%PORTDOCS%%%%DOCSDIR%%/TODO %%X11%%share/icons/hicolor/128x128/apps/freeciv-client.png %%X11%%share/icons/hicolor/128x128/apps/freeciv-modpack.png |