diff options
-rw-r--r-- | security/tor-devel/Makefile | 2 | ||||
-rw-r--r-- | security/tor/Makefile | 2 |
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/ \ |