diff options
author | gabor <gabor@FreeBSD.org> | 2007-03-17 05:06:52 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-03-17 05:06:52 +0800 |
commit | 0cfa261179bd086287cd9db003677dc60a94a63e (patch) | |
tree | fc535761fc76b17de7b41e4523d55ef559a52143 /games/xtris | |
parent | a5ab20b660f21f2fc71ce78c2e08d25457f07b63 (diff) | |
download | freebsd-ports-gnome-0cfa261179bd086287cd9db003677dc60a94a63e.tar.gz freebsd-ports-gnome-0cfa261179bd086287cd9db003677dc60a94a63e.tar.zst freebsd-ports-gnome-0cfa261179bd086287cd9db003677dc60a94a63e.zip |
- Fix fetching
- Unbreak
PR: ports/109729
Submitted by: Eric P. Scott <eps+pbug0703@ana.com>
Approved by: maintainer timeout (sec@42.org)
CVS: ----------------------------------------------------------------------
Diffstat (limited to 'games/xtris')
-rw-r--r-- | games/xtris/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/xtris/Makefile b/games/xtris/Makefile index 8436684ea12a..19c8bd08a80c 100644 --- a/games/xtris/Makefile +++ b/games/xtris/Makefile @@ -8,7 +8,7 @@ PORTNAME= xtris PORTVERSION= 1.15 CATEGORIES= games ipv6 -MASTER_SITES= http://www.iagora.com/~espel/xtris/ +MASTER_SITES= ftp://quatramaran.ens.fr/pub/orabidoo/ PATCH_SITES= ftp://ftp.42.org/pub/orphan/ PATCHFILES= xtris-1.15-v6-19991218.diff.gz @@ -17,10 +17,6 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= sec@42.org COMMENT= A multi-player version of a popular game for the X Window system -BROKEN= Unfetchable -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2007-04-10 - RESTRICTED= "Possible trademark infringement" WRKSRC= ${WRKDIR}/xtris |