mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
schismtracker, bump version (#9865)
This commit is contained in:
@@ -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>
|
From: begasus <begasus@gmail.com>
|
||||||
Date: Sat, 8 May 2021 14:54:09 +0000
|
Date: Sat, 8 May 2021 14:54:09 +0000
|
||||||
Subject: Fix config directory
|
Subject: Fix config directory
|
||||||
|
|
||||||
|
|
||||||
diff --git a/schism/config.c b/schism/config.c
|
diff --git a/schism/config.c b/schism/config.c
|
||||||
index 6d2e25b..f897fa0 100644
|
index 62579cf..984a83a 100644
|
||||||
--- a/schism/config.c
|
--- a/schism/config.c
|
||||||
+++ b/schism/config.c
|
+++ b/schism/config.c
|
||||||
@@ -52,6 +52,8 @@ int cfg_video_width, cfg_video_height;
|
@@ -52,6 +52,8 @@ int cfg_video_width, cfg_video_height;
|
||||||
@@ -18,5 +18,5 @@ index 6d2e25b..f897fa0 100644
|
|||||||
# define DOT_SCHISM ".schism"
|
# define DOT_SCHISM ".schism"
|
||||||
#endif
|
#endif
|
||||||
--
|
--
|
||||||
2.30.2
|
2.42.1
|
||||||
|
|
||||||
@@ -15,9 +15,9 @@ arm, etc.) but it will probably not be as well-optimized on many systems."
|
|||||||
HOMEPAGE="http://schismtracker.org/"
|
HOMEPAGE="http://schismtracker.org/"
|
||||||
COPYRIGHT="2003-2019 Storlek Mrs. Brisby et al"
|
COPYRIGHT="2003-2019 Storlek Mrs. Brisby et al"
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="3"
|
REVISION="1"
|
||||||
SOURCE_URI="https://github.com/schismtracker/schismtracker/archive/$portVersion.tar.gz"
|
SOURCE_URI="https://github.com/schismtracker/schismtracker/archive/$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="255a07cdcf4df818095c290be5cc7e291a09581d5ce2cb7088b45285f74ede3d"
|
CHECKSUM_SHA256="4edee5ae7d34471a5caf51653c686d08e4b8b554b48b7420ecd188cb10b95a0c"
|
||||||
PATCHES="schismtracker-$portVersion.patchset"
|
PATCHES="schismtracker-$portVersion.patchset"
|
||||||
ADDITIONAL_FILES="schismtracker.rdef.in"
|
ADDITIONAL_FILES="schismtracker.rdef.in"
|
||||||
|
|
||||||
@@ -30,12 +30,12 @@ PROVIDES="
|
|||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
lib:libSDL_1.2$secondaryArchSuffix
|
lib:libSDL2_2.0$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
devel:libSDL_1.2$secondaryArchSuffix
|
devel:libSDL2_2.0$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
cmd:autoconf
|
cmd:autoconf
|
||||||
Reference in New Issue
Block a user