aboutsummaryrefslogtreecommitdiff
path: root/games/openbor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/openbor/Makefile')
-rw-r--r--games/openbor/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/openbor/Makefile b/games/openbor/Makefile
index 0dfd6d98b8b6..575e739315d7 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?= 7032
+PORTVERSION?= 7045
.ifndef PKGNAMESUFFIX
PORTREVISION= 0
.endif
@@ -31,7 +31,7 @@ PORTSCOUT= ignore:1
USE_GITHUB= yes
GH_ACCOUNT= DCurrent
-GH_TAGNAME?= 0afa1f0d
+GH_TAGNAME?= 68a1c977
USES+= gmake pkgconfig
.if ${PORTVERSION} < 4433
@@ -92,6 +92,7 @@ post-patch:
@${GREP} -Flr 'malloc.h' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \
's,malloc\.h,stdlib.h,'
@${REINPLACE_CMD} -e 's/^function \(.*\) {/\1() {/' \
+ -e '/^[[:space:]]*VERSION_.*=0000/d' \
${WRKSRC}/version.sh
do-configure: