diff options
author | Koop Mast <kwm@rainbow-runner.nl> | 2017-02-08 15:45:16 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-02-08 15:45:16 +0800 |
commit | 8c10568a8bad15bd4e148e5298d61c75faa3c30d (patch) | |
tree | 8ec8a8ad03e47a7286399402357b1c326bf89c9d /games/freeciv | |
parent | ccabcd384d766804d3ce54b6a7ae1d257ce0fc11 (diff) | |
parent | 39324c127c7b2461bbbbbb06c5dd94442e997b46 (diff) | |
download | freebsd-ports-gnome-mate-1.16.tar.gz freebsd-ports-gnome-mate-1.16.tar.zst freebsd-ports-gnome-mate-1.16.zip |
Merge branch 'master' into mate-1.16mate-1.16
Diffstat (limited to 'games/freeciv')
-rw-r--r-- | games/freeciv/Makefile | 12 | ||||
-rw-r--r-- | games/freeciv/distinfo | 6 |
2 files changed, 10 insertions, 8 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index a737f256fac8..5b46a3c0ccdb 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,15 +10,15 @@ 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 localbase pkgconfig tar:bzip2 python \ + sqlite readline GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib -CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} --program-transform-name= \ --enable-aimodules --enable-shared \ --enable-fcdb=sqlite3 @@ -33,6 +33,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 |