From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 1 15:20:21 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 142B116A412 for ; Mon, 1 May 2006 15:20:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E0FB43D4C for ; Mon, 1 May 2006 15:20:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k41FKKAd046497 for ; Mon, 1 May 2006 15:20:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k41FKK9a046496; Mon, 1 May 2006 15:20:20 GMT (envelope-from gnats) Resent-Date: Mon, 1 May 2006 15:20:20 GMT Resent-Message-Id: <200605011520.k41FKK9a046496@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Ion-Mihai "IOnut" Tetcu" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2442516A400 for ; Mon, 1 May 2006 15:20:07 +0000 (UTC) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4F4743D49 for ; Mon, 1 May 2006 15:20:04 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 1519517610 for ; Mon, 1 May 2006 18:20:03 +0300 (EEST) Message-Id: <1146496803.62389@it.buh.tecnik93.com> Date: Mon, 1 May 2006 18:20:03 +0300 From: "Ion-Mihai "IOnut" Tetcu" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/96597: [PATCH] textproc/mini-xml: add MASTER_SITES X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2006 15:20:21 -0000 >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: