diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-07-24 03:58:00 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-07-24 03:58:00 +0000 |
commit | 06df1b9da1e04c8a1695326262bd87b30d0f5d97 (patch) | |
tree | 08a66161f05808e2dd79fc5673b9d51ccaa8097d /security/tor | |
parent | 63d822bea4b12e0efd43870b5870da6d4bc28b6f (diff) | |
download | ports-06df1b9da1e04c8a1695326262bd87b30d0f5d97.tar.gz ports-06df1b9da1e04c8a1695326262bd87b30d0f5d97.zip |
Notes
Diffstat (limited to 'security/tor')
-rw-r--r-- | security/tor/Makefile | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/security/tor/Makefile b/security/tor/Makefile index 903c0026ab69..7065e698d9f0 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -12,25 +12,35 @@ 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/ \ + http://mirror.tor.hu/dist/ \ + http://onion.anonymo.us.org/dist/ \ + http://theonionrouter.com/dist/ \ http://tor-www.5coluna.com/dist/ \ http://tor.amorphis.eu/dist/ \ http://tor.askapache.com/dist/ \ http://tor.beme-it.de/dist/ \ - http://tor.boinc.ch/dist/ \ http://tor.ccc.de/dist/ \ + http://tor.cyberarmy.at/dist/ \ http://tor.homosu.net/dist/ \ http://tor.idnr.ws/dist/ \ + http://tor.kamagurka.org/dist/ \ http://tor.searchprivate.com/dist/ \ http://tor.taiga-san.net/dist/ \ + http://tor.webersiedlung.at/dist/ \ + http://tordistua.reactor-xg.kiev.ua/ \ http://torproj.xpdm.us/dist/ \ http://torproject.nwlinux.us/dist/ \ http://www.oignon.net/dist/ \ http://www.torproject.org.nyud.net/dist/ \ - http://www.torproject.us/dist/ + http://www.torproject.us/dist/ \ + http://www.torservers.net/mirrors/torproject.org/dist/ MAINTAINER= bf@FreeBSD.org COMMENT= An anonymizing overlay network for TCP +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/LICENSE + LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent GNU_CONFIGURE= yes @@ -54,9 +64,6 @@ CONFLICTS= tor-devel-[0-9]* MANCOMPRESSED= no MAN1= tor.1 tor-resolve.1 torify.1 tor-gencert.1 -LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/LICENSE - .include <bsd.port.pre.mk> .if ( ${OSVERSION} < 704000 || \ |