Date: Sun, 12 May 2013 14:46:29 +1000 (EST) From: Kubilay Kocak <koobs.freebsd@gmail.com> To: FreeBSD-gnats-submit@freebsd.org Cc: gnome@FreeBSD.org Subject: [PATCH] textproc/libxslt: Put the fastest MASTER_SITE first Message-ID: <20130512044629.1D44B39FFB@freebsd-RELENG_9-amd64.elysium>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Kubilay Kocak >Organization: >Confidential: no >Synopsis: [PATCH] textproc/libxslt: Put the fastest MASTER_SITE first >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 9.1-STABLE amd64 >Environment: System: FreeBSD freebsd-RELENG_9-amd64.elysium 9.1-STABLE FreeBSD 9.1-STABLE #0 r249542: Sun Apr 21 21:01:52 EST >Description: gd.tuwien.ac.at is a mirror for the libxml2 project, and frequently exhibits extremely slow throughput (<= 8k/sec) causing installation and upgrade to unecessarily take a long time. This change also matches the textproc/libxml2 MASTER_SITES order. Switch the order of MASTER_SITES, making the primary download host [1] of the libxml2 project first in the list. make checksum confirms distinfo match [1] http://www.xmlsoft.org/downloads.html Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- libxslt-1.1.28_1.patch begins here --- diff -ruN /usr/ports/textproc/libxslt/Makefile ./Makefile --- /usr/ports/textproc/libxslt/Makefile 2013-05-04 02:36:39.000000000 +1000 +++ ./Makefile 2013-05-12 13:52:59.824713312 +1000 @@ -1,12 +1,12 @@ # Created by: Ade Lovett <ade@FreeBSD.org> -# $FreeBSD: textproc/libxslt/Makefile 317220 2013-05-03 16:36:39Z ehaupt $ +# $FreeBSD: head/textproc/libxslt/Makefile 317220 2013-05-03 16:36:39Z ehaupt $ PORTNAME= libxslt PORTVERSION= 1.1.28 PORTREVISION?= 1 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 --- libxslt-1.1.28_1.patch ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130512044629.1D44B39FFB>