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-omni-bot-0660 | |
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-omni-bot-0660')
-rw-r--r-- | games/linux-enemyterritory-omni-bot-0660/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/linux-enemyterritory-omni-bot-0660/Makefile b/games/linux-enemyterritory-omni-bot-0660/Makefile index 7eb8691ec765..8b9c92f204d1 100644 --- a/games/linux-enemyterritory-omni-bot-0660/Makefile +++ b/games/linux-enemyterritory-omni-bot-0660/Makefile @@ -7,6 +7,7 @@ PORTNAME= omni-bot PORTVERSION= 0.51 +PORTREVISION= 1 CATEGORIES= games linux MASTER_SITES= # PKGNAMEPREFIX= linux-enemyterritory- @@ -17,7 +18,6 @@ COMMENT= Omni-Bot is a bot for Enemy Territory RUN_DEPENDS= et:${PORTSDIR}/games/linux-enemyterritory ONLY_FOR_ARCHS= i386 -USE_X_PREFIX= yes USE_ZIP= yes USE_LINUX= yes NO_WRKSUBDIR= yes |