From owner-svn-ports-head@FreeBSD.ORG Wed Jan 29 19:05:17 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BBF5E69A; Wed, 29 Jan 2014 19:05:17 +0000 (UTC) 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 8E0E61A7D; Wed, 29 Jan 2014 19:05:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0TJ5HYu099140; Wed, 29 Jan 2014 19:05:17 GMT (envelope-from vg@svn.freebsd.org) Received: (from vg@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0TJ5HDt099134; Wed, 29 Jan 2014 19:05:17 GMT (envelope-from vg@svn.freebsd.org) Message-Id: <201401291905.s0TJ5HDt099134@svn.freebsd.org> From: Veniamin Gvozdikov Date: Wed, 29 Jan 2014 19:05:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341769 - head/sysutils/py-salt 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.17 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: Wed, 29 Jan 2014 19:05:17 -0000 Author: vg Date: Wed Jan 29 19:05:16 2014 New Revision: 341769 URL: http://svnweb.freebsd.org/changeset/ports/341769 QAT: https://qat.redports.org/buildarchive/r341769/ Log: Update to lastest version, changelog: - Fix user.present states with non-string fullname (issue 9085) - Fix virt.init return value on failure (issue 6870) - Fix reporting of file.blockreplace state when test=True - Fix network.interfaces when used in cron (issue 7990) - Fix bug in pkgrepo when switching to/from mirrorlist-based repo def (issue 9121) - Fix infinite recursion when cache file is corrupted - Add checking for rev and mirror/bare args in git.latest (issue 9107) - Add cmd.watch alias (points to cmd.wait) (issue 8612) - Fix stacktrace when prereq is not formed as a list (issue 8235) - Fix stdin issue with lvdisplay command (issue 9128) - Add pre-check function for range matcher (issue 9236) - Add exception handling for psutil for processes that go missing (issue 9274) - Allow _in requisites to match both on ID and name (issue 9061) - Fix multiple client timeout issues (issue 7157 and issue 9302, probably others) - Fix ZMQError: Operation cannot be accomplished in current state errors (issue 6306) - Multiple optimization in minion auth routines - Clarify logs for minion ID caching PR: ports/186149 Submitted by: Christer Edwards (maintainer) Modified: head/sysutils/py-salt/Makefile head/sysutils/py-salt/distinfo Modified: head/sysutils/py-salt/Makefile ============================================================================== --- head/sysutils/py-salt/Makefile Wed Jan 29 18:21:18 2014 (r341768) +++ head/sysutils/py-salt/Makefile Wed Jan 29 19:05:16 2014 (r341769) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= salt -PORTVERSION= 0.17.4 +PORTVERSION= 0.17.5 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-salt/distinfo ============================================================================== --- head/sysutils/py-salt/distinfo Wed Jan 29 18:21:18 2014 (r341768) +++ head/sysutils/py-salt/distinfo Wed Jan 29 19:05:16 2014 (r341769) @@ -1,2 +1,2 @@ -SHA256 (salt-0.17.4.tar.gz) = 5a7b3f4d5c22aa4b8e7c03d60dc429b0428c575fb8f0c285616239c0fe5a0ddd -SIZE (salt-0.17.4.tar.gz) = 1871032 +SHA256 (salt-0.17.5.tar.gz) = 36ae196ef87af0ae33e880d1ad593783e2cb102221edda2782071738d595ea3f +SIZE (salt-0.17.5.tar.gz) = 1873131