aboutsummaryrefslogtreecommitdiff
path: root/net/syncthing
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-12-01 03:42:08 +0000
committerSteve Wills <swills@FreeBSD.org>2014-12-01 03:42:08 +0000
commit99f51f705cabcf35dd88d5db20dce61239d0c374 (patch)
tree988092338c0539b88e48245cfdadae8a751cf2c9 /net/syncthing
parent5ba43774d44ea859f08f1b92d85a4b1b5061bce5 (diff)
downloadports-99f51f705cabcf35dd88d5db20dce61239d0c374.tar.gz
ports-99f51f705cabcf35dd88d5db20dce61239d0c374.zip
Notes
Diffstat (limited to 'net/syncthing')
-rw-r--r--net/syncthing/Makefile2
-rw-r--r--net/syncthing/distinfo4
-rw-r--r--net/syncthing/files/syncthing.in6
3 files changed, 5 insertions, 7 deletions
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile
index 29fbe2301c01..e6e516c9d5fd 100644
--- a/net/syncthing/Makefile
+++ b/net/syncthing/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= syncthing
-PORTVERSION= 0.10.8
+PORTVERSION= 0.10.9
CATEGORIES= net
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/
diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo
index 7ab162b33703..4224b879024a 100644
--- a/net/syncthing/distinfo
+++ b/net/syncthing/distinfo
@@ -1,2 +1,2 @@
-SHA256 (syncthing-0.10.8.tar.gz) = a5ffb70c841ef333d567586c32826b9d60a27cc70c05e8a43b898e369390521d
-SIZE (syncthing-0.10.8.tar.gz) = 3061835
+SHA256 (syncthing-0.10.9.tar.gz) = d69303f94ffa638141c363d6490ea9fc911e08e670a90df274235d16849f80ab
+SIZE (syncthing-0.10.9.tar.gz) = 3088980
diff --git a/net/syncthing/files/syncthing.in b/net/syncthing/files/syncthing.in
index 8bc7038efe4b..9dca8ee13f1b 100644
--- a/net/syncthing/files/syncthing.in
+++ b/net/syncthing/files/syncthing.in
@@ -28,14 +28,12 @@ load_rc_config $name
: ${syncthing_enable:="NO"}
: ${syncthing_user:="syncthing"}
: ${syncthing_group:="syncthing"}
-: ${syncthing_dir:="/var/tmp/syncthing"}
-
-export HOME=${syncthing_dir}
+: ${syncthing_dir:="/var/db/syncthing"}
pidfile=/var/run/syncthing.pid
procname="%%PREFIX%%/bin/syncthing"
command="/usr/sbin/daemon"
-command_args="-f -p ${pidfile} ${procname} -home=${syncthing_dir} -no-browser ${syncthing_flags}"
+command_args="-f -p ${pidfile} ${procname} -home=${syncthing_dir} -no-browser ${syncthing_args}"
start_precmd=syncthing_startprecmd