From owner-svn-ports-all@freebsd.org Fri Apr 13 16:06:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 703BFF938A7; Fri, 13 Apr 2018 16:06:34 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 24D4D84ACD; Fri, 13 Apr 2018 16:06:34 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1B6FD1BE83; Fri, 13 Apr 2018 16:06:34 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3DG6Xwl019489; Fri, 13 Apr 2018 16:06:33 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3DG6X0s019487; Fri, 13 Apr 2018 16:06:33 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201804131606.w3DG6X0s019487@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Fri, 13 Apr 2018 16:06:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467246 - in head/sysutils/py-salt: . files X-SVN-Group: ports-head X-SVN-Commit-Author: garga X-SVN-Commit-Paths: in head/sysutils/py-salt: . files X-SVN-Commit-Revision: 467246 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2018 16:06:34 -0000 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