diff options
author | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-01-04 22:58:32 +0000 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-01-04 22:58:32 +0000 |
commit | b60f7eb223e74b051a79578f652700efc2153b22 (patch) | |
tree | 8b278fab466233934433e55363f9805f1adb4e39 /emulators | |
parent | b4a6bc8744f4f15b0e510af1553afeb1c8a027b3 (diff) |
emulators/virtualbox-ose{,-kmod}-legacy: Fix MASTER_SITES
Fixes: b4a6bc8744f4 (Improve ports)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/virtualbox-ose-kmod-legacy/Makefile | 2 | ||||
-rw-r--r-- | 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 \ |