diff options
author | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2019-04-27 13:13:25 +0000 |
---|---|---|
committer | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2019-04-27 13:13:25 +0000 |
commit | e320d594672674a009402cd9efc7b1fdd0f6466c (patch) | |
tree | 027c251ca8eba76a80a8263d5d0a367e19c79cb2 /emulators/virtualbox-ose | |
parent | 79d2ee7476bac0ac5847928b6d19e5a8728ea40f (diff) | |
download | ports-e320d594672674a009402cd9efc7b1fdd0f6466c.tar.gz ports-e320d594672674a009402cd9efc7b1fdd0f6466c.zip |
set VirtualBox MASTER_SITES to download.oracle.com
The SSL certificate of the host does not have download.virtualbox.org
in it's SubjectAltName anymore (download.virtualbox.org points to the
same CDN and is the same host as download.oracle.com, and checksums still
match).
Reported by: Duncan Young
Notes
Notes:
svn path=/head/; revision=500209
Diffstat (limited to 'emulators/virtualbox-ose')
-rw-r--r-- | emulators/virtualbox-ose/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index 74b638add43e..3b6cf30acb7e 100644 --- a/emulators/virtualbox-ose/Makefile +++ b/emulators/virtualbox-ose/Makefile @@ -4,7 +4,7 @@ PORTNAME= virtualbox-ose PORTVERSION= 5.2.28 CATEGORIES= emulators -MASTER_SITES= https://download.virtualbox.org/virtualbox/${PORTVERSION}/ +MASTER_SITES= https://download.oracle.com/virtualbox/${PORTVERSION}/ DISTFILES= VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS} EXTRACT_ONLY= VirtualBox-${PORTVERSION}${EXTRACT_SUFX} |