ports/167514: emulators/virtualbox-ose: Add SF to master sites

Akinori MUSHA knu at FreeBSD.org
Wed May 2 05:00:28 UTC 2012


>Number:         167514
>Category:       ports
>Synopsis:       emulators/virtualbox-ose: Add SF to 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:   Wed May 02 05:00:27 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Akinori MUSHA
>Release:        FreeBSD 9.0-STABLE
>Organization:
>Environment:
>Description:
The MASTER_SITES currently listed are all too slow to download the distfile, at least from East Asia.
>How-To-Repeat:

>Fix:
There's a virtualbox.mirror project on sourceforge which can offer sufficient bandwidth for most of us.

Apply the attached patch and take advantage of it.

Patch attached with submission follows:

Index: virtualbox-ose/Makefile
===================================================================
RCS file: /home/pcvs/ports/emulators/virtualbox-ose/Makefile,v
retrieving revision 1.49
diff -u -r1.49 Makefile
--- virtualbox-ose/Makefile	30 Apr 2012 17:18:03 -0000	1.49
+++ virtualbox-ose/Makefile	2 May 2012 04:41:30 -0000
@@ -10,6 +10,7 @@
 CATEGORIES=	emulators
 MASTER_SITES=	http://tmp.chruetertee.ch/ \
 		http://freebsd.unixfreunde.de/sources/ \
+		SF/virtualbox.mirror/ \
 		http://disasterarea.chruetertee.ch/ \
 		http://download.virtualbox.org/virtualbox/${VBOX_GUEST_VER}/:guestadditions
 DISTFILES=	VirtualBox-${DISTVERSION}${EXTRACT_SUFX} ${GADISTFILES}
Index: virtualbox-ose-additions/Makefile
===================================================================
RCS file: /home/pcvs/ports/emulators/virtualbox-ose-additions/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- virtualbox-ose-additions/Makefile	30 Apr 2012 17:18:04 -0000	1.21
+++ virtualbox-ose-additions/Makefile	2 May 2012 04:41:30 -0000
@@ -10,6 +10,7 @@
 CATEGORIES=	emulators kld
 MASTER_SITES=	http://tmp.chruetertee.ch/ \
 		http://freebsd.unixfreunde.de/sources/ \
+		SF/virtualbox.mirror/ \
 		http://disasterarea.chruetertee.ch/
 PKGNAMESUFFIX=	-additions
 DISTNAME=	VirtualBox-${DISTVERSION}
Index: virtualbox-ose-kmod/Makefile
===================================================================
RCS file: /home/pcvs/ports/emulators/virtualbox-ose-kmod/Makefile,v
retrieving revision 1.42
diff -u -r1.42 Makefile
--- virtualbox-ose-kmod/Makefile	30 Apr 2012 17:18:03 -0000	1.42
+++ virtualbox-ose-kmod/Makefile	2 May 2012 04:41:30 -0000
@@ -10,6 +10,7 @@
 CATEGORIES=	emulators kld
 MASTER_SITES=	http://tmp.chruetertee.ch/ \
 		http://freebsd.unixfreunde.de/sources/ \
+		SF/virtualbox.mirror/ \
 		http://disasterarea.chruetertee.ch/
 PKGNAMESUFFIX=	-kmod
 DISTNAME=	VirtualBox-${DISTVERSION}


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list