Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jul 2015 06:00:03 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r391491 - branches/2015Q3/sysutils/py-salt
Message-ID:  <201507070600.t67603g2065483@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Tue Jul  7 06:00:03 2015
New Revision: 391491
URL: https://svnweb.freebsd.org/changeset/ports/391491

Log:
  MFH: r391389
  
  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 (delphij)

Modified:
  branches/2015Q3/sysutils/py-salt/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/sysutils/py-salt/Makefile
==============================================================================
--- branches/2015Q3/sysutils/py-salt/Makefile	Tue Jul  7 05:57:36 2015	(r391490)
+++ branches/2015Q3/sysutils/py-salt/Makefile	Tue Jul  7 06:00:03 2015	(r391491)
@@ -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 \



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