git: b60f7eb223e7 - main - emulators/virtualbox-ose{,-kmod}-legacy: Fix MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Jan 2025 23:00:16 UTC
The branch main has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b60f7eb223e74b051a79578f652700efc2153b22
commit b60f7eb223e74b051a79578f652700efc2153b22
Author: Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2025-01-04 22:58:32 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-01-04 22:58:32 +0000
emulators/virtualbox-ose{,-kmod}-legacy: Fix MASTER_SITES
Fixes: b4a6bc8744f4 (Improve ports)
---
emulators/virtualbox-ose-kmod-legacy/Makefile | 2 +-
emulators/virtualbox-ose-legacy/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/emulators/virtualbox-ose-kmod-legacy/Makefile b/emulators/virtualbox-ose-kmod-legacy/Makefile
index ede542c5e312..418abd8da945 100644
--- a/emulators/virtualbox-ose-kmod-legacy/Makefile
+++ b/emulators/virtualbox-ose-kmod-legacy/Makefile
@@ -2,7 +2,7 @@ PORTNAME= virtualbox-ose
DISTVERSION= 5.2.44
PORTREVISION= 7
CATEGORIES= emulators
-MASTER_SITES= https://download.virtualbox.com/virtualbox/${DISTVERSION}/
+MASTER_SITES= https://download.virtualbox.org/virtualbox/${DISTVERSION}/
PKGNAMESUFFIX= -kmod-legacy
DISTNAME= VirtualBox-${DISTVERSION}
diff --git a/emulators/virtualbox-ose-legacy/Makefile b/emulators/virtualbox-ose-legacy/Makefile
index 1ac2ded032c4..eb9e45783125 100644
--- a/emulators/virtualbox-ose-legacy/Makefile
+++ b/emulators/virtualbox-ose-legacy/Makefile
@@ -2,7 +2,7 @@ PORTNAME= virtualbox-ose
DISTVERSION= 5.2.44
PORTREVISION?= 23
CATEGORIES= emulators
-MASTER_SITES= https://download.virtualbox.com/virtualbox/${DISTVERSION}/:src \
+MASTER_SITES= https://download.virtualbox.org/virtualbox/${DISTVERSION}/:src \
LOCAL/bofh/emulators/virtualbox-ose-legacy:docs
PKGNAMESUFFIX?= -legacy
DISTFILES= VirtualBox-${DISTVERSION}${EXTRACT_SUFX}:src \