From owner-svn-ports-all@freebsd.org Mon Jul 6 05:11:01 2015 Return-Path: Delivered-To: svn-ports-all@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 E4D9599251A; Mon, 6 Jul 2015 05:11:01 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 D0074169D; Mon, 6 Jul 2015 05:11:01 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t665B1TM007260; Mon, 6 Jul 2015 05:11:01 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t665B12a007259; Mon, 6 Jul 2015 05:11:01 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201507060511.t665B12a007259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 6 Jul 2015 05:11:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391389 - head/sysutils/py-salt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jul 2015 05:11:02 -0000 Author: koobs Date: Mon Jul 6 05:11:01 2015 New Revision: 391389 URL: https://svnweb.freebsd.org/changeset/ports/391389 Log: sysutils/py-salt: Remove spurious backslash line ending Remove a spurious slash from the line end of PYDISTUTILS_INSTALLARGS introduced in r387241. Reported by: xmj Approved by: portmgr (blanket) MFH: 2015Q3 Modified: head/sysutils/py-salt/Makefile Modified: head/sysutils/py-salt/Makefile ============================================================================== --- head/sysutils/py-salt/Makefile Mon Jul 6 03:39:37 2015 (r391388) +++ head/sysutils/py-salt/Makefile Mon Jul 6 05:11:01 2015 (r391389) @@ -52,7 +52,7 @@ PYDISTUTILS_INSTALLARGS+=\ --salt-base-pillar-roots-dir=${ETCDIR}/pillar \ --salt-base-master-roots-dir=${ETCDIR}/salt-master \ --salt-logs-dir=/var/log/salt \ - --salt-pidfile-dir=/var/run \ + --salt-pidfile-dir=/var/run USE_RC_SUBR= salt_master \ salt_minion \