Date: Wed, 10 Mar 2021 04:31:12 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567981 - head/emulators/virtualbox-ose-additions Message-ID: <202103100431.12A4VCmZ043409@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Wed Mar 10 04:31:11 2021 New Revision: 567981 URL: https://svnweb.freebsd.org/changeset/ports/567981 Log: emulators/virtualbox-ose-additions: Fix MASTER_SITES PR: 254175 Submitted by: Andrew Fyfe <andrew@neptune-one.net> Modified: head/emulators/virtualbox-ose-additions/Makefile Modified: head/emulators/virtualbox-ose-additions/Makefile ============================================================================== --- head/emulators/virtualbox-ose-additions/Makefile Wed Mar 10 04:20:16 2021 (r567980) +++ head/emulators/virtualbox-ose-additions/Makefile Wed Mar 10 04:31:11 2021 (r567981) @@ -4,7 +4,7 @@ PORTNAME= virtualbox-ose PORTVERSION= 6.1.18 CATEGORIES= emulators -MASTER_SITES= https://download.virtualbox.com/virtualbox/${PORTVERSION}/ +MASTER_SITES= https://download.virtualbox.org/virtualbox/${PORTVERSION}/ PKGNAMESUFFIX?= -additions DISTNAME= VirtualBox-${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103100431.12A4VCmZ043409>