diff options
author | johans <johans@FreeBSD.org> | 2016-12-27 18:09:34 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2016-12-27 18:09:34 +0800 |
commit | 8cd7400e73a24f2b32c783ae65135da985c961f6 (patch) | |
tree | 56e48bc268905433fc757c7e48fe2b14702686e1 /games/freeciv | |
parent | c8078b5ba2265f3404de4967a3f53a53cc696925 (diff) | |
download | freebsd-ports-gnome-8cd7400e73a24f2b32c783ae65135da985c961f6.tar.gz freebsd-ports-gnome-8cd7400e73a24f2b32c783ae65135da985c961f6.tar.zst freebsd-ports-gnome-8cd7400e73a24f2b32c783ae65135da985c961f6.zip |
Update to FreeCiv 2.5.6 (bugfix release)
correct NLS option
Diffstat (limited to 'games/freeciv')
-rw-r--r-- | games/freeciv/Makefile | 9 | ||||
-rw-r--r-- | games/freeciv/distinfo | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index a737f256fac8..18439020dc23 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freeciv -PORTVERSION= 2.5.5 +PORTVERSION= 2.5.6 CATEGORIES= games MASTER_SITES= SF/freeciv/Freeciv%20${PORTVERSION:R}/${PORTVERSION} \ http://download.gna.org/freeciv/stable/ @@ -10,12 +10,13 @@ MASTER_SITES= SF/freeciv/Freeciv%20${PORTVERSION:R}/${PORTVERSION} \ MAINTAINER= johans@FreeBSD.org COMMENT= Free turn-based multiplayer strategy +LICENSE= GPLv2+ + 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 \ - readline +USES= gmake iconv libtool pkgconfig tar:bzip2 python sqlite readline GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include @@ -33,6 +34,8 @@ SDL_USE= SDL=sdl,image,ttf,gfx MYSQL_CONFIGURE_ON= --enable-fcdb=mysql --with-mysql-prefix=${LOCALBASE} MYSQL_USES= mysql IPV6_CONFIGURE_EANBALE= ipv6 +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls .include <bsd.port.options.mk> diff --git a/games/freeciv/distinfo b/games/freeciv/distinfo index 26026167d0ff..3cd30a01b4d1 100644 --- a/games/freeciv/distinfo +++ b/games/freeciv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1469915217 -SHA256 (freeciv-2.5.5.tar.bz2) = 5622f2142637057f7e47b1eda764c4e131222fab4d5bb42cd59fbd58ba3db1d4 -SIZE (freeciv-2.5.5.tar.bz2) = 40828396 +TIMESTAMP = 1482831102 +SHA256 (freeciv-2.5.6.tar.bz2) = cfadc23eec11a5a8ae74a7d3719eb126026137f0700da065367fd55cbab6999b +SIZE (freeciv-2.5.6.tar.bz2) = 41185678 |