diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-04-06 18:28:46 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-04-06 18:28:46 +0000 |
commit | bdbb9d66b8bb189cb330b59cda44b11b727480f7 (patch) | |
tree | 4a254261a09aefa663904500a64eb543a8616175 /security/tor | |
parent | - Update to 1.2.1 (diff) |
- Bump PORTREVISION and change LIB_DEPENDS to reflect libevent update.
Diffstat (limited to 'security/tor')
-rw-r--r-- | security/tor/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/tor/Makefile b/security/tor/Makefile index 9d92ef79c89e..be1ec7a312fa 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -7,6 +7,7 @@ PORTNAME= tor PORTVERSION= 0.1.1.26 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://tor.eff.org/dist/ \ http://mirror.onionland.org/dist/ @@ -15,7 +16,7 @@ MAINTAINER= peter.thoenen@yahoo.com COMMENT= An anonymizing overlay network for TCP RUN_DEPENDS= tsocks:${PORTSDIR}/net/tsocks -LIB_DEPENDS= event-1.2a:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent GNU_CONFIGURE= yes USE_OPENSSL= yes |