svn commit: r422827 - in head/net-im/tox: . files

Thierry Thomas thierry at FreeBSD.org
Tue Sep 27 19:49:32 UTC 2016


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 at 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
 


More information about the svn-ports-all mailing list