Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2019 00:52:15 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r502001 - branches/2019Q2/games/openbor
Message-ID:  <201905190052.x4J0qFJq072710@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun May 19 00:52:15 2019
New Revision: 502001
URL: https://svnweb.freebsd.org/changeset/ports/502001

Log:
  MFH: r501998
  
  games/openbor: update to 7022
  
  Changes:	https://github.com/DCurrent/openbor/compare/dc6a1516...c5cfb660
  Approved by:	ports-secteam (feld, implicit for snapshots)

Modified:
  branches/2019Q2/games/openbor/Makefile
  branches/2019Q2/games/openbor/distinfo
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/games/openbor/Makefile
==============================================================================
--- branches/2019Q2/games/openbor/Makefile	Sun May 19 00:51:42 2019	(r502000)
+++ branches/2019Q2/games/openbor/Makefile	Sun May 19 00:52:15 2019	(r502001)
@@ -2,7 +2,7 @@
 
 PORTNAME=	openbor
 # Hint: svn revision is git rev-list --count ${GH_TAGNAME}
-PORTVERSION?=	7000
+PORTVERSION?=	7022
 .ifndef PKGNAMESUFFIX
 PORTREVISION=	0
 .endif
@@ -31,7 +31,7 @@ PORTSCOUT=	ignore:1
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	DCurrent
-GH_TAGNAME?=	dc6a1516
+GH_TAGNAME?=	c5cfb660
 
 USES+=		gmake pkgconfig
 .if ${PORTVERSION} < 4433
@@ -92,11 +92,11 @@ post-patch:
 	@${GREP} -Flr 'malloc.h' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \
 		's,malloc\.h,stdlib.h,'
 	@${REINPLACE_CMD} -e 's/^function \(.*\) {/\1() {/' \
-		-e 's/^get_revnum$$/VERSION_BUILD=${PORTVERSION}/' \
 		${WRKSRC}/version.sh
 
 do-configure:
-	(cd ${WRKSRC} && ${SH} ./version.sh)
+	(cd ${WRKSRC} && VERSION_BUILD=${PORTVERSION} VERSION_COMMIT=${GH_TAGNAME} \
+		${SH} ./version.sh)
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/OpenBOR.elf \

Modified: branches/2019Q2/games/openbor/distinfo
==============================================================================
--- branches/2019Q2/games/openbor/distinfo	Sun May 19 00:51:42 2019	(r502000)
+++ branches/2019Q2/games/openbor/distinfo	Sun May 19 00:52:15 2019	(r502001)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556884312
-SHA256 (DCurrent-openbor-7000-dc6a1516_GH0.tar.gz) = 9d7307a7af5805f639924b7439ae1128747c2fd92c85a97e75e3b86f938aead7
-SIZE (DCurrent-openbor-7000-dc6a1516_GH0.tar.gz) = 129096125
+TIMESTAMP = 1558182532
+SHA256 (DCurrent-openbor-7022-c5cfb660_GH0.tar.gz) = bcd3a07423ade14a638ccc3c0760bd902cf18987a5e15c7425e2f453cb261ee3
+SIZE (DCurrent-openbor-7022-c5cfb660_GH0.tar.gz) = 127704392



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905190052.x4J0qFJq072710>