Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Dec 2016 10:09:34 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429593 - head/games/freeciv
Message-ID:  <201612271009.uBRA9YPW022590@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Tue Dec 27 10:09:34 2016
New Revision: 429593
URL: https://svnweb.freebsd.org/changeset/ports/429593

Log:
  Update to FreeCiv 2.5.6 (bugfix release)
  correct NLS option

Modified:
  head/games/freeciv/Makefile
  head/games/freeciv/distinfo

Modified: head/games/freeciv/Makefile
==============================================================================
--- head/games/freeciv/Makefile	Tue Dec 27 10:07:07 2016	(r429592)
+++ head/games/freeciv/Makefile	Tue Dec 27 10:09:34 2016	(r429593)
@@ -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${POR
 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>
 

Modified: head/games/freeciv/distinfo
==============================================================================
--- head/games/freeciv/distinfo	Tue Dec 27 10:07:07 2016	(r429592)
+++ head/games/freeciv/distinfo	Tue Dec 27 10:09:34 2016	(r429593)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612271009.uBRA9YPW022590>