diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2012-07-02 14:06:36 +0800 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2012-07-02 14:06:36 +0800 |
commit | d48b60ff76967784da497bbd07662b0aa028c654 (patch) | |
tree | 6d7a0924d8e31632ed4cf5b73a014bda350e4eaa | |
parent | 4a3774444761ae2bf60103f23a19b71552738330 (diff) | |
download | freebsd-ports-gnome-d48b60ff76967784da497bbd07662b0aa028c654.tar.gz freebsd-ports-gnome-d48b60ff76967784da497bbd07662b0aa028c654.tar.zst freebsd-ports-gnome-d48b60ff76967784da497bbd07662b0aa028c654.zip |
Add SF to master sites.
PR: ports/167514
Approved by: maintainer timeout
-rw-r--r-- | emulators/virtualbox-ose-additions/Makefile | 1 | ||||
-rw-r--r-- | emulators/virtualbox-ose-kmod/Makefile | 1 | ||||
-rw-r--r-- | emulators/virtualbox-ose/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose-additions/Makefile b/emulators/virtualbox-ose-additions/Makefile index ee592f1731bd..646be640a1bf 100644 --- a/emulators/virtualbox-ose-additions/Makefile +++ b/emulators/virtualbox-ose-additions/Makefile @@ -10,6 +10,7 @@ DISTVERSION= 4.1.18 CATEGORIES= emulators kld MASTER_SITES= http://tmp.chruetertee.ch/ \ http://freebsd.unixfreunde.de/sources/ \ + SF/virtualbox.mirror/ \ http://disasterarea.chruetertee.ch/ PKGNAMESUFFIX= -additions DISTNAME= VirtualBox-${DISTVERSION} diff --git a/emulators/virtualbox-ose-kmod/Makefile b/emulators/virtualbox-ose-kmod/Makefile index 4ed6af762e78..3cd41b8c513a 100644 --- a/emulators/virtualbox-ose-kmod/Makefile +++ b/emulators/virtualbox-ose-kmod/Makefile @@ -10,6 +10,7 @@ DISTVERSION= 4.1.18 CATEGORIES= emulators kld MASTER_SITES= http://tmp.chruetertee.ch/ \ http://freebsd.unixfreunde.de/sources/ \ + SF/virtualbox.mirror/ \ http://disasterarea.chruetertee.ch/ PKGNAMESUFFIX= -kmod DISTNAME= VirtualBox-${DISTVERSION} diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index 3389c75d7687..51571978a98e 100644 --- a/emulators/virtualbox-ose/Makefile +++ b/emulators/virtualbox-ose/Makefile @@ -10,6 +10,7 @@ DISTVERSION= 4.1.18 CATEGORIES= emulators MASTER_SITES= http://tmp.chruetertee.ch/ \ http://freebsd.unixfreunde.de/sources/ \ + SF/virtualbox.mirror/ \ http://disasterarea.chruetertee.ch/ \ http://download.virtualbox.org/virtualbox/${VBOX_GUEST_VER}/:guestadditions DISTFILES= VirtualBox-${DISTVERSION}${EXTRACT_SUFX} ${GADISTFILES} |