svn commit: r467246 - in head/sysutils/py-salt: . files

Renato Botelho garga at FreeBSD.org
Fri Apr 13 16:06:34 UTC 2018


Author: garga
Date: Fri Apr 13 16:06:33 2018
New Revision: 467246
URL: https://svnweb.freebsd.org/changeset/ports/467246

Log:
  Fix saltstack bootstrap renaming desired to be installed package from
  swig -> swig30 since former package doesn't exist
  
  PR:		226830
  Submitted by:	garga
  Approved by:	maintainer timeout (> 2 weeks)
  Obtained from:	https://github.com/saltstack/salt-bootstrap/issues/1192
  MFH:		2018Q2
  Sponsored by:	Rubicon communications, LLC (Netgate)

Added:
  head/sysutils/py-salt/files/patch-salt_cloud_deploy_bootstrap-salt.sh   (contents, props changed)
Modified:
  head/sysutils/py-salt/Makefile

Modified: head/sysutils/py-salt/Makefile
==============================================================================
--- head/sysutils/py-salt/Makefile	Fri Apr 13 15:44:23 2018	(r467245)
+++ head/sysutils/py-salt/Makefile	Fri Apr 13 16:06:33 2018	(r467246)
@@ -3,7 +3,7 @@
 
 PORTNAME=	salt
 PORTVERSION=	2017.7.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Added: head/sysutils/py-salt/files/patch-salt_cloud_deploy_bootstrap-salt.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-salt/files/patch-salt_cloud_deploy_bootstrap-salt.sh	Fri Apr 13 16:06:33 2018	(r467246)
@@ -0,0 +1,14 @@
+--- salt/cloud/deploy/bootstrap-salt.sh.orig	2018-03-21 17:37:20 UTC
++++ salt/cloud/deploy/bootstrap-salt.sh
+@@ -4885,9 +4885,9 @@ install_freebsd_9_stable_deps() {
+         __configure_freebsd_pkg_details || return 1
+     fi
+ 
+-    # Now install swig
++    # Now install swig30
+     # shellcheck disable=SC2086
+-    /usr/local/sbin/pkg install ${FROM_FREEBSD} -y swig || return 1
++    /usr/local/sbin/pkg install ${FROM_FREEBSD} -y swig30 || return 1
+ 
+     # YAML module is used for generating custom master/minion configs
+     # shellcheck disable=SC2086


More information about the svn-ports-head mailing list