aboutsummaryrefslogtreecommitdiff
path: root/games/openbor
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-05-31 00:54:03 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-05-31 00:54:03 +0000
commite3461419dec19ae4fe6a897e5e7efedd626412b7 (patch)
tree9cc890c7e3dd2d0fbd2e1d068e0ad89791cadfba /games/openbor
parent2f88ef707e3c2ad0d6a5910e8b39de433c566912 (diff)
downloadports-e3461419dec19ae4fe6a897e5e7efedd626412b7.tar.gz
ports-e3461419dec19ae4fe6a897e5e7efedd626412b7.zip
Notes
Diffstat (limited to 'games/openbor')
-rw-r--r--games/openbor/Makefile4
-rw-r--r--games/openbor/distinfo6
-rw-r--r--games/openbor/files/patch-source_utils.h19
3 files changed, 5 insertions, 24 deletions
diff --git a/games/openbor/Makefile b/games/openbor/Makefile
index dd4f7c2a35c1..130dc0fcf5a6 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?= 6174
+PORTVERSION?= 6184
.ifndef PKGNAMESUFFIX
PORTREVISION= 0
.endif
@@ -31,7 +31,7 @@ PORTSCOUT= ignore:1
USE_GITHUB= yes
GH_ACCOUNT= DCurrent
-GH_TAGNAME?= 3a407fb8
+GH_TAGNAME?= 50ccb3df
USES+= gmake pkgconfig
.if ${PORTVERSION} < 4433
diff --git a/games/openbor/distinfo b/games/openbor/distinfo
index 0478c40a5eec..8aad53eb76cf 100644
--- a/games/openbor/distinfo
+++ b/games/openbor/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1526839433
-SHA256 (DCurrent-openbor-6174-3a407fb8_GH0.tar.gz) = 2f2ced376da224fc80fb25bdbad40f864e06f2a8536724961efb2a0b43966ad9
-SIZE (DCurrent-openbor-6174-3a407fb8_GH0.tar.gz) = 74510589
+TIMESTAMP = 1527695239
+SHA256 (DCurrent-openbor-6184-50ccb3df_GH0.tar.gz) = dc13b6ec89f53bbc63e8af853583bee6e9daebcc6259c0317321aa326eb90f04
+SIZE (DCurrent-openbor-6184-50ccb3df_GH0.tar.gz) = 185431321
diff --git a/games/openbor/files/patch-source_utils.h b/games/openbor/files/patch-source_utils.h
deleted file mode 100644
index 8482fb199859..000000000000
--- a/games/openbor/files/patch-source_utils.h
+++ /dev/null
@@ -1,19 +0,0 @@
-In file included from openborscript.c:30:
-In file included from source/openborscript/config.h:12:
-In file included from source/scriptlib/Interpreter.h:11:
-In file included from source/scriptlib/depends.h:13:
-In file included from source/globals.h:24:
-source/utils.h:65:59: error: unknown type name 'time_t'
-void get_time_string(char buffer[], unsigned buffer_size, time_t timestamp, char* pattern); // ex. "%Y-%m-%d %H:%M:%S"
- ^
-
---- source/utils.h.orig 2018-05-13 22:01:54 UTC
-+++ source/utils.h
-@@ -10,6 +10,7 @@
- #define UTILS_H
-
- // *** INCLUDES ***
-+#include <time.h>
- #include "types.h"
- #include "stringptr.h"
-