From owner-svn-ports-head@freebsd.org Tue Sep 27 19:49:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA1AFBECB21; Tue, 27 Sep 2016 19:49:32 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9CC3FC03; Tue, 27 Sep 2016 19:49:32 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8RJnVMK062261; Tue, 27 Sep 2016 19:49:31 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8RJnVrN062259; Tue, 27 Sep 2016 19:49:31 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201609271949.u8RJnVrN062259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Tue, 27 Sep 2016 19:49:31 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2016 19:49:32 -0000 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