svn commit: r473587 - in head/games/openbor: . files

Jan Beich jbeich at FreeBSD.org
Fri Jun 29 21:54:54 UTC 2018


Author: jbeich
Date: Fri Jun 29 21:54:52 2018
New Revision: 473587
URL: https://svnweb.freebsd.org/changeset/ports/473587

Log:
  games/openbor: update to 6219
  
  Changes:	https://github.com/DCurrent/openbor/compare/4a717a63...5005b966

Modified:
  head/games/openbor/Makefile   (contents, props changed)
  head/games/openbor/distinfo   (contents, props changed)
  head/games/openbor/files/patch-sdl_sdlport.c   (contents, props changed)

Modified: head/games/openbor/Makefile
==============================================================================
--- head/games/openbor/Makefile	Fri Jun 29 21:48:16 2018	(r473586)
+++ head/games/openbor/Makefile	Fri Jun 29 21:54:52 2018	(r473587)
@@ -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

Modified: head/games/openbor/distinfo
==============================================================================
--- head/games/openbor/distinfo	Fri Jun 29 21:48:16 2018	(r473586)
+++ head/games/openbor/distinfo	Fri Jun 29 21:54:52 2018	(r473587)
@@ -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

Modified: head/games/openbor/files/patch-sdl_sdlport.c
==============================================================================
--- head/games/openbor/files/patch-sdl_sdlport.c	Fri Jun 29 21:48:16 2018	(r473586)
+++ head/games/openbor/files/patch-sdl_sdlport.c	Fri Jun 29 21:54:52 2018	(r473587)
@@ -11,18 +11,6 @@ Store settings under ~/.openbor instead of current dir
  #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);


More information about the svn-ports-all mailing list