ports/178523: [PATCH] textproc/libxslt: Put the fastest MASTER_SITE first
Kubilay Kocak
koobs.freebsd at gmail.com
Sun May 12 04:50:01 UTC 2013
>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 at 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 at 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 at FreeBSD.org
--- libxslt-1.1.28_1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list