SF.net SVN: gar:[26932] csw/mgar/pkg/freeciv/trunk

jake_goerzen at users.sourceforge.net jake_goerzen at users.sourceforge.net
Sat Apr 23 03:37:45 CEST 2022


Revision: 26932
          http://sourceforge.net/p/gar/code/26932
Author:   jake_goerzen
Date:     2022-04-23 01:37:45 +0000 (Sat, 23 Apr 2022)
Log Message:
-----------
freeciv: update to 3.0.1

Modified Paths:
--------------
    csw/mgar/pkg/freeciv/trunk/Makefile
    csw/mgar/pkg/freeciv/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/freeciv/trunk/files/0004-fix-shebang-for-our-environment.patch

Modified: csw/mgar/pkg/freeciv/trunk/Makefile
===================================================================
--- csw/mgar/pkg/freeciv/trunk/Makefile	2022-04-19 11:58:31 UTC (rev 26931)
+++ csw/mgar/pkg/freeciv/trunk/Makefile	2022-04-23 01:37:45 UTC (rev 26932)
@@ -1,5 +1,5 @@
 NAME = freeciv
-VERSION = 3.0.0
+VERSION = 3.0.1
 GARTYPE = v2
 
 DESCRIPTION = Free turn-based multiplayer strategy game
@@ -46,6 +46,7 @@
 PATCHFILES += 0001-use-finite-instead-of-isfinite-function.patch
 PATCHFILES += 0002-restore-previous-version-tile.h.patch
 PATCHFILES += 0003-add-support-to-build-with-IPv6-on-Solaris.patch
+PATCHFILES += 0004-fix-shebang-for-our-environment.patch
 
 TEST_SCRIPTS =
 

Modified: csw/mgar/pkg/freeciv/trunk/checksums
===================================================================
--- csw/mgar/pkg/freeciv/trunk/checksums	2022-04-19 11:58:31 UTC (rev 26931)
+++ csw/mgar/pkg/freeciv/trunk/checksums	2022-04-23 01:37:45 UTC (rev 26932)
@@ -1 +1 @@
-c14ce8b30de27b5050c7c881353a2e6f  freeciv-3.0.0.tar.xz
+a3a12d0005172183ae54b22c85d53091  freeciv-3.0.1.tar.xz

Added: csw/mgar/pkg/freeciv/trunk/files/0004-fix-shebang-for-our-environment.patch
===================================================================
--- csw/mgar/pkg/freeciv/trunk/files/0004-fix-shebang-for-our-environment.patch	                        (rev 0)
+++ csw/mgar/pkg/freeciv/trunk/files/0004-fix-shebang-for-our-environment.patch	2022-04-23 01:37:45 UTC (rev 26932)
@@ -0,0 +1,22 @@
+From d01d16759f9f644de0670731ce8b94787c11f962 Mon Sep 17 00:00:00 2001
+From: Jake Goerzen <jgoerzen at opencsw.org>
+Date: Thu, 21 Apr 2022 21:47:21 +0200
+Subject: [PATCH] fix shebang for our environment
+
+---
+ fc_version | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/fc_version b/fc_version
+index 3744d09..a82bedd 100755
+--- a/fc_version
++++ b/fc_version
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/opt/csw/bin/bash
+ 
+ #
+ #  Copyright (C) 2004-2008 Freeciv team
+-- 
+2.4.0
+

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list