aboutsummaryrefslogtreecommitdiff
path: root/security/tor
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-07-08 18:49:10 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-07-08 18:49:10 +0000
commite6e0a58b56da91bdeb63040816437eaf07e8da1f (patch)
tree40cad2fd85ae730c9a4ca51b15b7a03299588a26 /security/tor
parent3fa26961eea1d32df7e578d46e9bf6001dac3ee3 (diff)
downloadports-e6e0a58b56da91bdeb63040816437eaf07e8da1f.tar.gz
ports-e6e0a58b56da91bdeb63040816437eaf07e8da1f.zip
Notes
Diffstat (limited to 'security/tor')
-rw-r--r--security/tor/Makefile7
-rw-r--r--security/tor/distinfo4
-rw-r--r--security/tor/pkg-plist1
3 files changed, 9 insertions, 3 deletions
diff --git a/security/tor/Makefile b/security/tor/Makefile
index 725e5e108d8a..3849986dbe1b 100644
--- a/security/tor/Makefile
+++ b/security/tor/Makefile
@@ -6,13 +6,15 @@
#
PORTNAME= tor
-PORTVERSION= 0.0.7
+PORTVERSION= 0.0.7.2
CATEGORIES= security
MASTER_SITES= http://freehaven.net/tor/dist/
MAINTAINER= freebsd-ports@rikrose.net
COMMENT= An anonymizing overlay network for TCP
+RUN_DEPENDS= tsocks:${PORTSDIR}/net/tsocks
+
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_OPENSSL= yes
@@ -27,4 +29,7 @@ post-patch:
@${REINPLACE_CMD} -e "s|tor-tsocks.conf|tor-tsocks.conf.sample|g" \
${WRKSRC}/contrib/Makefile.in
+post-install:
+ @${CP} ${WRKSRC}/contrib/tor.sh ${LOCALBASE}/etc/rc.d/tor.sh.sample
+
.include <bsd.port.mk>
diff --git a/security/tor/distinfo b/security/tor/distinfo
index 6a7c7a538bb9..cb28bc0a6047 100644
--- a/security/tor/distinfo
+++ b/security/tor/distinfo
@@ -1,2 +1,2 @@
-MD5 (tor-0.0.7.tar.gz) = 27a2e3ea4409b8c32a1b483a7e141e4e
-SIZE (tor-0.0.7.tar.gz) = 378970
+MD5 (tor-0.0.7.2.tar.gz) = 8b1a150bb9bd5633964f4f7ceb5cc124
+SIZE (tor-0.0.7.2.tar.gz) = 379223
diff --git a/security/tor/pkg-plist b/security/tor/pkg-plist
index 9a5b0e76d74a..90d6eeeab698 100644
--- a/security/tor/pkg-plist
+++ b/security/tor/pkg-plist
@@ -1,5 +1,6 @@
bin/tor
bin/torify
+etc/rc.d/tor.sh.sample
etc/tor/dirservers
etc/tor/torrc.sample
etc/tor/tor-tsocks.conf.sample