diff options
author | krion <krion@FreeBSD.org> | 2006-05-02 00:20:15 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2006-05-02 00:20:15 +0800 |
commit | fb56fc69e0bd9983602bbab4b782f2f31b32694f (patch) | |
tree | cfa5c212c6bccbe25f500ac5b2af565c4e2d72d1 /textproc | |
parent | 0975b4358fd40e27a10fe1cad1de39d2cb4f949d (diff) | |
download | freebsd-ports-gnome-fb56fc69e0bd9983602bbab4b782f2f31b32694f.tar.gz freebsd-ports-gnome-fb56fc69e0bd9983602bbab4b782f2f31b32694f.tar.zst freebsd-ports-gnome-fb56fc69e0bd9983602bbab4b782f2f31b32694f.zip |
Add a few official mirrors, drop a dead one, fix WWW.
PR: ports/96597
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/mini-xml/Makefile | 6 | ||||
-rw-r--r-- | textproc/mini-xml/pkg-descr | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/textproc/mini-xml/Makefile b/textproc/mini-xml/Makefile index 6ae88526c7fc..6bd24a3a0d94 100644 --- a/textproc/mini-xml/Makefile +++ b/textproc/mini-xml/Makefile @@ -8,14 +8,16 @@ PORTVERSION= 2.2.2 PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://ftp.easysw.com/pub/mxml/${PORTVERSION}/ \ - http://www.nu6.org/_/mirror/ftp.easysw.com/pub/mxml/${PORTVERSION}/ + ftp://ftp3.easysw.com/pub/mxml/${PORTVERSION}/ \ + http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/mxml/${PORTVERSION}/ \ + ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/mxml/${PORTVERSION}/ \ + ftp://ftp.easysw.com/pub/mxml/${PORTVERSION}/ DISTNAME= mxml-${PORTVERSION} MAINTAINER= oc@cynic.ru COMMENT= Lightweight XML parsing library USE_GNOME= gnometarget pkgconfig -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-docdir=${DOCSDIR} diff --git a/textproc/mini-xml/pkg-descr b/textproc/mini-xml/pkg-descr index bc8bdc1bf14c..c36625be8497 100644 --- a/textproc/mini-xml/pkg-descr +++ b/textproc/mini-xml/pkg-descr @@ -16,7 +16,7 @@ Mini-XML provides the following functionality: - Functions for creating and managing trees of data. - "Find" and "walk" functions for easily locating and navigating trees of data. -WWW: http://www.easysw.com/~mike/mxml +WWW: http://www.easysw.com/~mike/mxml/ - Michael Sweet mxml@easysw.com |