diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-05-18 12:36:14 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-05-20 00:57:43 +0000 |
commit | 78a7d0cf22b49478d87475d89040b77d59096869 (patch) | |
tree | e4116ef08851761cfa487dc9cf784184efe0e65d | |
parent | c61770cb8015e82460619ce0068c4becac8e2a68 (diff) | |
download | ports-78a7d0cf22b49478d87475d89040b77d59096869.tar.gz ports-78a7d0cf22b49478d87475d89040b77d59096869.zip |
games/openbor: update to 7123
-rw-r--r-- | games/openbor/Makefile | 7 | ||||
-rw-r--r-- | games/openbor/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/games/openbor/Makefile b/games/openbor/Makefile index d93164335bf3..8266389ccb24 100644 --- a/games/openbor/Makefile +++ b/games/openbor/Makefile @@ -1,6 +1,6 @@ PORTNAME= openbor # Hint: svn revision is git rev-list --count ${GH_TAGNAME} -PORTVERSION?= 7103 +PORTVERSION?= 7123 .ifndef PKGNAMESUFFIX PORTREVISION= 0 .endif @@ -36,7 +36,7 @@ PORTSCOUT= ignore:1 USE_GITHUB= yes GH_ACCOUNT= DCurrent -GH_TAGNAME?= 78764f05 +GH_TAGNAME?= f5261e7c USES+= gmake pkgconfig sdl .if ${PORTVERSION} < 4433 @@ -44,7 +44,7 @@ USE_CSTD= gnu89 .endif .if ${PORTVERSION} < 4108 USE_SDL= gfx -.elif ${PORTVERSION} < 6639 +.elif ${PORTVERSION} < 6639 || ${PORTVERSION} >= 7119 USE_SDL= gfx2 .else USE_SDL= sdl2 @@ -101,6 +101,7 @@ post-patch: 's,malloc\.h,stdlib.h,' @${REINPLACE_CMD} -e 's/^function \(.*\) {/\1() {/' \ -e '/^[[:space:]]*VERSION_.*=0000/d' \ + -e '/.*read -r VERSION_/d' \ ${WRKSRC}/version.sh do-configure: diff --git a/games/openbor/distinfo b/games/openbor/distinfo index 3f0230031126..1d9207a1c997 100644 --- a/games/openbor/distinfo +++ b/games/openbor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614695463 -SHA256 (DCurrent-openbor-7103-78764f05_GH0.tar.gz) = 694f5fb6e4bb0b13c493828ef29f1511bb2a27921ea14216e796abe7d330f6ac -SIZE (DCurrent-openbor-7103-78764f05_GH0.tar.gz) = 26900538 +TIMESTAMP = 1621341374 +SHA256 (DCurrent-openbor-7123-f5261e7c_GH0.tar.gz) = f6ab8cc741defeb594a1341d0ef306b5849cb8c593d5d9941164b05d80727e7a +SIZE (DCurrent-openbor-7123-f5261e7c_GH0.tar.gz) = 26906486 |