diff options
author | pav <pav@FreeBSD.org> | 2005-11-04 05:21:35 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-04 05:21:35 +0800 |
commit | d24176d7e56d3a90aed5d7ab7abee66083454c7d (patch) | |
tree | 40e00f95e50d01ba02e5eb9183f3d06581d8516d /math | |
parent | 8a66e4e0af66599c4b18ef3014dea56a3313af56 (diff) | |
download | freebsd-ports-gnome-d24176d7e56d3a90aed5d7ab7abee66083454c7d.tar.gz freebsd-ports-gnome-d24176d7e56d3a90aed5d7ab7abee66083454c7d.tar.zst freebsd-ports-gnome-d24176d7e56d3a90aed5d7ab7abee66083454c7d.zip |
- Add more master sites, the original site have 10 slots limit and is full
Reported by: krismail
Diffstat (limited to 'math')
-rw-r--r-- | math/cln/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile index 81480173e981..fb972740ba04 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -9,7 +9,9 @@ PORTNAME= cln PORTVERSION= 1.1.10 CATEGORIES= math devel -MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/gnu/ +MASTER_SITES= http://www.ginac.de/CLN/ \ + http://www.mirrors.wiretapped.net/security/cryptography/libraries/math/cln/ \ + ftp://ftpthep.physik.uni-mainz.de/pub/gnu/ MAINTAINER= ports@FreeBSD.org COMMENT= Class Library for Numbers |