Date: Sat, 19 Jan 2019 00:32: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: r490686 - head/games/openbor Message-ID: <201901190032.x0J0WGWF034064@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sat Jan 19 00:32:16 2019 New Revision: 490686 URL: https://svnweb.freebsd.org/changeset/ports/490686 Log: games/openbor: update to 6642 Changes: https://github.com/DCurrent/openbor/compare/d9ed1120...f9b7c316 Modified: head/games/openbor/Makefile (contents, props changed) head/games/openbor/distinfo (contents, props changed) Modified: head/games/openbor/Makefile ============================================================================== --- head/games/openbor/Makefile Sat Jan 19 00:32:05 2019 (r490685) +++ head/games/openbor/Makefile Sat Jan 19 00:32:16 2019 (r490686) @@ -2,7 +2,7 @@ PORTNAME= openbor # Hint: svn revision is git rev-list --count ${GH_TAGNAME} -PORTVERSION?= 6633 +PORTVERSION?= 6642 .ifndef PKGNAMESUFFIX PORTREVISION= 0 .endif @@ -31,7 +31,7 @@ PORTSCOUT= ignore:1 USE_GITHUB= yes GH_ACCOUNT= DCurrent -GH_TAGNAME?= d9ed1120 +GH_TAGNAME?= f9b7c316 USES+= gmake pkgconfig .if ${PORTVERSION} < 4433 @@ -39,8 +39,10 @@ USE_CSTD= gnu89 .endif .if ${PORTVERSION} < 4108 USE_SDL= gfx -.else +.elif ${PORTVERSION} < 6639 USE_SDL= gfx2 +.else +USE_SDL= sdl2 .endif WRKSRC_SUBDIR= engine MAKE_ENV= BUILD_LINUX=1 SDKPATH="${LOCALBASE}" \ Modified: head/games/openbor/distinfo ============================================================================== --- head/games/openbor/distinfo Sat Jan 19 00:32:05 2019 (r490685) +++ head/games/openbor/distinfo Sat Jan 19 00:32:16 2019 (r490686) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547073746 -SHA256 (DCurrent-openbor-6633-d9ed1120_GH0.tar.gz) = 82eb64a2e15ed01480b3f0d4f0805e1b75df28478c970d5402f5aef8ca57e28d -SIZE (DCurrent-openbor-6633-d9ed1120_GH0.tar.gz) = 129030007 +TIMESTAMP = 1547819872 +SHA256 (DCurrent-openbor-6642-f9b7c316_GH0.tar.gz) = 25e9e1121bcbb1ba567e8d13f3bd439f7af7054ef1ada7a9084c2108674c6233 +SIZE (DCurrent-openbor-6642-f9b7c316_GH0.tar.gz) = 129029520
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901190032.x0J0WGWF034064>