git: 43989bf0aef6 - main - games/openarena: Fix backward version number

Li-Wen Hsu lwhsu at FreeBSD.org
Thu Jun 24 15:46:06 UTC 2021


The branch main has been updated by lwhsu:

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

commit 43989bf0aef63c19b83ef0ee18d528b788f74077
Author:     Li-Wen Hsu <lwhsu at FreeBSD.org>
AuthorDate: 2021-06-24 15:45:56 +0000
Commit:     Li-Wen Hsu <lwhsu at 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/


More information about the dev-commits-ports-main mailing list