diff options
author | mezz <mezz@FreeBSD.org> | 2008-05-11 04:40:11 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-05-11 04:40:11 +0800 |
commit | f166d42c9bf0c5d247e388a481ac38e15cb8ce5a (patch) | |
tree | 8cb04c9f472fe615eb448a834cc5a84317348259 | |
parent | fdb39db4695ecf346e1119673a8773a6a5488779 (diff) | |
download | freebsd-ports-gnome-f166d42c9bf0c5d247e388a481ac38e15cb8ce5a.tar.gz freebsd-ports-gnome-f166d42c9bf0c5d247e388a481ac38e15cb8ce5a.tar.zst freebsd-ports-gnome-f166d42c9bf0c5d247e388a481ac38e15cb8ce5a.zip |
Reorder the MASTER_SITES by use mirrors first instead of master one. The
xmlsoft.org (master) server sucks and send corrupt tarballs to our users
too often. Add one more mirror.
Reported by: a few users
-rw-r--r-- | textproc/libxml2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 8a85608a4ffa..9ae0fd039ac0 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -15,8 +15,9 @@ PORTNAME= libxml2 PORTVERSION= 2.6.31 PORTREVISION?= 0 CATEGORIES?= textproc gnome -MASTER_SITES= ftp://xmlsoft.org/libxml2/ \ - ftp://fr.rpmfind.net/pub/libxml/ +MASTER_SITES= ftp://fr.rpmfind.net/pub/libxml/ \ + ftp://gd.tuwien.ac.at/pub/libxml/ \ + ftp://xmlsoft.org/libxml2/ DIST_SUBDIR= gnome2 MAINTAINER?= gnome@FreeBSD.org |