From 61356254a62d61ec64e9d338055b17657b44e717 Mon Sep 17 00:00:00 2001 From: Niels Horn Date: Thu, 27 Oct 2011 12:21:30 -0500 Subject: games/freeciv: Updated for version 2.3.0. Signed-off-by: Robby Workman --- games/freeciv/README | 1 - games/freeciv/freeciv.SlackBuild | 6 +++--- games/freeciv/freeciv.info | 8 ++++---- 3 files changed, 7 insertions(+), 8 deletions(-) (limited to 'games/freeciv') diff --git a/games/freeciv/README b/games/freeciv/README index 201f764626..f078ba0f1a 100644 --- a/games/freeciv/README +++ b/games/freeciv/README @@ -10,4 +10,3 @@ Freeciv is maintained by an international team of coders and enthusiasts, and is easily one of the most fun and addictive network games out there! That also means it has very extensive multilanguage support, something rare in games. - diff --git a/games/freeciv/freeciv.SlackBuild b/games/freeciv/freeciv.SlackBuild index 066a5eab51..68ecaf8df8 100644 --- a/games/freeciv/freeciv.SlackBuild +++ b/games/freeciv/freeciv.SlackBuild @@ -23,10 +23,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Revision date: 2011/08/04 +# Revision date: 2011/10/22 PRGNAM=freeciv -VERSION=2.2.7 +VERSION=2.3.0 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -84,7 +84,7 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-client=gtk \ --build=$ARCH-slackware-linux -make +make V=1 make install DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ diff --git a/games/freeciv/freeciv.info b/games/freeciv/freeciv.info index 76e29af1e3..2f71e4085a 100644 --- a/games/freeciv/freeciv.info +++ b/games/freeciv/freeciv.info @@ -1,10 +1,10 @@ PRGNAM="freeciv" -VERSION="2.2.7" +VERSION="2.3.0" HOMEPAGE="http://www.freeciv.org" -DOWNLOAD="http://downloads.sourceforge.net/freeciv/freeciv-2.2.7.tar.bz2" -MD5SUM="db61c36222ad0bd1de233cf29226ff27" +DOWNLOAD="http://downloads.sourceforge.net/freeciv/freeciv-2.3.0.tar.bz2" +MD5SUM="70fd4285f2da7d41bdadac43458e62c9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Niels Horn" EMAIL="niels.horn@gmail.com" -APPROVED="dsomero" +APPROVED="rworkman" -- cgit v1.2.3-65-gdbad