svn commit: r419413 - head/games/freeciv
Johan van Selst
johans at FreeBSD.org
Sun Jul 31 20:49:00 UTC 2016
Author: johans
Date: Sun Jul 31 20:48:58 2016
New Revision: 419413
URL: https://svnweb.freebsd.org/changeset/ports/419413
Log:
- Update to FreeCiv 2.5.5 (bugfix release)
- make hidden dependencies explicit
Modified:
head/games/freeciv/Makefile
head/games/freeciv/distinfo
Modified: head/games/freeciv/Makefile
==============================================================================
--- head/games/freeciv/Makefile Sun Jul 31 20:41:28 2016 (r419412)
+++ head/games/freeciv/Makefile Sun Jul 31 20:48:58 2016 (r419413)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= freeciv
-PORTVERSION= 2.5.4
+PORTVERSION= 2.5.5
CATEGORIES= games
MASTER_SITES= SF/freeciv/Freeciv%20${PORTVERSION:R}/${PORTVERSION} \
http://download.gna.org/freeciv/stable/
@@ -14,7 +14,8 @@ RUN_DEPENDS= hicolor-icon-theme>=0:misc/
LIB_DEPENDS= libltdl.so:devel/libltdl \
libcurl.so:ftp/curl
-USES= gettext gmake iconv libtool pkgconfig tar:bzip2 python sqlite
+USES= gettext gmake iconv libtool pkgconfig tar:bzip2 python sqlite \
+ readline
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include
@@ -30,7 +31,7 @@ OPTIONS_SUB= yes
SDL_CONFIGURE_ON= --enable-client=gtk,sdl
SDL_USE= SDL=sdl,image,ttf,gfx
MYSQL_CONFIGURE_ON= --enable-fcdb=mysql --with-mysql-prefix=${LOCALBASE}
-MYSQL_USE= MYSQL=yes
+MYSQL_USES+= mysql
IPV6_CONFIGURE_EANBALE= ipv6
.include <bsd.port.options.mk>
@@ -48,7 +49,7 @@ LIB_DEPENDS+= libtiff.so:graphics/tiff \
libggzmod.so:games/ggz-client-libs
USE_XORG= xpm
USE_SDL+= mixer
-USE_GNOME= gtk20
+USE_GNOME= gtk20 cairo
INSTALLS_ICONS= yes
. if ! ${PORT_OPTIONS:MSDL}
CONFIGURE_ARGS+=--enable-client=gtk
Modified: head/games/freeciv/distinfo
==============================================================================
--- head/games/freeciv/distinfo Sun Jul 31 20:41:28 2016 (r419412)
+++ head/games/freeciv/distinfo Sun Jul 31 20:48:58 2016 (r419413)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1463235221
-SHA256 (freeciv-2.5.4.tar.bz2) = 9e64ef047fd0d2f8e9aa1da01586dea7cfe63a36b15875c168ada555c2e6634b
-SIZE (freeciv-2.5.4.tar.bz2) = 40977253
+TIMESTAMP = 1469915217
+SHA256 (freeciv-2.5.5.tar.bz2) = 5622f2142637057f7e47b1eda764c4e131222fab4d5bb42cd59fbd58ba3db1d4
+SIZE (freeciv-2.5.5.tar.bz2) = 40828396
More information about the svn-ports-all
mailing list