summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-06-29 21:54:52 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-06-29 21:54:52 +0000
commitd07ef5c04929516dc9e8d371ebce7a661f18906d (patch)
treec940ebcb6048e1736d3a9a4a878edc0680a9bb53
parentwww/waterfox: update to 56.2.1.48 (diff)
games/openbor: update to 6219
Changes: https://github.com/DCurrent/openbor/compare/4a717a63...5005b966
-rw-r--r--games/openbor/Makefile4
-rw-r--r--games/openbor/distinfo6
-rw-r--r--games/openbor/files/patch-sdl_sdlport.c12
3 files changed, 5 insertions, 17 deletions
diff --git a/games/openbor/Makefile b/games/openbor/Makefile
index 61c1aab7a00f..bf45d1dcd653 100644
--- a/games/openbor/Makefile
+++ b/games/openbor/Makefile
@@ -2,7 +2,7 @@
PORTNAME= openbor
# Hint: svn revision is git rev-list --count ${GH_TAGNAME}
-PORTVERSION?= 6215
+PORTVERSION?= 6219
.ifndef PKGNAMESUFFIX
PORTREVISION= 0
.endif
@@ -31,7 +31,7 @@ PORTSCOUT= ignore:1
USE_GITHUB= yes
GH_ACCOUNT= DCurrent
-GH_TAGNAME?= 4a717a63
+GH_TAGNAME?= 5005b966
USES+= gmake pkgconfig
.if ${PORTVERSION} < 4433
diff --git a/games/openbor/distinfo b/games/openbor/distinfo
index 2bc41e4c50a4..94770699a0b1 100644
--- a/games/openbor/distinfo
+++ b/games/openbor/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1529621537
-SHA256 (DCurrent-openbor-6215-4a717a63_GH0.tar.gz) = 0cbef50b1f9603c5990af3a183ae107a4972976a9fdf7f31e975ee4dd1bc10ab
-SIZE (DCurrent-openbor-6215-4a717a63_GH0.tar.gz) = 154366948
+TIMESTAMP = 1530229500
+SHA256 (DCurrent-openbor-6219-5005b966_GH0.tar.gz) = 8393eb2678a320fa38275363443a082a88992e515465df190caf6d72edb2185b
+SIZE (DCurrent-openbor-6219-5005b966_GH0.tar.gz) = 154353589
diff --git a/games/openbor/files/patch-sdl_sdlport.c b/games/openbor/files/patch-sdl_sdlport.c
index c7612ff5aa41..8a143220a1c5 100644
--- a/games/openbor/files/patch-sdl_sdlport.c
+++ b/games/openbor/files/patch-sdl_sdlport.c
@@ -11,18 +11,6 @@ Store settings under ~/.openbor instead of current directory
#include <time.h>
#include <unistd.h>
-@@ -58,10 +58,10 @@ char* AndroidRoot(char *relPath)
- strcat(filename, relPath);
- return filename;
- }
-+#endif
-
- void borExit(int reset)
- {
--#endif
-
- #ifdef GP2X
- gp2x_end();
@@ -103,6 +105,16 @@ int main(int argc, char *argv[])
#ifdef ANDROID
dirExists(rootDir, 1);