svn commit: r456219 - head/games/freeciv

Johan van Selst johans at FreeBSD.org
Wed Dec 13 16:24:22 UTC 2017


Author: johans
Date: Wed Dec 13 16:24:21 2017
New Revision: 456219
URL: https://svnweb.freebsd.org/changeset/ports/456219

Log:
  Update to FreeCiv 2.5.9 (bugfix release)

Modified:
  head/games/freeciv/Makefile
  head/games/freeciv/distinfo
  head/games/freeciv/pkg-plist

Modified: head/games/freeciv/Makefile
==============================================================================
--- head/games/freeciv/Makefile	Wed Dec 13 16:11:55 2017	(r456218)
+++ head/games/freeciv/Makefile	Wed Dec 13 16:24:21 2017	(r456219)
@@ -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 confi
 .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 \

Modified: head/games/freeciv/distinfo
==============================================================================
--- head/games/freeciv/distinfo	Wed Dec 13 16:11:55 2017	(r456218)
+++ head/games/freeciv/distinfo	Wed Dec 13 16:24:21 2017	(r456219)
@@ -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

Modified: head/games/freeciv/pkg-plist
==============================================================================
--- head/games/freeciv/pkg-plist	Wed Dec 13 16:11:55 2017	(r456218)
+++ head/games/freeciv/pkg-plist	Wed Dec 13 16:24:21 2017	(r456219)
@@ -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


More information about the svn-ports-head mailing list