diff options
author | swills <swills@FreeBSD.org> | 2011-08-21 11:27:19 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-08-21 11:27:19 +0800 |
commit | 57d56aa8f37044f59debfdb32d79f4a5d6bb1aca (patch) | |
tree | 45ded1162db05ca127e430200540da078e379e17 /games/openarena/Makefile | |
parent | df5e5b6b626264603e20ecf1228f6976f4bb9721 (diff) | |
download | freebsd-ports-gnome-57d56aa8f37044f59debfdb32d79f4a5d6bb1aca.tar.gz freebsd-ports-gnome-57d56aa8f37044f59debfdb32d79f4a5d6bb1aca.tar.zst freebsd-ports-gnome-57d56aa8f37044f59debfdb32d79f4a5d6bb1aca.zip |
- games/ioquake3-devel
- Update engine from SVN r1936 to r2064
- games/iourbanterror
- Follow ioquake3-devel engine update
- games/openarena
- Update engine source 20 to 21 (both based on ioq3 SVN r1910)
PR: ports/158600
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Diffstat (limited to 'games/openarena/Makefile')
-rw-r--r-- | games/openarena/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/openarena/Makefile b/games/openarena/Makefile index bc470b31a275..ff351ba0747d 100644 --- a/games/openarena/Makefile +++ b/games/openarena/Makefile @@ -8,9 +8,10 @@ PORTNAME= openarena PORTVERSION= ${GAMEVERSION}.s${SVNREVISION} DISTVERSION= 1.36_SVN${SVNREVISION}+${GAMEVERSION} +PORTREVISION= 8 PORTEPOCH= 1 MASTER_SITES= http://files.poulsander.com/~poul19/public_files/oa/dev081/ -DISTNAME= ${PORTNAME}-engine-source-0.8.x-20 +DISTNAME= ${PORTNAME}-engine-source-0.8.x-21 MAINTAINER= kamikaze@bsdforen.de COMMENT= Quake3 total conversion based on the ioquake3 engine |