diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-07-21 17:05:39 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-07-21 17:05:39 +0000 |
commit | 96f95b6aacaffc11d4a0f1e916029b53aa0a8031 (patch) | |
tree | 7c83181f0ef1cec314aec6d6f0a45a1e742a15cc /sysutils/salt/Makefile | |
parent | 1eafc350e83e71c2208bebd4c8e1a6007f4062ee (diff) | |
download | pkgsrc-96f95b6aacaffc11d4a0f1e916029b53aa0a8031.tar.gz |
Update sysutils/salt to 2016.3.1.
There are a huge number of changes since the last pkgsrc update, way too
many to list here. One of the more interesting changes for us though was
much improved support for Solaris and illumos.
For further details see the online changelogs here:
https://docs.saltstack.com/en/latest/topics/releases/2016.3.1.html
https://docs.saltstack.com/en/latest/topics/releases/2016.3.0.html
https://docs.saltstack.com/en/latest/topics/releases/2015.8.11.html
https://docs.saltstack.com/en/latest/topics/releases/2015.8.10.html
https://docs.saltstack.com/en/latest/topics/releases/2015.8.9.html
https://docs.saltstack.com/en/latest/topics/releases/2015.8.8.html
https://docs.saltstack.com/en/latest/topics/releases/2015.8.7.html
It appears there wasn't a 2015.8.6 release.
Diffstat (limited to 'sysutils/salt/Makefile')
-rw-r--r-- | sysutils/salt/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/salt/Makefile b/sysutils/salt/Makefile index 58aa3f2e884..b8a5aa3bec7 100644 --- a/sysutils/salt/Makefile +++ b/sysutils/salt/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2016/07/09 13:04:07 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2016/07/21 17:05:39 jperkin Exp $ -DISTNAME= salt-2015.8.5 -PKGREVISION= 3 +DISTNAME= salt-2016.3.1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_PYPI:=s/salt/} @@ -35,7 +34,8 @@ PYSETUPINSTALLARGS+= --salt-base-master-roots-dir=${PKG_SYSCONFDIR}/salt-master PYSETUPINSTALLARGS+= --salt-logs-dir=${VARBASE}/log/salt PYSETUPINSTALLARGS+= --salt-pidfile-dir=${VARBASE}/run -REPLACE_PYTHON= *.py */*.py */*/*.py +REPLACE_PYTHON= *.py */*.py */*/*.py +REPLACE_SH= salt/templates/git/ssh-id-wrapper RCD_SCRIPTS+= salt_master salt_minion salt_syndic SMF_INSTANCES= master minion |