Date: Thu, 28 Dec 2017 18:38:26 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457468 - head/games/openarena Message-ID: <201712281838.vBSIcQ7m052146@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Dec 28 18:38:26 2017 New Revision: 457468 URL: https://svnweb.freebsd.org/changeset/ports/457468 Log: - Fix version to correspond to this port instead of ioquake3 Modified: head/games/openarena/Makefile Modified: head/games/openarena/Makefile ============================================================================== --- head/games/openarena/Makefile Thu Dec 28 18:37:06 2017 (r457467) +++ head/games/openarena/Makefile Thu Dec 28 18:38:26 2017 (r457468) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= openarena -DISTVERSION= ${GAMEVERSION}.s${SVNREVISION} -PORTREVISION= 3 -PORTEPOCH= 1 +PORTVERSION= ${GAMEVERSION}.s${SVNREVISION} +PORTEPOCH= 2 MASTER_SITES= SF/oarena/src \ http://files.poulsander.com/~poul19/public_files/oa/dev088/ DISTNAME= ${PORTNAME}-engine-source-${GAMEVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712281838.vBSIcQ7m052146>