diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2012-09-12 20:13:34 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2012-09-12 20:13:34 +0000 |
commit | 77ec5cb4ec53f8dc5b8314657c7f69112a6b9beb (patch) | |
tree | e7c678a6cc46bd0e7bb4759835db1429e2eda386 | |
parent | ee526acaca3a0bfa04a28064ec095c8091d04fe1 (diff) | |
download | freebsd-ports-77ec5cb4ec53f8dc5b8314657c7f69112a6b9beb.zip |
- Cleanup MASTER_SITES and use upstream mirror as primary
Discussed with: beat (for chruetertee mirrors)
-rw-r--r-- | emulators/virtualbox-ose-kmod-legacy/Makefile | 4 | ||||
-rw-r--r-- | emulators/virtualbox-ose-legacy/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/virtualbox-ose-kmod-legacy/Makefile b/emulators/virtualbox-ose-kmod-legacy/Makefile index 83f48a4eb182..f4d035e86647 100644 --- a/emulators/virtualbox-ose-kmod-legacy/Makefile +++ b/emulators/virtualbox-ose-kmod-legacy/Makefile @@ -8,8 +8,8 @@ PORTNAME= virtualbox-ose DISTVERSION= 4.0.16 CATEGORIES= emulators kld -MASTER_SITES= http://tmp.chruetertee.ch/ \ - http://freebsd.unixfreunde.de/sources/ \ +MASTER_SITES= http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \ + http://tmp.chruetertee.ch/ \ http://disasterarea.chruetertee.ch/ PKGNAMESUFFIX= -kmod-legacy DISTNAME= VirtualBox-${DISTVERSION} diff --git a/emulators/virtualbox-ose-legacy/Makefile b/emulators/virtualbox-ose-legacy/Makefile index ea31c4e784d6..692e40b3830f 100644 --- a/emulators/virtualbox-ose-legacy/Makefile +++ b/emulators/virtualbox-ose-legacy/Makefile @@ -9,8 +9,8 @@ PORTNAME= virtualbox-ose DISTVERSION= 4.0.16 PORTREVISION= 2 CATEGORIES= emulators -MASTER_SITES= http://tmp.chruetertee.ch/ \ - http://freebsd.unixfreunde.de/sources/ \ +MASTER_SITES= http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \ + http://tmp.chruetertee.ch/ \ http://disasterarea.chruetertee.ch/ \ http://download.virtualbox.org/virtualbox/${VBOX_GUEST_VER}/:guestadditions PKGNAMESUFFIX= -legacy |