diff options
author | pav <pav@FreeBSD.org> | 2005-05-24 15:27:32 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-24 15:27:32 +0000 |
commit | 535bdf6a020c7db54636f77720ce6a45d12b78c7 (patch) | |
tree | 372fc213e3aa31522d39f3809a2db6562c82e94a /security/tor-devel | |
parent | 5cb1e0c822c84ffcd97d527e1deeb345b48918cf (diff) | |
download | FreeBSD-ports-535bdf6a020c7db54636f77720ce6a45d12b78c7.zip FreeBSD-ports-535bdf6a020c7db54636f77720ce6a45d12b78c7.tar.gz |
- Update to 0.0.9.9
PR: ports/81435
Submitted by: rik <freebsd-ports@rikrose.net> (maintainer)
Diffstat (limited to 'security/tor-devel')
-rw-r--r-- | security/tor-devel/Makefile | 4 | ||||
-rw-r--r-- | security/tor-devel/distinfo | 4 | ||||
-rw-r--r-- | security/tor-devel/files/patch-contrib-tor.sh.in | 29 |
3 files changed, 4 insertions, 33 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index dc79814..d908ef3 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -6,8 +6,8 @@ # PORTNAME= tor -PORTVERSION= 0.0.9.2 -PORTREVISION= 1 +PORTVERSION= 0.0.9.9 +# PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://tor.eff.org/dist/ diff --git a/security/tor-devel/distinfo b/security/tor-devel/distinfo index c0c036f..2d9efda 100644 --- a/security/tor-devel/distinfo +++ b/security/tor-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (tor-0.0.9.2.tar.gz) = 65fe27324904c350be555e4eb0ae9fcd -SIZE (tor-0.0.9.2.tar.gz) = 539296 +MD5 (tor-0.0.9.9.tar.gz) = a9979fc4d20d7e3734d7b8a51e60a7d5 +SIZE (tor-0.0.9.9.tar.gz) = 574809 diff --git a/security/tor-devel/files/patch-contrib-tor.sh.in b/security/tor-devel/files/patch-contrib-tor.sh.in deleted file mode 100644 index 74fa897..0000000 --- a/security/tor-devel/files/patch-contrib-tor.sh.in +++ /dev/null @@ -1,29 +0,0 @@ ---- contrib/tor.sh.in.orig Sat Jan 29 20:41:19 2005 -+++ contrib/tor.sh.in Sat Jan 29 20:46:14 2005 -@@ -5,12 +5,12 @@ - # chkconfig: 2345 90 10 - # description: Onion Router - --TORUSER= --TORGROUP= -+TORUSER=_tor -+TORGROUP=_tor - TORBIN=@BINDIR@/tor --TORPID=@LOCALSTATEDIR@/run/tor/tor.pid --TORLOG=@LOCALSTATEDIR@/log/tor/tor.log --TORDATA=@LOCALSTATEDIR@/lib/tor -+TORPID=/var/run/tor.pid -+TORLOG=/var/log/tor.log -+TORDATA=/var/db/tor/data - - TORCONF=@CONFDIR@/torrc - # Strictly speaking, we don't need to su if we have --user and --group. -@@ -36,7 +36,7 @@ - if [ "x$TORUSER" = "x" ]; then - $TORBIN -f $TORCONF $TORARGS - else -- /bin/su -c "$TORBIN -f $TORCONF $TORARGS" $TORUSER -+ /usr/bin/su $TORUSER -c "$TORBIN -f $TORCONF $TORARGS" - fi - RETVAL=$? - if [ $RETVAL -eq 0 ]; then |