diff options
author | lippe <lippe@FreeBSD.org> | 2008-06-21 07:54:03 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2008-06-21 07:54:03 +0800 |
commit | 30677ba0031754dee627b78a11d5f0b2307f8ed0 (patch) | |
tree | a56cc38347517d5de875e3e9306d3903fe8c0b2a /security/tor-devel | |
parent | a11b2b7c20a9e6423cd3ce45d908a189ae67884f (diff) | |
download | freebsd-ports-gnome-30677ba0031754dee627b78a11d5f0b2307f8ed0.tar.gz freebsd-ports-gnome-30677ba0031754dee627b78a11d5f0b2307f8ed0.tar.zst freebsd-ports-gnome-30677ba0031754dee627b78a11d5f0b2307f8ed0.zip |
- Update to 0.2.1.1-alpha.
- Add several new MASTER_SITES.
PR: ports/124650
Submitted by: Peter Thoenen <peter.thoenen@yahoo.com>
Reworked by: bf <bf2006a@yahoo.com>
Approved by: gabor (mentor, implicit), Peter Thoenen <peter.thoenen@yahoo.com> (maintainer)
Diffstat (limited to 'security/tor-devel')
-rw-r--r-- | security/tor-devel/Makefile | 14 | ||||
-rw-r--r-- | security/tor-devel/distinfo | 6 | ||||
-rw-r--r-- | security/tor-devel/pkg-plist | 2 |
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 |