Date: Tue, 26 Jun 2018 00:55:16 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473363 - in head/games/openbor: . files Message-ID: <201806260055.w5Q0tGT1041668@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue Jun 26 00:55:16 2018 New Revision: 473363 URL: https://svnweb.freebsd.org/changeset/ports/473363 Log: games/openbor: update to 6215 Changes: https://github.com/DCurrent/openbor/compare/50ccb3df...4a717a63 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 Tue Jun 26 00:55:01 2018 (r473362) +++ head/games/openbor/Makefile Tue Jun 26 00:55:16 2018 (r473363) @@ -2,7 +2,7 @@ PORTNAME= openbor # Hint: svn revision is git rev-list --count ${GH_TAGNAME} -PORTVERSION?= 6184 +PORTVERSION?= 6215 .ifndef PKGNAMESUFFIX PORTREVISION= 0 .endif @@ -31,7 +31,7 @@ PORTSCOUT= ignore:1 USE_GITHUB= yes GH_ACCOUNT= DCurrent -GH_TAGNAME?= 50ccb3df +GH_TAGNAME?= 4a717a63 USES+= gmake pkgconfig .if ${PORTVERSION} < 4433 Modified: head/games/openbor/distinfo ============================================================================== --- head/games/openbor/distinfo Tue Jun 26 00:55:01 2018 (r473362) +++ head/games/openbor/distinfo Tue Jun 26 00:55:16 2018 (r473363) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527695239 -SHA256 (DCurrent-openbor-6184-50ccb3df_GH0.tar.gz) = dc13b6ec89f53bbc63e8af853583bee6e9daebcc6259c0317321aa326eb90f04 -SIZE (DCurrent-openbor-6184-50ccb3df_GH0.tar.gz) = 185431321 +TIMESTAMP = 1529621537 +SHA256 (DCurrent-openbor-6215-4a717a63_GH0.tar.gz) = 0cbef50b1f9603c5990af3a183ae107a4972976a9fdf7f31e975ee4dd1bc10ab +SIZE (DCurrent-openbor-6215-4a717a63_GH0.tar.gz) = 154366948 Modified: head/games/openbor/files/patch-sdl_sdlport.c ============================================================================== --- head/games/openbor/files/patch-sdl_sdlport.c Tue Jun 26 00:55:01 2018 (r473362) +++ head/games/openbor/files/patch-sdl_sdlport.c Tue Jun 26 00:55:16 2018 (r473363) @@ -11,6 +11,18 @@ 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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806260055.w5Q0tGT1041668>