aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-06-28 23:18:30 +0800
committermiwi <miwi@FreeBSD.org>2008-06-28 23:18:30 +0800
commitf2bd1a3d0016275511178434494c196ea427fc89 (patch)
tree20a7c7a1dd061d909e506a6308612fb3fd3c1944 /security
parentde88cfcea105b6fda0d8e30b7d1d8780aa49c415 (diff)
downloadfreebsd-ports-gnome-f2bd1a3d0016275511178434494c196ea427fc89.tar.gz
freebsd-ports-gnome-f2bd1a3d0016275511178434494c196ea427fc89.tar.zst
freebsd-ports-gnome-f2bd1a3d0016275511178434494c196ea427fc89.zip
- Update to 0.2.1.2-alpha
- Add regression-test PR: 124812 Submitted by: bf <bf2006a@yahoo.com> Approved by: maintainer
Diffstat (limited to 'security')
-rw-r--r--security/tor-devel/Makefile11
-rw-r--r--security/tor-devel/distinfo6
2 files changed, 12 insertions, 5 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile
index e9682a137855..e3d6536e5a38 100644
--- a/security/tor-devel/Makefile
+++ b/security/tor-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tor
-DISTVERSION= 0.2.1.1-alpha
+DISTVERSION= 0.2.1.2-alpha
CATEGORIES= security net
MASTER_SITES= http://www.torproject.org/dist/ \
http://tor.cypherpunks.at/dist/ \
@@ -29,6 +29,7 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
OPTIONS= BUFFREELISTS "freelists for buffer RAM" on \
CELLPOOL "memory pool allocator for cells" 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 \
TRANSPARENT "transparent proxy support" on \
@@ -62,6 +63,12 @@ CONFIGURE_ARGS+= --enable-geoip-stats
CONFIGURE_ARGS+= --disable-geoip-stats
.endif
+.if defined(WITH_INSTR_DOWNLOADS)
+CONFIGURE_ARGS+= --enable-instrument-downloads
+.else
+CONFIGURE_ARGS+= --disable-instrument-downloads
+.endif
+
.if defined(WITH_TCMALLOC)
CONFIGURE_ARGS+= --with-tcmalloc
LIB_DEPENDS+= tcmalloc:${PORTSDIR}/devel/google-perftools
@@ -113,7 +120,7 @@ post-install:
${CHOWN} _tor:_tor /var/db/tor
${CAT} ${PKGMESSAGE}
-check:
+regression-test:
@( cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} \
${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check )
diff --git a/security/tor-devel/distinfo b/security/tor-devel/distinfo
index 1f732e849edd..4566e3e9ebf4 100644
--- a/security/tor-devel/distinfo
+++ b/security/tor-devel/distinfo
@@ -1,3 +1,3 @@
-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
+MD5 (tor-0.2.1.2-alpha.tar.gz) = 122778603272fd3e53f6c2e7b6be4a81
+SHA256 (tor-0.2.1.2-alpha.tar.gz) = a3bd84cdc332d57b4570c1f043e59498b454753f24202ebdf20456a33f3d0989
+SIZE (tor-0.2.1.2-alpha.tar.gz) = 2191555