From 70b019a13ece172ae272d9ddb81d1214058c5ad4 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Sat, 8 Jan 2005 20:18:49 +0000 Subject: [PATCH] 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 --- security/tor-devel/Makefile | 11 ++++++++--- security/tor-devel/pkg-descr | 9 ++++++++- security/tor/Makefile | 11 ++++++++--- security/tor/pkg-descr | 9 ++++++++- 4 files changed, 32 insertions(+), 8 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 diff --git a/security/tor/Makefile b/security/tor/Makefile index 475b12a6af53..05cf6d56fbb7 100644 --- a/security/tor/Makefile +++ b/security/tor/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/pkg-descr b/security/tor/pkg-descr index 2f4ab73019d8..459d213bead8 100644 --- a/security/tor/pkg-descr +++ b/security/tor/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