diff options
author | lioux <lioux@FreeBSD.org> | 2005-01-09 04:18:49 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-01-09 04:18:49 +0800 |
commit | ee079cff7740ecd0a0df7555ed919de3ea964ce1 (patch) | |
tree | e4d69385df932c6894510feed5968e2884e4e396 /security/tor-devel | |
parent | 6c381208b02051581327afdfdb6003209ca63642 (diff) | |
download | freebsd-ports-gnome-ee079cff7740ecd0a0df7555ed919de3ea964ce1.tar.gz freebsd-ports-gnome-ee079cff7740ecd0a0df7555ed919de3ea964ce1.tar.zst freebsd-ports-gnome-ee079cff7740ecd0a0df7555ed919de3ea964ce1.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
Diffstat (limited to 'security/tor-devel')
-rw-r--r-- | security/tor-devel/Makefile | 11 | ||||
-rw-r--r-- | security/tor-devel/pkg-descr | 9 |
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 |