schismtracker, bump version (#9865)

This commit is contained in:
Schrijvers Luc
2023-12-10 15:24:31 +01:00
committed by GitHub
parent 9e0358747a
commit 41ea71cd42
2 changed files with 7 additions and 7 deletions

View File

@@ -1,11 +1,11 @@
From ced865dfe51e709fc1f7e29053a3f018aae7d891 Mon Sep 17 00:00:00 2001
From 61bd41657348cb51a9fc180775f23a016beaef82 Mon Sep 17 00:00:00 2001
From: begasus <begasus@gmail.com>
Date: Sat, 8 May 2021 14:54:09 +0000
Subject: Fix config directory
diff --git a/schism/config.c b/schism/config.c
index 6d2e25b..f897fa0 100644
index 62579cf..984a83a 100644
--- a/schism/config.c
+++ b/schism/config.c
@@ -52,6 +52,8 @@ int cfg_video_width, cfg_video_height;
@@ -18,5 +18,5 @@ index 6d2e25b..f897fa0 100644
# define DOT_SCHISM ".schism"
#endif
--
2.30.2
2.42.1

View File

@@ -15,9 +15,9 @@ arm, etc.) but it will probably not be as well-optimized on many systems."
HOMEPAGE="http://schismtracker.org/"
COPYRIGHT="2003-2019 Storlek Mrs. Brisby et al"
LICENSE="GNU GPL v2"
REVISION="3"
REVISION="1"
SOURCE_URI="https://github.com/schismtracker/schismtracker/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="255a07cdcf4df818095c290be5cc7e291a09581d5ce2cb7088b45285f74ede3d"
CHECKSUM_SHA256="4edee5ae7d34471a5caf51653c686d08e4b8b554b48b7420ecd188cb10b95a0c"
PATCHES="schismtracker-$portVersion.patchset"
ADDITIONAL_FILES="schismtracker.rdef.in"
@@ -30,12 +30,12 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libSDL_1.2$secondaryArchSuffix
lib:libSDL2_2.0$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libSDL_1.2$secondaryArchSuffix
devel:libSDL2_2.0$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:autoconf