svn commit: r307792 - head/textproc/libxml2

Koop Mast kwm at FreeBSD.org
Mon Nov 26 17:30:03 UTC 2012


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 at FreeBSD.org


More information about the svn-ports-head mailing list