From owner-svn-ports-head@FreeBSD.ORG Sat Aug 17 08:40:36 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 11FDEA8F; Sat, 17 Aug 2013 08:40:36 +0000 (UTC) (envelope-from sunpoet@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 D99922C88; Sat, 17 Aug 2013 08:40:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7H8eZpH023287; Sat, 17 Aug 2013 08:40:35 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7H8eZcp023284; Sat, 17 Aug 2013 08:40:35 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201308170840.r7H8eZcp023284@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 17 Aug 2013 08:40:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324835 - 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.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: Sat, 17 Aug 2013 08:40:36 -0000 Author: sunpoet Date: Sat Aug 17 08:40:34 2013 New Revision: 324835 URL: http://svnweb.freebsd.org/changeset/ports/324835 Log: - Update to 0.16.3 - While I'm here, add PyPI link as WWW Changes: http://docs.saltstack.com/topics/releases/0.16.3.html http://docs.saltstack.com/topics/releases/0.16.2.html PR: ports/181001, ports/181168 Submitted by: Christer Edwards (maintainer) Modified: head/sysutils/py-salt/Makefile head/sysutils/py-salt/distinfo head/sysutils/py-salt/pkg-descr Modified: head/sysutils/py-salt/Makefile ============================================================================== --- head/sysutils/py-salt/Makefile Sat Aug 17 08:36:30 2013 (r324834) +++ head/sysutils/py-salt/Makefile Sat Aug 17 08:40:34 2013 (r324835) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= salt -PORTVERSION= 0.16.0 +PORTVERSION= 0.16.3 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-salt/distinfo ============================================================================== --- head/sysutils/py-salt/distinfo Sat Aug 17 08:36:30 2013 (r324834) +++ head/sysutils/py-salt/distinfo Sat Aug 17 08:40:34 2013 (r324835) @@ -1,2 +1,2 @@ -SHA256 (salt-0.16.0.tar.gz) = 2f79012838a5e674f5cd2126326606bffc3b3cb24c33d8667a11158241b656fc -SIZE (salt-0.16.0.tar.gz) = 3523789 +SHA256 (salt-0.16.3.tar.gz) = 6ddf6802ea8957dcc4434c2b0177a9bcadc9979f6a1c370f5ef20859ffadd18f +SIZE (salt-0.16.3.tar.gz) = 3543283 Modified: head/sysutils/py-salt/pkg-descr ============================================================================== --- head/sysutils/py-salt/pkg-descr Sat Aug 17 08:36:30 2013 (r324834) +++ head/sysutils/py-salt/pkg-descr Sat Aug 17 08:40:34 2013 (r324835) @@ -4,4 +4,5 @@ Salt : Remote Execution and State Manage Salt is a powerful remote execution and state manager that can be used to administer servers in a fast and efficient way. -WWW: http://saltstack.org +WWW: https://pypi.python.org/pypi/salt +WWW: http://saltstack.org/