diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-11 23:25:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-11 23:25:24 +0000 |
commit | 9bbf7f179be11c0cdfcc1f815e0e56e5196aa0c3 (patch) | |
tree | 310d23fc8211d4d3684611b94ae76fbd7c7ba664 /security/tor/Makefile | |
parent | 81bbe8d04e58ac160f652119177969a6dff241ab (diff) | |
download | ports-9bbf7f179be11c0cdfcc1f815e0e56e5196aa0c3.tar.gz ports-9bbf7f179be11c0cdfcc1f815e0e56e5196aa0c3.zip |
- Update to 0.0.8
PR: ports/72086
Submitted by: rik <freebsd-security@rikrose.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=118674
Diffstat (limited to 'security/tor/Makefile')
-rw-r--r-- | security/tor/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/tor/Makefile b/security/tor/Makefile index 34cecb1dd91b..c1debab23550 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -6,15 +6,15 @@ # PORTNAME= tor -PORTVERSION= 0.0.7.2 +PORTVERSION= 0.0.8 CATEGORIES= security -MASTER_SITES= http://www.mavetju.org/download/adopted/ \ - http://freehaven.net/tor/dist/ +MASTER_SITES= http://freehaven.net/tor/dist/ \ + http://www.mavetju.org/download/adopted/ MAINTAINER= freebsd-ports@rikrose.net COMMENT= An anonymizing overlay network for TCP -RUN_DEPENDS= tsocks:${PORTSDIR}/net/tsocks +RUN_DEPENDS= tsocks:${PORTSDIR}/net/tsocks GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} @@ -22,7 +22,7 @@ USE_OPENSSL= yes USE_REINPLACE= yes MANCOMPRESSED= no -MAN1= tor.1 torify.1 +MAN1= tor.1 tor-resolve.1 torify.1 post-patch: @${MV} ${WRKSRC}/contrib/tor-tsocks.conf \ |