diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-05-31 09:43:26 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-05-31 09:43:26 +0800 |
commit | 7f8f6219fe041bfb2ba4865707d4be3bb5b420cd (patch) | |
tree | 573cfb2c95d420c8e9ce67985b42d9dd7aed20ba /games/linux-enemyterritory-tce | |
parent | c26216b834825eb11d219bbafb3077235484006e (diff) | |
download | freebsd-ports-gnome-7f8f6219fe041bfb2ba4865707d4be3bb5b420cd.tar.gz freebsd-ports-gnome-7f8f6219fe041bfb2ba4865707d4be3bb5b420cd.tar.zst freebsd-ports-gnome-7f8f6219fe041bfb2ba4865707d4be3bb5b420cd.zip |
- Update Enemy Territory from 2.60 to 2.60b. This fixes two security
holes.
- Switch from X11BASE to LOCALBASE.
- Switch to $MASTER_SITE_IDSOFTWARE as only download source. This
should hopefully provide a more reliable download mirror list.
- Replace RESTRICTED with NO_CDROM, since the license actually allows
packages to be built and offered for download.
- Switch mods from X11BASE to LOCALBASE (linux-enemyterritory-*) and bump
their PORTREVISION.
PR: ports/98160
Submitted by: Benjamin Lutz <benlutz@datacomm.ch> (maintainer)
Diffstat (limited to 'games/linux-enemyterritory-tce')
-rw-r--r-- | games/linux-enemyterritory-tce/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/linux-enemyterritory-tce/Makefile b/games/linux-enemyterritory-tce/Makefile index ae5ce67d27a9..cac5125fff4a 100644 --- a/games/linux-enemyterritory-tce/Makefile +++ b/games/linux-enemyterritory-tce/Makefile @@ -7,7 +7,7 @@ PORTNAME= enemyterritory-tce PORTVERSION= 0.48 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games linux MASTER_SITES= http://ftp.games.skynet.be/pub/www.filesnetwork.com/Wolfenstein_Enemy_Territory/Mods/Total_Conversions/:full,update \ http://darkstar.ist.utl.pt/pub/games/:full,update \ @@ -27,7 +27,6 @@ RUN_DEPENDS= et:${PORTSDIR}/games/linux-enemyterritory ONLY_FOR_ARCHS= i386 USE_ZIP= yes USE_LINUX= yes -USE_X_PREFIX= yes NO_PACKAGE= Distfiles are 135MB, set FORCE_PACKAGE if you really want to build this package RESTRICTED= Redistribution is limited, see license ETDIR= ${PREFIX}/lib/enemyterritory |