svn commit: r304160 - in head/emulators: virtualbox-ose-kmod-legacy virtualbox-ose-legacy

Bernhard Froehlich decke at FreeBSD.org
Wed Sep 12 20:13:35 UTC 2012


Author: decke
Date: Wed Sep 12 20:13:34 2012
New Revision: 304160
URL: http://svn.freebsd.org/changeset/ports/304160

Log:
  - Cleanup MASTER_SITES and use upstream mirror as primary
  
  Discussed with:	beat (for chruetertee mirrors)

Modified:
  head/emulators/virtualbox-ose-kmod-legacy/Makefile
  head/emulators/virtualbox-ose-legacy/Makefile

Modified: head/emulators/virtualbox-ose-kmod-legacy/Makefile
==============================================================================
--- head/emulators/virtualbox-ose-kmod-legacy/Makefile	Wed Sep 12 19:56:50 2012	(r304159)
+++ head/emulators/virtualbox-ose-kmod-legacy/Makefile	Wed Sep 12 20:13:34 2012	(r304160)
@@ -8,8 +8,8 @@
 PORTNAME=	virtualbox-ose
 DISTVERSION=	4.0.16
 CATEGORIES=	emulators kld
-MASTER_SITES=	http://tmp.chruetertee.ch/ \
-		http://freebsd.unixfreunde.de/sources/ \
+MASTER_SITES=	http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \
+		http://tmp.chruetertee.ch/ \
 		http://disasterarea.chruetertee.ch/
 PKGNAMESUFFIX=	-kmod-legacy
 DISTNAME=	VirtualBox-${DISTVERSION}

Modified: head/emulators/virtualbox-ose-legacy/Makefile
==============================================================================
--- head/emulators/virtualbox-ose-legacy/Makefile	Wed Sep 12 19:56:50 2012	(r304159)
+++ head/emulators/virtualbox-ose-legacy/Makefile	Wed Sep 12 20:13:34 2012	(r304160)
@@ -9,8 +9,8 @@ PORTNAME=	virtualbox-ose
 DISTVERSION=	4.0.16
 PORTREVISION=	2
 CATEGORIES=	emulators
-MASTER_SITES=	http://tmp.chruetertee.ch/ \
-		http://freebsd.unixfreunde.de/sources/ \
+MASTER_SITES=	http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \
+		http://tmp.chruetertee.ch/ \
 		http://disasterarea.chruetertee.ch/ \
 		http://download.virtualbox.org/virtualbox/${VBOX_GUEST_VER}/:guestadditions
 PKGNAMESUFFIX=	-legacy



More information about the svn-ports-all mailing list