diff options
author | edwin <edwin@FreeBSD.org> | 2005-02-11 23:07:39 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-02-11 23:07:39 +0000 |
commit | 8d58338be3e2afd05ab5ad232e547df8722fe1f4 (patch) | |
tree | 22ef505f499c5f9e83b422742be6b74aa33f43b5 /math | |
parent | 7603703bf53bd07b3264d5424c18390f925f1afb (diff) | |
download | FreeBSD-ports-8d58338be3e2afd05ab5ad232e547df8722fe1f4.zip FreeBSD-ports-8d58338be3e2afd05ab5ad232e547df8722fe1f4.tar.gz |
Fix fetching
Diffstat (limited to 'math')
-rw-r--r-- | math/gap/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/gap/Makefile b/math/gap/Makefile index 0ab743b..27e8283 100644 --- a/math/gap/Makefile +++ b/math/gap/Makefile @@ -8,16 +8,16 @@ PORTNAME= gap PORTVERSION= 4.4.4 CATEGORIES= math -MASTER_SITES= ftp://ftp.gap-system.org/pub/gap/gap4/tar.bz2/ -DISTFILES= gap4r4p4.tar.bz2 xtom1r1.tar.bz2 \ - packages-2004_12_07-12_33_UTC.tar.bz2 +MASTER_SITES= ftp://ftp.gap-system.org/pub/gap/gap4/tar.bz2/:new \ + ftp://ftp.gap-system.org/pub/gap/gap4/old/:old +DISTFILES= packages-2004_12_07-12_33_UTC.tar.bz2:old \ + gap4r4p4.tar.bz2:new \ + xtom1r1.tar.bz2:new DIST_SUBDIR= gap MAINTAINER= johans@stack.nl COMMENT= GAP is a system for computational discrete algebra -BROKEN= Unfetchable - .include <bsd.port.pre.mk> GAP_VERSION= gap4r4 |