summaryrefslogtreecommitdiff
path: root/security/tor-devel
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-03-03 06:52:05 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-03-03 06:52:05 +0000
commit78843318c79228fda1403d7b3530d0e6ac446bee (patch)
treeff6394e837e621cda94b2b0ebc17df2dae560069 /security/tor-devel
parentUpdate to the 20070228 snapshot of GCC 4.2.0. (diff)
- Update to 0.1.2.9
- Be verbose in post-install PR: ports/109759 Submitted by: Peter Thoenen <peter.thoenen at yahoo.com> (maintainer)
Notes
Notes: svn path=/head/; revision=186378
Diffstat (limited to 'security/tor-devel')
-rw-r--r--security/tor-devel/Makefile18
-rw-r--r--security/tor-devel/distinfo6
-rw-r--r--security/tor-devel/files/tor.in2
3 files changed, 13 insertions, 13 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile
index 3c6bdac36483..bb98c97c4ef4 100644
--- a/security/tor-devel/Makefile
+++ b/security/tor-devel/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= tor
-PORTVERSION= 0.1.2.7
+PORTVERSION= 0.1.2.9
CATEGORIES= security net
MASTER_SITES= http://tor.eff.org/dist/ \
http://mirror.onionland.org/dist/
PKGNAMESUFFIX= -devel
-DISTNAME= ${PORTNAME}-${PORTVERSION}-alpha
+DISTNAME= ${PORTNAME}-${PORTVERSION}-rc
MAINTAINER= peter.thoenen@yahoo.com
COMMENT= An anonymizing overlay network for TCP
@@ -47,12 +47,12 @@ pre-su-install:
${PKGINSTALL} ${PKGNAME} PRE-INSTALL
post-install:
- @${MKDIR} /var/run/tor
- @${CHOWN} _tor:_tor /var/run/tor
- @${TOUCH} /var/log/tor
- @${CHOWN} _tor:_tor /var/log/tor
- @${MKDIR} /var/db/tor/data
- @${CHOWN} _tor:_tor /var/db/tor
- @${CAT} ${PKGMESSAGE}
+ ${MKDIR} /var/run/tor
+ ${CHOWN} _tor:_tor /var/run/tor
+ ${TOUCH} /var/log/tor
+ ${CHOWN} _tor:_tor /var/log/tor
+ ${MKDIR} /var/db/tor/data
+ ${CHOWN} _tor:_tor /var/db/tor
+ ${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
diff --git a/security/tor-devel/distinfo b/security/tor-devel/distinfo
index 3ac505381b39..5dcf95ca2099 100644
--- a/security/tor-devel/distinfo
+++ b/security/tor-devel/distinfo
@@ -1,3 +1,3 @@
-MD5 (tor-0.1.2.7-alpha.tar.gz) = 561c490b25a84e4716be18937afa61ba
-SHA256 (tor-0.1.2.7-alpha.tar.gz) = 02602e529819bb702cb25a48ad7cde89a31784004b52c29356a303e8b438b635
-SIZE (tor-0.1.2.7-alpha.tar.gz) = 1154768
+MD5 (tor-0.1.2.9-rc.tar.gz) = f12a5f394c0d7497fe9cdbe53e31965d
+SHA256 (tor-0.1.2.9-rc.tar.gz) = 954b343a134c67b00ae10be562cf933ae7e5b0f2cfef73aef67dacc460224001
+SIZE (tor-0.1.2.9-rc.tar.gz) = 1170591
diff --git a/security/tor-devel/files/tor.in b/security/tor-devel/files/tor.in
index 81cc72e9161c..093fd47b32ef 100644
--- a/security/tor-devel/files/tor.in
+++ b/security/tor-devel/files/tor.in
@@ -39,7 +39,7 @@ required_files=${tor_conf}
required_dirs=${tor_datadir}
pidfile=${tor_pidfile}
command="%%PREFIX%%/bin/${name}"
-command_args="-f ${tor_conf} --pidfile ${tor_pidfile} --runasdaemon 1 --datadirectory ${tor_datadir} --user ${tor_user} --group ${tor_group} --log \"notice file ${tor_logfile}\""
+command_args="-f ${tor_conf} --PidFile ${tor_pidfile} --RunAsDaemon 1 --DataDirectory ${tor_datadir} --User ${tor_user} --Group ${tor_group} --Log \"notice file ${tor_logfile}\""
extra_commands="log"
log_cmd="${name}_log"