aboutsummaryrefslogtreecommitdiff
path: root/security/tor-devel
diff options
context:
space:
mode:
authorFelippe de Meirelles Motta <lippe@FreeBSD.org>2008-06-20 23:54:03 +0000
committerFelippe de Meirelles Motta <lippe@FreeBSD.org>2008-06-20 23:54:03 +0000
commit7956f3346255cf091e670acd7693abf2754a4775 (patch)
treec40f9dee90aaf788673a1f57af739f93f67be288 /security/tor-devel
parent32addfc9fc6115d88a11ae4f30e25d7676fe3d7b (diff)
downloadports-7956f3346255cf091e670acd7693abf2754a4775.tar.gz
ports-7956f3346255cf091e670acd7693abf2754a4775.zip
Notes
Diffstat (limited to 'security/tor-devel')
-rw-r--r--security/tor-devel/Makefile14
-rw-r--r--security/tor-devel/distinfo6
-rw-r--r--security/tor-devel/pkg-plist2
3 files changed, 17 insertions, 5 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile
index 7e3945ad42cb..e9682a137855 100644
--- a/security/tor-devel/Makefile
+++ b/security/tor-devel/Makefile
@@ -6,10 +6,13 @@
#
PORTNAME= tor
-DISTVERSION= 0.2.0.26-rc
+DISTVERSION= 0.2.1.1-alpha
CATEGORIES= security net
MASTER_SITES= http://www.torproject.org/dist/ \
- http://mirror.onionland.org/dist/
+ http://tor.cypherpunks.at/dist/ \
+ http://tor.depthstrike.com/dist/ \
+ http://tor.boinc.ch/dist/ \
+ http://tor.anonymity.cn/dist/
PKGNAMESUFFIX= -devel
MAINTAINER= peter.thoenen@yahoo.com
@@ -25,6 +28,7 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
OPTIONS= BUFFREELISTS "freelists for buffer RAM" on \
CELLPOOL "memory pool allocator for cells" on \
+ GEOIP "track country data" off \
TCMALLOC "use the tcmalloc memory allocation library" off \
THREADS "multi-threading support" on \
TRANSPARENT "transparent proxy support" on \
@@ -52,6 +56,12 @@ CONFIGURE_ARGS+= --enable-cell-pool
CONFIGURE_ARGS+= --disable-cell-pool
.endif
+.if defined(WITH_GEOIP)
+CONFIGURE_ARGS+= --enable-geoip-stats
+.else
+CONFIGURE_ARGS+= --disable-geoip-stats
+.endif
+
.if defined(WITH_TCMALLOC)
CONFIGURE_ARGS+= --with-tcmalloc
LIB_DEPENDS+= tcmalloc:${PORTSDIR}/devel/google-perftools
diff --git a/security/tor-devel/distinfo b/security/tor-devel/distinfo
index 0783875c48aa..1f732e849edd 100644
--- a/security/tor-devel/distinfo
+++ b/security/tor-devel/distinfo
@@ -1,3 +1,3 @@
-MD5 (tor-0.2.0.26-rc.tar.gz) = aa1179fab4dc69a10278e70729681053
-SHA256 (tor-0.2.0.26-rc.tar.gz) = 11b1e091da329c2a447f1bda85d79f9493968dfc463f039401324de8237e7369
-SIZE (tor-0.2.0.26-rc.tar.gz) = 1558724
+MD5 (tor-0.2.1.1-alpha.tar.gz) = 3ff9c9c8e4787bb97a79cc99795c21ae
+SHA256 (tor-0.2.1.1-alpha.tar.gz) = a1f8ed1b8666c77acd7d7f276b15c704f426165d8811d3dd406979bd940bc6df
+SIZE (tor-0.2.1.1-alpha.tar.gz) = 2199099
diff --git a/security/tor-devel/pkg-plist b/security/tor-devel/pkg-plist
index 4edd84eb4462..9459fabaccee 100644
--- a/security/tor-devel/pkg-plist
+++ b/security/tor-devel/pkg-plist
@@ -4,4 +4,6 @@ bin/tor-resolve
bin/torify
etc/tor/tor-tsocks.conf.sample
etc/tor/torrc.sample
+share/tor/geoip
+@dirrm share/tor
@dirrm etc/tor