diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-05-10 20:40:11 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-05-10 20:40:11 +0000 |
commit | 43c062ff15e22621f79867650f830009c9699e06 (patch) | |
tree | 5248b750b2ab03e5d016a56503e60c4e5ccacdd5 /textproc | |
parent | Update acroreadwrapper dependency. (diff) |
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
Diffstat (limited to 'textproc')
-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 |