diff options
author | crees <crees@FreeBSD.org> | 2011-12-13 05:05:02 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-12-13 05:05:02 +0800 |
commit | 1236d1e4eafdbc631823536f7413747a8c892a3c (patch) | |
tree | 1d4ca4ed9c4eb64ec8331a37b0ee45bccf77e892 /games/openarena-oax | |
parent | 8f3ce8d858d3d616bb5fcbe2d3e6885dcdf16a63 (diff) | |
download | freebsd-ports-gnome-1236d1e4eafdbc631823536f7413747a8c892a3c.tar.gz freebsd-ports-gnome-1236d1e4eafdbc631823536f7413747a8c892a3c.tar.zst freebsd-ports-gnome-1236d1e4eafdbc631823536f7413747a8c892a3c.zip |
ioquake3:
- Allow slave ports to turn off some options
- Add modular renderer support for slaves
- Add WITH_DEBUG support
- Always check against non-default options so that they can be overridden
(e.g. for BATCH mode)
- Add pkg-config build dependency
ioquake3-devel, iourbanterror, openarena:
- Fix CURL support
- Link libraries instead of using dlopen
ioquake3-devel, iourbanterror:
- Update SVN snapshot r2064 to r2194
- Improved UDP download speed
- New protocol version 71
- Reduced VOIP latency
- Modular rendering system
- Added r_mode -2 for using display resolution
- Clang support
openarena:
- Switch from engine src dist 21 to 22 (both r1910 based)
openarena-oax:
- Update to B50
iourbanterror, openarena:
- Clean up plist
- Disable GAMELIBS option
PR: ports/162301
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Feature safe: yes
Diffstat (limited to 'games/openarena-oax')
-rw-r--r-- | games/openarena-oax/Makefile | 2 | ||||
-rw-r--r-- | games/openarena-oax/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games/openarena-oax/Makefile b/games/openarena-oax/Makefile index bc08fb618b95..28940cad691d 100644 --- a/games/openarena-oax/Makefile +++ b/games/openarena-oax/Makefile @@ -6,7 +6,7 @@ # PORTNAME= oax -PORTVERSION= B48 +PORTVERSION= B50 CATEGORIES= games MASTER_SITES= http://files.poulsander.com/~poul19/public_files/eliminationSource/ DISTNAME= ${PORTNAME}${PORTVERSION} diff --git a/games/openarena-oax/distinfo b/games/openarena-oax/distinfo index a7a729218264..05c6185f44cf 100644 --- a/games/openarena-oax/distinfo +++ b/games/openarena-oax/distinfo @@ -1,2 +1,2 @@ -SHA256 (oaxB48.zip) = 26564e53625adad46513b3ddc6f906d3c74fe22b3222516a135351928a57602f -SIZE (oaxB48.zip) = 469333 +SHA256 (oaxB50.zip) = 8c3a8846544acc4498a0bdc2fdbeb2206f9dd003be06498aab62e4573d7d108f +SIZE (oaxB50.zip) = 472236
\ No newline at end of file |