summaryrefslogtreecommitdiff
path: root/security/tor-devel
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-06-05 13:23:45 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-06-05 13:23:45 +0000
commit5059e1c6b8a221670ac881e7e95aea388f7222bb (patch)
treef5e1e8ef198ad46ba16059a8f25e941a9fe68f41 /security/tor-devel
parent- Update to 1.5.9.6 (diff)
- Update to 0.1.1.20
PR: ports/98375 Submitted by: Peter Thoenen <peter.thoenen@yahoo.com> <eol1@yahoo.com> (maintainer)
Notes
Notes: svn path=/head/; revision=164444
Diffstat (limited to 'security/tor-devel')
-rw-r--r--security/tor-devel/Makefile8
-rw-r--r--security/tor-devel/distinfo6
-rw-r--r--security/tor-devel/files/tor.in1
-rw-r--r--security/tor-devel/pkg-install2
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