Date: Mon, 6 Jan 2025 22:01:16 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 22df33c49275 - 2025Q1 - emulators/virtualbox-ose-additions-legacy: Fix MASTER_SITES Message-ID: <202501062201.506M1Gne049826@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2025Q1 has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=22df33c4927513a83e1060ee2c9b3593206f74f7 commit 22df33c4927513a83e1060ee2c9b3593206f74f7 Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2025-01-06 21:57:15 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2025-01-06 22:01:11 +0000 emulators/virtualbox-ose-additions-legacy: Fix MASTER_SITES Fixes: b4a6bc8744f4 (Improve ports) MFH: 2025Q1 (cherry picked from commit 0c89f84bc70ad6bb02e6acbca968bc70eb5486f7) --- emulators/virtualbox-ose-additions-legacy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/virtualbox-ose-additions-legacy/Makefile b/emulators/virtualbox-ose-additions-legacy/Makefile index cb328055a7b4..32c53d9680a1 100644 --- a/emulators/virtualbox-ose-additions-legacy/Makefile +++ b/emulators/virtualbox-ose-additions-legacy/Makefile @@ -2,7 +2,7 @@ PORTNAME= virtualbox-ose DISTVERSION= 5.2.44 PORTREVISION?= 6 CATEGORIES= emulators -MASTER_SITES= https://download.virtualbox.com/virtualbox/${DISTVERSION}/ +MASTER_SITES= https://download.virtualbox.org/virtualbox/${DISTVERSION}/ PKGNAMESUFFIX?= -additions-legacy DISTNAME= VirtualBox-${DISTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501062201.506M1Gne049826>