diff options
author | johans <johans@FreeBSD.org> | 2016-08-01 04:48:58 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2016-08-01 04:48:58 +0800 |
commit | e86a81d0dfef791f721be2f44ccb51743a336409 (patch) | |
tree | 6d7dd1b87d39b5bef1fa973ddbc3a0456ba1080a /games | |
parent | 1781f6b5070ae3cdb55e4f63fab574a301129c39 (diff) | |
download | freebsd-ports-gnome-e86a81d0dfef791f721be2f44ccb51743a336409.tar.gz freebsd-ports-gnome-e86a81d0dfef791f721be2f44ccb51743a336409.tar.zst freebsd-ports-gnome-e86a81d0dfef791f721be2f44ccb51743a336409.zip |
- Update to FreeCiv 2.5.5 (bugfix release)
- make hidden dependencies explicit
Diffstat (limited to 'games')
-rw-r--r-- | games/freeciv/Makefile | 9 | ||||
-rw-r--r-- | games/freeciv/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index 793f9167abac..aa1e2273529c 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -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/hicolor-icon-theme 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 diff --git a/games/freeciv/distinfo b/games/freeciv/distinfo index 622edfe759b6..26026167d0ff 100644 --- a/games/freeciv/distinfo +++ b/games/freeciv/distinfo @@ -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 |