diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-01-19 00:32:16 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-01-19 00:32:16 +0000 |
commit | 02d4230e75c565461e38be0ba06155315865086b (patch) | |
tree | 1b83aab78c0ea0997e4f0364eefa937cbb9c6654 /games | |
parent | eb066978a4569878cb5206e940949d28510db2fa (diff) | |
download | ports-02d4230e75c565461e38be0ba06155315865086b.tar.gz ports-02d4230e75c565461e38be0ba06155315865086b.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/openbor/Makefile | 8 | ||||
-rw-r--r-- | games/openbor/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/games/openbor/Makefile b/games/openbor/Makefile index 9e16b2337901..1b12c11a9d7c 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?= 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}" \ diff --git a/games/openbor/distinfo b/games/openbor/distinfo index 24fdda55f70e..fcfbf6dad974 100644 --- a/games/openbor/distinfo +++ b/games/openbor/distinfo @@ -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 |