Date: Mon, 26 Nov 2012 17:30:02 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307792 - head/textproc/libxml2 Message-ID: <201211261730.qAQHU2ht038219@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Mon Nov 26 17:30:02 2012 New Revision: 307792 URL: http://svnweb.freebsd.org/changeset/ports/307792 Log: Switch main site and mirror around. The mirror is still valid but it is really slow. Reported by: many Feature safe: yes Modified: head/textproc/libxml2/Makefile Modified: head/textproc/libxml2/Makefile ============================================================================== --- head/textproc/libxml2/Makefile Mon Nov 26 17:23:29 2012 (r307791) +++ head/textproc/libxml2/Makefile Mon Nov 26 17:30:02 2012 (r307792) @@ -15,8 +15,8 @@ PORTNAME= libxml2 PORTVERSION= 2.7.8 PORTREVISION?= 5 CATEGORIES?= textproc gnome -MASTER_SITES= ftp://gd.tuwien.ac.at/pub/libxml/ \ - ftp://xmlsoft.org/libxml2/ +MASTER_SITES= ftp://xmlsoft.org/libxml2/ \ + ftp://gd.tuwien.ac.at/pub/libxml/ DIST_SUBDIR= gnome2 MAINTAINER?= gnome@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211261730.qAQHU2ht038219>