svn commit: r373700 - in head/net/syncthing: . files

Steve Wills swills at FreeBSD.org
Mon Dec 1 03:42:10 UTC 2014


Author: swills
Date: Mon Dec  1 03:42:08 2014
New Revision: 373700
URL: https://svnweb.freebsd.org/changeset/ports/373700
QAT: https://qat.redports.org/buildarchive/r373700/

Log:
  net/syncthing: update to 0.10.9
  
  While here, also:
  
  - Move metadata dir to /var/db/syncthing
  - Minor improvements to rc script
  
  PR:		195541
  Submitted by:	Joshua Ruehlig <joshruehlig at gmail.com>

Modified:
  head/net/syncthing/Makefile
  head/net/syncthing/distinfo
  head/net/syncthing/files/syncthing.in

Modified: head/net/syncthing/Makefile
==============================================================================
--- head/net/syncthing/Makefile	Mon Dec  1 02:06:08 2014	(r373699)
+++ head/net/syncthing/Makefile	Mon Dec  1 03:42:08 2014	(r373700)
@@ -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=/
 

Modified: head/net/syncthing/distinfo
==============================================================================
--- head/net/syncthing/distinfo	Mon Dec  1 02:06:08 2014	(r373699)
+++ head/net/syncthing/distinfo	Mon Dec  1 03:42:08 2014	(r373700)
@@ -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

Modified: head/net/syncthing/files/syncthing.in
==============================================================================
--- head/net/syncthing/files/syncthing.in	Mon Dec  1 02:06:08 2014	(r373699)
+++ head/net/syncthing/files/syncthing.in	Mon Dec  1 03:42:08 2014	(r373700)
@@ -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
 


More information about the svn-ports-head mailing list