diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-10-29 11:02:27 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-10-29 11:02:27 +0000 |
commit | 1423466e5b69815c7bb0c9099cf2474c9b31814c (patch) | |
tree | e9c581c4c71d9b193c747a074bbcb12ff95e5de7 /security/tor-devel | |
parent | 300ab738a82c10949cac5a0c32092d30c34ce06e (diff) | |
download | ports-1423466e5b69815c7bb0c9099cf2474c9b31814c.tar.gz ports-1423466e5b69815c7bb0c9099cf2474c9b31814c.zip |
Notes
Diffstat (limited to 'security/tor-devel')
-rw-r--r-- | security/tor-devel/Makefile | 9 | ||||
-rw-r--r-- | security/tor-devel/distinfo | 6 |
2 files changed, 4 insertions, 11 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index 103f4c4a14f5..a57c88e7e4d1 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tor -DISTVERSION= 0.2.2.1-alpha +DISTVERSION= 0.2.2.5-alpha CATEGORIES= security net ipv6 MASTER_SITES= http://www.torproject.org/dist/ \ http://tor.cypherpunks.at/dist/ \ @@ -27,7 +27,6 @@ CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" OPTIONS= BUFFREELISTS "freelists for buffer RAM" on \ - GEOIP "track country data" off \ INSTR_DOWNLOADS "instrument downloads for analysis" off \ TCMALLOC "use the tcmalloc memory allocation library" off \ THREADS "multi-threading support" on \ @@ -50,12 +49,6 @@ CONFIGURE_ARGS+= --enable-buf-freelists CONFIGURE_ARGS+= --disable-buf-freelists .endif -.if defined(WITH_GEOIP) -CONFIGURE_ARGS+= --enable-geoip-stats -.else -CONFIGURE_ARGS+= --disable-geoip-stats -.endif - .if defined(WITH_INSTR_DOWNLOADS) CONFIGURE_ARGS+= --enable-instrument-downloads .else diff --git a/security/tor-devel/distinfo b/security/tor-devel/distinfo index 32579cc39db8..fc4b06e53693 100644 --- a/security/tor-devel/distinfo +++ b/security/tor-devel/distinfo @@ -1,3 +1,3 @@ -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 +MD5 (tor-0.2.2.5-alpha.tar.gz) = 6cec2090ceb3afdc5b329eb2b009a7d0 +SHA256 (tor-0.2.2.5-alpha.tar.gz) = 8b89fc25d09e00a7bd3d26cbdcda88092aaabed7124c12881b2d4fc8b6434dee +SIZE (tor-0.2.2.5-alpha.tar.gz) = 2471406 |