svn commit: r391491 - branches/2015Q3/sysutils/py-salt

Kubilay Kocak koobs at FreeBSD.org
Tue Jul 7 06:00:04 UTC 2015


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 \


More information about the svn-ports-branches mailing list