diff options
author | mezz <mezz@FreeBSD.org> | 2008-04-07 00:14:26 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-04-07 00:14:26 +0800 |
commit | 45a0cf61a54f5a126ac26372387b0a55a51df0a9 (patch) | |
tree | 215455b72bc63418eb51c3856387446cc0ec09ae /textproc | |
parent | 4a42b2ae622ad6ec3a9e216fe1b30f680dd0e7c5 (diff) | |
download | freebsd-ports-gnome-45a0cf61a54f5a126ac26372387b0a55a51df0a9.tar.gz freebsd-ports-gnome-45a0cf61a54f5a126ac26372387b0a55a51df0a9.tar.zst freebsd-ports-gnome-45a0cf61a54f5a126ac26372387b0a55a51df0a9.zip |
Remove xmlsoft.org and use GNOME mirrors. The xmlsoft.org's tarballs are
corruped.
Reported by: edwin
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxslt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index b4ef23f23ac4..0b2cd7d72ca4 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -9,7 +9,7 @@ PORTNAME= libxslt PORTVERSION= 1.1.22 PORTREVISION?= 1 CATEGORIES?= textproc gnome -MASTER_SITES= ftp://xmlsoft.org/libxslt/ \ +MASTER_SITES= GNOME \ ftp://fr.rpmfind.net/pub/libxml/ DIST_SUBDIR= gnome2 |