summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-11-27 03:55:23 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-11-27 03:55:23 +0800
commit0209fd87fc3a8102e236fe2514936689788439dc (patch)
treea51c911309e5024e142219eebb75244c633527a2
parentef642eebfc32001e0b576fa27d249e7b89b05a6e (diff)
downloadmarcuscom-ports-0209fd87fc3a8102e236fe2514936689788439dc.tar
marcuscom-ports-0209fd87fc3a8102e236fe2514936689788439dc.tar.gz
marcuscom-ports-0209fd87fc3a8102e236fe2514936689788439dc.tar.bz2
marcuscom-ports-0209fd87fc3a8102e236fe2514936689788439dc.tar.lz
marcuscom-ports-0209fd87fc3a8102e236fe2514936689788439dc.tar.xz
marcuscom-ports-0209fd87fc3a8102e236fe2514936689788439dc.tar.zst
marcuscom-ports-0209fd87fc3a8102e236fe2514936689788439dc.zip
Sync with ports. switch download mirrors around.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17148 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--textproc/libxml2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index 3a09e271e..6fee91556 100644
--- a/textproc/libxml2/Makefile
+++ b/textproc/libxml2/Makefile
@@ -3,7 +3,7 @@
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
-# $MCom: ports/textproc/libxml2/Makefile,v 1.13 2012/08/04 10:10:19 kwm Exp $
+# $MCom: ports/textproc/libxml2/Makefile,v 1.14 2012/08/04 16:55:25 kwm Exp $
#
# WITHOUT_SCHEMA disable XML schema support
# WITHOUT_THREADS disable threads support
@@ -16,8 +16,8 @@ PORTNAME= libxml2
PORTVERSION= 2.8.0
PORTREVISION?= 0
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