From owner-svn-ports-head@FreeBSD.ORG Mon Nov 11 15:38:55 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9311926F; Mon, 11 Nov 2013 15:38:55 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 809FE2072; Mon, 11 Nov 2013 15:38:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rABFctus007154; Mon, 11 Nov 2013 15:38:55 GMT (envelope-from vg@svn.freebsd.org) Received: (from vg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rABFctON007152; Mon, 11 Nov 2013 15:38:55 GMT (envelope-from vg@svn.freebsd.org) Message-Id: <201311111538.rABFctON007152@svn.freebsd.org> From: Veniamin Gvozdikov Date: Mon, 11 Nov 2013 15:38:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333514 - in head/sysutils/py-salt: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Nov 2013 15:38:55 -0000 Author: vg Date: Mon Nov 11 15:38:54 2013 New Revision: 333514 URL: http://svnweb.freebsd.org/changeset/ports/333514 Log: - Added pach which fixed md5sum to md5 PR: ports/183766 Submitted by: Michael Gmelin Approved by: maintainer Added: head/sysutils/py-salt/files/patch-salt__client____init__.py (contents, props changed) Modified: head/sysutils/py-salt/Makefile Modified: head/sysutils/py-salt/Makefile ============================================================================== --- head/sysutils/py-salt/Makefile Mon Nov 11 15:31:16 2013 (r333513) +++ head/sysutils/py-salt/Makefile Mon Nov 11 15:38:54 2013 (r333514) @@ -3,7 +3,7 @@ PORTNAME= salt PORTVERSION= 0.17.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Added: head/sysutils/py-salt/files/patch-salt__client____init__.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-salt/files/patch-salt__client____init__.py Mon Nov 11 15:38:54 2013 (r333514) @@ -0,0 +1,11 @@ +--- salt/client/ssh/__init__.py.orig 2013-10-17 19:28:12.000000000 +0200 ++++ salt/client/ssh/__init__.py 2013-11-07 23:22:40.228990613 +0100 +@@ -80,7 +80,7 @@ + fi + if [ -f /tmp/.salt/salt-thin.tgz ] + then +- [ $({{2}}sum /tmp/.salt/salt-thin.tgz | cut -f1 -d' ') = {{3}} ] && {{0}} tar xzvf /tmp/.salt/salt-thin.tgz -C /tmp/.salt ++ [ $({{2}} -q /tmp/.salt/salt-thin.tgz) = {{3}} ] && {{0}} tar xzvf /tmp/.salt/salt-thin.tgz -C /tmp/.salt + else + install -m 0700 -d /tmp/.salt + echo "{1}"