Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Sep 2016 19:49:31 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422827 - in head/net-im/tox: . files
Message-ID:  <201609271949.u8RJnVrN062259@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Tue Sep 27 19:49:31 2016
New Revision: 422827
URL: https://svnweb.freebsd.org/changeset/ports/422827

Log:
  Fix tox-bootstrapd.

Modified:
  head/net-im/tox/Makefile
  head/net-im/tox/files/tox-bootstrapd.in

Modified: head/net-im/tox/Makefile
==============================================================================
--- head/net-im/tox/Makefile	Tue Sep 27 19:43:32 2016	(r422826)
+++ head/net-im/tox/Makefile	Tue Sep 27 19:49:31 2016	(r422827)
@@ -3,6 +3,7 @@
 
 PORTNAME=	toxcore
 PORTVERSION=	0.160924
+PORTREVISION=	1
 CATEGORIES=	net-im net-p2p
 
 MAINTAINER=	thierry@FreeBSD.org

Modified: head/net-im/tox/files/tox-bootstrapd.in
==============================================================================
--- head/net-im/tox/files/tox-bootstrapd.in	Tue Sep 27 19:43:32 2016	(r422826)
+++ head/net-im/tox/files/tox-bootstrapd.in	Tue Sep 27 19:49:31 2016	(r422827)
@@ -27,7 +27,7 @@ pidfile=${tox_bootstrapd_pidfile:="$_pid
 long_name="Tox DHT bootstrap daemon."
 tox_bootstrapd_user="%%TOXDHT%%"
 command="%%PREFIX%%/bin/tox-bootstrapd"
-command_args="${tox_bootstrapd_config}"
+command_args="--config ${tox_bootstrapd_config}"
 
 stop_cmd=${name}_stop
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609271949.u8RJnVrN062259>