aboutsummaryrefslogtreecommitdiff
path: root/security/tor-devel
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-01-08 20:18:49 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-01-08 20:18:49 +0000
commit70b019a13ece172ae272d9ddb81d1214058c5ad4 (patch)
tree18e2ce0f0d83f3e77c641e49aa6b650d85308ae6 /security/tor-devel
parente870db8f2933e046de929319db4b00e3ffdf7b14 (diff)
downloadports-70b019a13ece172ae272d9ddb81d1214058c5ad4.tar.gz
ports-70b019a13ece172ae272d9ddb81d1214058c5ad4.zip
o Update to 0.0.9.2
o Add net as a secondary CATEGORY o Uphold CFLAGS o DESCR: - Add additional text from developer's www site - Update WWW tag with new location Approved by: maintainer
Notes
Notes: svn path=/head/; revision=125874
Diffstat (limited to 'security/tor-devel')
-rw-r--r--security/tor-devel/Makefile11
-rw-r--r--security/tor-devel/pkg-descr9
2 files changed, 16 insertions, 4 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile
index 475b12a6af53..05cf6d56fbb7 100644
--- a/security/tor-devel/Makefile
+++ b/security/tor-devel/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= tor
-PORTVERSION= 0.0.9.1
-CATEGORIES= security
-MASTER_SITES= http://tor.freehaven.net/dist/
+PORTVERSION= 0.0.9.2
+CATEGORIES= security net
+MASTER_SITES= http://tor.eff.org/dist/
MAINTAINER= freebsd-ports@rikrose.net
COMMENT= An anonymizing overlay network for TCP
@@ -28,6 +28,11 @@ post-patch:
${WRKSRC}/contrib/tor-tsocks.conf.sample
@${REINPLACE_CMD} -e "s|tor-tsocks.conf|tor-tsocks.conf.sample|g" \
${WRKSRC}/contrib/Makefile.in
+# uphold CFLAGS
+ @${FIND} ${WRKSRC} -type f | ${XARGS} \
+ -n 10 ${REINPLACE_CMD} -E \
+ -e 's!-g -O2!!' \
+ -e 's!-O2!!'
post-install:
@${CP} ${WRKSRC}/contrib/tor.sh ${LOCALBASE}/etc/rc.d/tor.sh.sample
diff --git a/security/tor-devel/pkg-descr b/security/tor-devel/pkg-descr
index 2f4ab73019d8..459d213bead8 100644
--- a/security/tor-devel/pkg-descr
+++ b/security/tor-devel/pkg-descr
@@ -3,9 +3,16 @@ Tor: an anonymizing overlay network for TCP
Tor is a connection-based low-latency anonymous communication system which
addresses many flaws in the original onion routing design.
+Tor is a toolset for a wide range of organizations and people that
+want to improve their safety and security on the Internet. Using
+Tor can help you anonymize web browsing and publishing, instant
+messaging, IRC, SSH, and more. Tor also provides a platform on which
+software developers can build new applications with built-in
+anonymity, safety, and privacy features.
+
Remember that this is development code -- DON'T RELY ON THE CURRENT TOR
NETWORK FOR ANONYMITY!
-WWW: http://freehaven.net/tor/
+WWW: http://tor.eff.org/
- rik
freebsd-ports@rikrose.net