diff options
author | bf <bf@FreeBSD.org> | 2011-07-24 11:58:00 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-07-24 11:58:00 +0800 |
commit | e9da9764a07c8b9c8c769f349a46ba1184376798 (patch) | |
tree | 0a10c2bca8184bd22c345cd874743f5e30474f3f /security | |
parent | 10be04f0aa8a06afe5ab583ce984312c420e2db1 (diff) | |
download | freebsd-ports-gnome-e9da9764a07c8b9c8c769f349a46ba1184376798.tar.gz freebsd-ports-gnome-e9da9764a07c8b9c8c769f349a46ba1184376798.tar.zst freebsd-ports-gnome-e9da9764a07c8b9c8c769f349a46ba1184376798.zip |
reposition LICENSE* and add recent mirror changes
from tor-devel
Diffstat (limited to 'security')
-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 || \ |