Summary: | [PATCH] textproc/libxslt: Put the fastest MASTER_SITE first | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | koobs <koobs.freebsd> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-gnome (Nobody) <gnome> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | gnome | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
koobs
2013-05-12 05:46:29 UTC
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) Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer (via the GNATS Auto Assign Tool) State Changed From-To: open->closed Committed thanks! Author: kwm Date: Mon May 13 15:36:50 2013 New Revision: 318108 URL: http://svnweb.freebsd.org/changeset/ports/318108 Log: Put faster site first [1], while here add http mirror. PR: ports/178523 [1] Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> Modified: head/textproc/libxslt/Makefile Modified: head/textproc/libxslt/Makefile ============================================================================== --- head/textproc/libxslt/Makefile Mon May 13 15:32:29 2013 (r318107) +++ head/textproc/libxslt/Makefile Mon May 13 15:36:50 2013 (r318108) @@ -5,8 +5,9 @@ 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/ \ + http://xmlsoft.org/sources/ \ + ftp://gd.tuwien.ac.at/pub/libxml/ DIST_SUBDIR= gnome2 MAINTAINER?= gnome@FreeBSD.org _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" |