diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-12-29 02:38:26 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:15:23 +0800 |
commit | ce8c561ee70b3e2ccfb61ef097d22a26fe2d1154 (patch) | |
tree | 46fbff027479ce201ac99899812491aae955700c /games | |
parent | 9006f6ad2ee7d65d197f15a098294d1421785001 (diff) | |
download | freebsd-ports-gnome-ce8c561ee70b3e2ccfb61ef097d22a26fe2d1154.tar.gz freebsd-ports-gnome-ce8c561ee70b3e2ccfb61ef097d22a26fe2d1154.tar.zst freebsd-ports-gnome-ce8c561ee70b3e2ccfb61ef097d22a26fe2d1154.zip |
- Fix version to correspond to this port instead of ioquake3
Diffstat (limited to 'games')
-rw-r--r-- | games/openarena/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/openarena/Makefile b/games/openarena/Makefile index cfaebeb0871a..6400e1bd96e3 100644 --- a/games/openarena/Makefile +++ b/games/openarena/Makefile @@ -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} |