diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-11-27 03:55:23 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-11-27 03:55:23 +0800 |
commit | 0209fd87fc3a8102e236fe2514936689788439dc (patch) | |
tree | a51c911309e5024e142219eebb75244c633527a2 /textproc | |
parent | ef642eebfc32001e0b576fa27d249e7b89b05a6e (diff) | |
download | marcuscom-ports-0209fd87fc3a8102e236fe2514936689788439dc.tar.gz 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
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml2/Makefile | 6 |
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 |