svn commit: r500487 - in head/sysutils/py-salt: . files
Steve Wills
swills at FreeBSD.org
Tue Apr 30 13:13:13 UTC 2019
Author: swills
Date: Tue Apr 30 13:13:10 2019
New Revision: 500487
URL: https://svnweb.freebsd.org/changeset/ports/500487
Log:
sysutils/py-salt: Fix rc script
PR: 236184
Submitted by: Christer Edwards <christer.edwards at gmail.com> (maintainer)
Modified:
head/sysutils/py-salt/Makefile (contents, props changed)
head/sysutils/py-salt/files/salt_proxy.in
Modified: head/sysutils/py-salt/Makefile
==============================================================================
--- head/sysutils/py-salt/Makefile Tue Apr 30 13:03:52 2019 (r500486)
+++ head/sysutils/py-salt/Makefile Tue Apr 30 13:13:10 2019 (r500487)
@@ -3,6 +3,7 @@
PORTNAME= salt
PORTVERSION= 2019.2.0
+PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/sysutils/py-salt/files/salt_proxy.in
==============================================================================
--- head/sysutils/py-salt/files/salt_proxy.in Tue Apr 30 13:03:52 2019 (r500486)
+++ head/sysutils/py-salt/files/salt_proxy.in Tue Apr 30 13:13:10 2019 (r500487)
@@ -38,8 +38,8 @@ command_interpreter="%%PYTHON_CMD%%"
required_files="%%PREFIX%%/etc/salt"
command_args="-c ${required_files} -d"
-export PATH="${salt_minion_paths}"
-export PYTHON_EGG_CACHE="${salt_minion_eggcache}"
+export PATH="${salt_proxy_paths}"
+export PYTHON_EGG_CACHE="${salt_proxy_eggcache}"
salt_proxy_start()
{
More information about the svn-ports-all
mailing list