From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 20:13:35 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AC45A106564A; Wed, 12 Sep 2012 20:13:35 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 974CB8FC1A; Wed, 12 Sep 2012 20:13:35 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8CKDZAd040005; Wed, 12 Sep 2012 20:13:35 GMT (envelope-from decke@svn.freebsd.org) Received: (from decke@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8CKDZxO040002; Wed, 12 Sep 2012 20:13:35 GMT (envelope-from decke@svn.freebsd.org) Message-Id: <201209122013.q8CKDZxO040002@svn.freebsd.org> From: Bernhard Froehlich Date: Wed, 12 Sep 2012 20:13:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304160 - in head/emulators: virtualbox-ose-kmod-legacy virtualbox-ose-legacy X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 20:13:35 -0000 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