Date: Thu, 20 May 2021 00:58:39 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 78a7d0cf22b4 - main - games/openbor: update to 7123 Message-ID: <202105200058.14K0wduK080702@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=78a7d0cf22b49478d87475d89040b77d59096869 commit 78a7d0cf22b49478d87475d89040b77d59096869 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-05-18 12:36:14 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-05-20 00:57:43 +0000 games/openbor: update to 7123 Changes: https://github.com/DCurrent/openbor/compare/78764f05...f5261e7c --- games/openbor/Makefile | 7 ++++--- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105200058.14K0wduK080702>