aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbf <bf@FreeBSD.org>2011-07-21 23:10:56 +0800
committerbf <bf@FreeBSD.org>2011-07-21 23:10:56 +0800
commitc3e1fc1ea8da02f4b10d61bb81a4407909656b2a (patch)
tree031f901b2812e061bba11b0e9a5cfd74174c4be6
parentbecfdf976e921ced78078d51f38926ae789648e4 (diff)
downloadfreebsd-ports-gnome-c3e1fc1ea8da02f4b10d61bb81a4407909656b2a.tar.gz
freebsd-ports-gnome-c3e1fc1ea8da02f4b10d61bb81a4407909656b2a.tar.zst
freebsd-ports-gnome-c3e1fc1ea8da02f4b10d61bb81a4407909656b2a.zip
Avoid redirects on the primary master site
Reported by: Ruslan Mahmatkhanov
-rw-r--r--security/tor-devel/Makefile2
-rw-r--r--security/tor/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile
index 1d06ecf3f4ac..acd19aac5359 100644
--- a/security/tor-devel/Makefile
+++ b/security/tor-devel/Makefile
@@ -9,7 +9,7 @@ PORTNAME= tor
DISTVERSION= 0.2.3.1-alpha
PORTREVISION= 1
CATEGORIES= security net ipv6
-MASTER_SITES= http://www.torproject.org/dist/ \
+MASTER_SITES= https://www.torproject.org/dist/ \
ftp://ftp.bit.nl/mirror/tor/ \
http://cyberside.net.ee/tor/ \
http://mirrors.chaos-darmstadt.de/tor-mirror/dist/ \
diff --git a/security/tor/Makefile b/security/tor/Makefile
index d8608c1402f0..903c0026ab69 100644
--- a/security/tor/Makefile
+++ b/security/tor/Makefile
@@ -8,7 +8,7 @@
PORTNAME= tor
DISTVERSION= 0.2.1.30
CATEGORIES= security net ipv6
-MASTER_SITES= http://www.torproject.org/dist/ \
+MASTER_SITES= https://www.torproject.org/dist/ \
ftp://ftp.bit.nl/mirror/tor/ \
http://cyberside.net.ee/tor/ \
http://mirrors.chaos-darmstadt.de/tor-mirror/dist/ \