Date: Wed, 15 May 2013 05:30:28 GMT From: Kubilay Kocak <koobs.freebsd@gmail.com> To: gnome@FreeBSD.org Subject: ports/178523: [PATCH] textproc/libxslt: Put the fastest MASTER_SITE first Message-ID: <201305150530.r4F5US8F042748@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/178523; it has been noted by GNATS. From: Kubilay Kocak <koobs.freebsd@gmail.com> To: FreeBSD-gnats-submit@freebsd.org Cc: gnome@FreeBSD.org Subject: ports/178523: [PATCH] textproc/libxslt: Put the fastest MASTER_SITE first Date: Sun, 12 May 2013 14:46:29 +1000 (EST) >Number: 178523 >Category: ports >Synopsis: [PATCH] textproc/libxslt: Put the fastest MASTER_SITE first >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: Sun May 12 04:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kubilay Kocak >Release: FreeBSD 9.1-STABLE amd64 >Organization: >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 --- >Release-Note: >Audit-Trail: >Unformatted: _______________________________________________ freebsd-ports-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305150530.r4F5US8F042748>