diff options
author | acm <acm@FreeBSD.org> | 2009-05-01 01:39:57 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-05-01 01:39:57 +0800 |
commit | a6aa771484ebb11310f54819034a07a4db5d91d1 (patch) | |
tree | 720dd6afecf9c4abc5dc520e84a31c1a95d4e663 /games/alienarena | |
parent | eaccf9525323df1ede34040e9cd520e0e2ff0f3c (diff) | |
download | freebsd-ports-gnome-a6aa771484ebb11310f54819034a07a4db5d91d1.tar.gz freebsd-ports-gnome-a6aa771484ebb11310f54819034a07a4db5d91d1.tar.zst freebsd-ports-gnome-a6aa771484ebb11310f54819034a07a4db5d91d1.zip |
- Update to 2008.721
- Add/Modify entries to MASTER_SITES
- Modify COMMENT
- Take maintainership
- Other tiny modifications
Diffstat (limited to 'games/alienarena')
-rw-r--r-- | games/alienarena/Makefile | 18 | ||||
-rw-r--r-- | games/alienarena/distinfo | 6 | ||||
-rw-r--r-- | games/alienarena/pkg-message | 8 | ||||
-rw-r--r-- | games/alienarena/pkg-plist | 2 |
4 files changed, 19 insertions, 15 deletions
diff --git a/games/alienarena/Makefile b/games/alienarena/Makefile index d4eeeba1c65d..42fb18d570af 100644 --- a/games/alienarena/Makefile +++ b/games/alienarena/Makefile @@ -6,14 +6,18 @@ # PORTNAME= alienarena -PORTVERSION= 2008.710 -PORTREVISION= 1 +PORTVERSION= 2008.721 CATEGORIES= games -MASTER_SITES= http://offload1.icculus.org/alienarena/Files/ -DISTNAME= ${PORTNAME}2008-linux20080603 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Alien Arena 2008 (native version) +MASTER_SITES= ftp://ftp.linux.kiev.ua/pub/Linux/Gentoo/distfiles/ \ + http://ftp.jeuxlinux.fr/files/ \ + http://mirror.ipgn.com.au/games/alienarena/ \ + http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/ \ + http://offload2.icculus.org:9090/alienarena/Files/ \ + http://offload1.icculus.org:9090/alienarena/Files/ +DISTNAME= ${PORTNAME}2008-linux20090109 + +MAINTAINER= acm@FreeBSD.org +COMMENT= Alien Arena (native version) RUN_DEPENDS= ${DATADIR}/arena/default.cfg:${PORTSDIR}/games/alienarena-data diff --git a/games/alienarena/distinfo b/games/alienarena/distinfo index 769081727513..f4993b3b9f4e 100644 --- a/games/alienarena/distinfo +++ b/games/alienarena/distinfo @@ -1,3 +1,3 @@ -MD5 (alienarena2008-linux20080603.zip) = f05f373ef438286306c1bc90642e54bf -SHA256 (alienarena2008-linux20080603.zip) = d26c5b3a68a0975a3adf43cfa297a684121ca382057efc601411f53303972f39 -SIZE (alienarena2008-linux20080603.zip) = 254018226 +MD5 (alienarena2008-linux20090109.zip) = 41ca2df4b37751843600e2e8f80ae7a2 +SHA256 (alienarena2008-linux20090109.zip) = cbdca7196858fc70b05d49919ef636e9d002e9681d7fca9c61310e6033692db0 +SIZE (alienarena2008-linux20090109.zip) = 283698378 diff --git a/games/alienarena/pkg-message b/games/alienarena/pkg-message index f2567ac85b13..ea0c046576a2 100644 --- a/games/alienarena/pkg-message +++ b/games/alienarena/pkg-message @@ -1,8 +1,8 @@ -============================================================================== +############################################################################### Alien Arena (native version) has been installed. -The OSS (native FreeBSD sound) version of Alien Arena 2008 (named +1) The OSS (native FreeBSD sound) version of Alien Arena 2008 (named "alienarena") uses by default a slow sound speed, which causes a notable delay. To solve this you have to run it once like this: @@ -15,4 +15,6 @@ be saved in the configuration file for future runs. NOTE: in FreeBSD 7 or newer please use the SDL version, as the other one has problems with sound. -============================================================================== +2) Enjoy it :) + +############################################################################### diff --git a/games/alienarena/pkg-plist b/games/alienarena/pkg-plist index 23a9bb978d6b..2e55f7276265 100644 --- a/games/alienarena/pkg-plist +++ b/games/alienarena/pkg-plist @@ -5,7 +5,6 @@ %%LIBDIR%%/arena/game.so %%LIBDIR%%/arena/maps.lst %%LIBDIR%%/arena/motd.txt -%%LIBDIR%%/arena/pics %%LIBDIR%%/arena/server.cfg %%LIBDIR%%/botinfo %%LIBDIR%%/data1/default.cfg @@ -22,7 +21,6 @@ %%LIBDIR%%/data1/players %%LIBDIR%%/data1/scripts %%LIBDIR%%/data1/sound -%%LIBDIR%%/data1/sprites %%LIBDIR%%/data1/textures %%LIBDIR%%/data1/vehicles @dirrm %%LIBDIR%%/data1 |