Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jun 2021 15:46:05 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 43989bf0aef6 - main - games/openarena: Fix backward version number
Message-ID:  <202106241546.15OFk52x025502@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=43989bf0aef63c19b83ef0ee18d528b788f74077

commit 43989bf0aef63c19b83ef0ee18d528b788f74077
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2021-06-24 15:45:56 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-06-24 15:45:56 +0000

    games/openarena: Fix backward version number
    
    No need to bump PORTREVISION here because it was done in the master port,
    games/ioquake3.  This also fixes the same issue in games/openarena-server.
    
    Reported by:    erwin's checker report on -ports@
---
 games/openarena/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/games/openarena/Makefile b/games/openarena/Makefile
index b2d64e11e6e9..c1095157ca97 100644
--- a/games/openarena/Makefile
+++ b/games/openarena/Makefile
@@ -2,7 +2,6 @@
 
 PORTNAME=	openarena
 PORTVERSION=	${GAMEVERSION}.s${SVNREVISION}
-PORTREVISION=	1
 PORTEPOCH=	2
 MASTER_SITES=	SF/oarena/src \
 		http://files.poulsander.com/~poul19/public_files/oa/dev088/



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