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-shrub | |
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-shrub')
-rw-r--r-- | games/linux-enemyterritory-shrub/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/linux-enemyterritory-shrub/Makefile b/games/linux-enemyterritory-shrub/Makefile index 3ee535d83753..fe46f264d5a6 100644 --- a/games/linux-enemyterritory-shrub/Makefile +++ b/games/linux-enemyterritory-shrub/Makefile @@ -7,6 +7,7 @@ PORTNAME= shrub PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= games linux MASTER_SITES= http://www.etstats.com/shrubet/downloads/ PKGNAMEPREFIX= linux-enemyterritory- @@ -18,7 +19,6 @@ COMMENT= Shrub - An Enemy Territory Modification RUN_DEPENDS= et:${PORTSDIR}/games/linux-enemyterritory ONLY_FOR_ARCHS= i386 -USE_X_PREFIX= yes USE_ZIP= yes USE_LINUX= yes NO_WRKSUBDIR= yes |