diff options
author | pav <pav@FreeBSD.org> | 2006-06-05 21:23:45 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-06-05 21:23:45 +0800 |
commit | 2570bcc87b047fbe874a7ed3a4bea948b67ee756 (patch) | |
tree | 8aed8887068e052d22195bf2eafb372bffcdc046 /security | |
parent | 14c06d1ef1411be7bcec1cfee0365ad734af4b20 (diff) | |
download | freebsd-ports-gnome-2570bcc87b047fbe874a7ed3a4bea948b67ee756.tar.gz freebsd-ports-gnome-2570bcc87b047fbe874a7ed3a4bea948b67ee756.tar.zst freebsd-ports-gnome-2570bcc87b047fbe874a7ed3a4bea948b67ee756.zip |
- Update to 0.1.1.20
PR: ports/98375
Submitted by: Peter Thoenen <peter.thoenen@yahoo.com> <eol1@yahoo.com> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/tor-devel/Makefile | 8 | ||||
-rw-r--r-- | security/tor-devel/distinfo | 6 | ||||
-rw-r--r-- | security/tor-devel/files/tor.in | 1 | ||||
-rw-r--r-- | security/tor-devel/pkg-install | 2 |
4 files changed, 8 insertions, 9 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index 17060e5c47b2..7e9a65595d08 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -6,11 +6,11 @@ # PORTNAME= tor -PORTVERSION= 0.1.1.18 +PORTVERSION= 0.1.1.20 CATEGORIES= security net -MASTER_SITES= http://tor.eff.org/dist/ +MASTER_SITES= http://tor.eff.org/dist/ \ + http://mirror.onionland.org/dist/ PKGNAMESUFFIX= -devel -DISTNAME= ${PORTNAME}-${PORTVERSION}-rc MAINTAINER= peter.thoenen@yahoo.com COMMENT= An anonymizing overlay network for TCP @@ -24,8 +24,6 @@ USE_OPENSSL= yes USE_RC_SUBR= tor SUB_FILES= pkg-message -CONFLICTS= tor-[0-9]* - MANCOMPRESSED= no MAN1= tor.1 tor-resolve.1 torify.1 diff --git a/security/tor-devel/distinfo b/security/tor-devel/distinfo index 95678ededf0c..998c80895a6b 100644 --- a/security/tor-devel/distinfo +++ b/security/tor-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (tor-0.1.1.18-rc.tar.gz) = 1e67150f74b23db92fdf8000a5ed107b -SHA256 (tor-0.1.1.18-rc.tar.gz) = 98c6ae87a41ceafbc98fea7128bba8ffce2857610ef367da3a4c0d9fcc963193 -SIZE (tor-0.1.1.18-rc.tar.gz) = 811574 +MD5 (tor-0.1.1.20.tar.gz) = 51aac1749ff2549e8f3e1a172dc66992 +SHA256 (tor-0.1.1.20.tar.gz) = b251fd9079a40345beb5b67bcdf30c3292ee9220d2d062d583b89f3526015138 +SIZE (tor-0.1.1.20.tar.gz) = 828833 diff --git a/security/tor-devel/files/tor.in b/security/tor-devel/files/tor.in index a1ab5ec559d2..e99b5c126733 100644 --- a/security/tor-devel/files/tor.in +++ b/security/tor-devel/files/tor.in @@ -2,6 +2,7 @@ # # $FreeBSD$ # +# PROVIDE: tor # REQUIRE: NETWORKING SERVERS USR # BEFORE: LOGIN # diff --git a/security/tor-devel/pkg-install b/security/tor-devel/pkg-install index 8480c6988675..f144a64b7449 100644 --- a/security/tor-devel/pkg-install +++ b/security/tor-devel/pkg-install @@ -27,7 +27,7 @@ PRE-INSTALL) echo "You already have a user \"${USER}\", so I will use it." else if pw useradd ${USER} -g ${GROUP} -h - \ - -d /nonexistent -c "Tor Daemon" -s /bin/sh + -d /var/db/tor -c "Tor Daemon" -s /bin/sh then echo "Added user \"${USER}\"." else |