Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2006 18:20:03 +0300
From:      "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/96597: [PATCH] textproc/mini-xml: add MASTER_SITES
Message-ID:  <1146496803.62389@it.buh.tecnik93.com>
Resent-Message-ID: <200605011520.k41FKK9a046496@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         96597
>Category:       ports
>Synopsis:       [PATCH] textproc/mini-xml: add MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 01 15:20:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ion-Mihai "IOnut" Tetcu
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
Tecnik'93 
>Environment:


System: FreeBSD 6.1-PRERELEASE #3: Tue Apr  4 15:35:15 EEST 2006
    root@it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_U_P



>Description:


Add a few official mirrors, drop a dead one, fix WWW.


>How-To-Repeat:





>Fix:


--- mini-xml.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/mini-xml/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	29 May 2005 16:31:16 -0000	1.5
+++ Makefile	1 May 2006 15:19:14 -0000
@@ -8,14 +8,16 @@
 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}
 
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/textproc/mini-xml/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	29 May 2004 13:32:25 -0000	1.1
+++ pkg-descr	1 May 2006 15:19:14 -0000
@@ -16,7 +16,7 @@
 - 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
--- mini-xml.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1146496803.62389>