Date: Sat, 4 Jan 2025 23:00:16 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b60f7eb223e7 - main - emulators/virtualbox-ose{,-kmod}-legacy: Fix MASTER_SITES Message-ID: <202501042300.504N0G61070070@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501042300.504N0G61070070>