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-etpro | |
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-etpro')
-rw-r--r-- | games/linux-enemyterritory-etpro/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/linux-enemyterritory-etpro/Makefile b/games/linux-enemyterritory-etpro/Makefile index 47c1a6d42c17..3e015dc1614c 100644 --- a/games/linux-enemyterritory-etpro/Makefile +++ b/games/linux-enemyterritory-etpro/Makefile @@ -7,6 +7,7 @@ PORTNAME= etpro PORTVERSION= 3.2.5 +PORTREVISION= 1 CATEGORIES= games linux MASTER_SITES= http://bani.anime.net/etpro/ \ http://dl.vpclan.de/etpro/ \ @@ -24,7 +25,6 @@ COMMENT= ET Pro - The Enemy Territory Competition Mod RUN_DEPENDS= et:${PORTSDIR}/games/linux-enemyterritory ONLY_FOR_ARCHS= i386 -USE_X_PREFIX= yes USE_ZIP= yes USE_LINUX= yes NO_WRKSUBDIR= yes |