diff options
author | miwi <miwi@FreeBSD.org> | 2009-09-19 06:49:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-09-19 06:49:17 +0800 |
commit | a01aa4b5d672b4c5e9c5556550f7d17b987e48e0 (patch) | |
tree | 8326969c9274ede384bc820c0cf64804c2fa3530 /security | |
parent | bc4dab9cc2c550aab26099481644d59b6577effc (diff) | |
download | freebsd-ports-gnome-a01aa4b5d672b4c5e9c5556550f7d17b987e48e0.tar.gz freebsd-ports-gnome-a01aa4b5d672b4c5e9c5556550f7d17b987e48e0.tar.zst freebsd-ports-gnome-a01aa4b5d672b4c5e9c5556550f7d17b987e48e0.zip |
- Update to 0.2.2.1-alpha
- Update WWW
PR: 138726
Submitted by: bf <bf1783@gmail.com>
Approved by: maintainer
Feature safe: yes
Diffstat (limited to 'security')
-rw-r--r-- | security/tor-devel/Makefile | 7 | ||||
-rw-r--r-- | security/tor-devel/distinfo | 6 | ||||
-rw-r--r-- | security/tor-devel/pkg-descr | 2 |
3 files changed, 7 insertions, 8 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index 49941f6a353d..103f4c4a14f5 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tor -DISTVERSION= 0.2.1.17-rc +DISTVERSION= 0.2.2.1-alpha CATEGORIES= security net ipv6 MASTER_SITES= http://www.torproject.org/dist/ \ http://tor.cypherpunks.at/dist/ \ @@ -18,9 +18,8 @@ PKGNAMESUFFIX= -devel MAINTAINER= peter.thoenen@yahoo.com COMMENT= An anonymizing overlay network for TCP -RUN_DEPENDS= tsocks:${PORTSDIR}/net/tsocks +RUN_DEPENDS= torsocks:${PORTSDIR}/net/torsocks LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent -USE_AUTOTOOLS= libtool:22 aclocal:110 autoconf:262 GNU_CONFIGURE= yes USE_OPENSSL= yes @@ -38,7 +37,7 @@ OPTIONS= BUFFREELISTS "freelists for buffer RAM" on \ USE_RC_SUBR= tor SUB_FILES= pkg-message -CONFLICTS= tor-0.2.0.[0-9]* +CONFLICTS= tor-[0-9]* MANCOMPRESSED= no MAN1= tor.1 tor-resolve.1 torify.1 tor-gencert.1 diff --git a/security/tor-devel/distinfo b/security/tor-devel/distinfo index f3b2cb60e408..32579cc39db8 100644 --- a/security/tor-devel/distinfo +++ b/security/tor-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (tor-0.2.1.17-rc.tar.gz) = 5328e9ac9fa23d42e01aed80291cedb2 -SHA256 (tor-0.2.1.17-rc.tar.gz) = 89d4d16865374c80419ec93abccf49bef4ad81fd869cb0cf7b83b00ddabc3fdb -SIZE (tor-0.2.1.17-rc.tar.gz) = 2396332 +MD5 (tor-0.2.2.1-alpha.tar.gz) = bf7611974dbc546a5368e2926eea4d52 +SHA256 (tor-0.2.2.1-alpha.tar.gz) = 10c66a84cedc43726fecf219b6c523e54eac4efff57d6ce4d9031a86933de013 +SIZE (tor-0.2.2.1-alpha.tar.gz) = 2443660 diff --git a/security/tor-devel/pkg-descr b/security/tor-devel/pkg-descr index 72a692937021..8ce1c152709b 100644 --- a/security/tor-devel/pkg-descr +++ b/security/tor-devel/pkg-descr @@ -13,4 +13,4 @@ anonymity, safety, and privacy features. Remember that this is development code -- DON'T RELY ON THE CURRENT TOR NETWORK FOR ANONYMITY! -WWW: http://tor.eff.org/ +WWW: http://torproject.org/ |