Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2012 20:13:35 +0000 (UTC)
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304160 - in head/emulators: virtualbox-ose-kmod-legacy virtualbox-ose-legacy
Message-ID:  <201209122013.q8CKDZxO040002@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209122013.q8CKDZxO040002>