From owner-svn-ports-head@freebsd.org Fri Oct 16 13:16:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E44F6A16A24; Fri, 16 Oct 2015 13:16:33 +0000 (UTC) (envelope-from sunpoet@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 mx1.freebsd.org (Postfix) with ESMTPS id 90CD81E66; Fri, 16 Oct 2015 13:16:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9GDGW9q030834; Fri, 16 Oct 2015 13:16:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9GDGWU7030831; Fri, 16 Oct 2015 13:16:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510161316.t9GDGWU7030831@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 16 Oct 2015 13:16:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399467 - 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.20 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: Fri, 16 Oct 2015 13:16:34 -0000 Author: sunpoet Date: Fri Oct 16 13:16:32 2015 New Revision: 399467 URL: https://svnweb.freebsd.org/changeset/ports/399467 Log: - Update to 2015.8.1 - While I'm here, add LICENSE_FILE Changes: https://docs.saltstack.com/en/latest/topics/releases/2015.8.1.html PR: 203812 Submitted by: Christer Edwards (maintainer) Deleted: head/sysutils/py-salt/files/patch-salt__utils____init__.py Modified: head/sysutils/py-salt/Makefile head/sysutils/py-salt/distinfo head/sysutils/py-salt/pkg-plist Modified: head/sysutils/py-salt/Makefile ============================================================================== --- head/sysutils/py-salt/Makefile Fri Oct 16 13:16:30 2015 (r399466) +++ head/sysutils/py-salt/Makefile Fri Oct 16 13:16:32 2015 (r399467) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= salt -PORTVERSION= 2015.8.0 -PORTREVISION= 1 +PORTVERSION= 2015.8.1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +11,7 @@ MAINTAINER= christer.edwards@gmail.com COMMENT= Distributed remote execution and configuration management system LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:${PORTSDIR}/devel/py-Jinja2 \ Modified: head/sysutils/py-salt/distinfo ============================================================================== --- head/sysutils/py-salt/distinfo Fri Oct 16 13:16:30 2015 (r399466) +++ head/sysutils/py-salt/distinfo Fri Oct 16 13:16:32 2015 (r399467) @@ -1,2 +1,2 @@ -SHA256 (salt-2015.8.0.tar.gz) = 71e1cb2eb1d4b30f3247f5590c00a2089190b8f9a90c9330dc9a65fae517ec9b -SIZE (salt-2015.8.0.tar.gz) = 6584668 +SHA256 (salt-2015.8.1.tar.gz) = 04133839b4632859ad696a40261d1d14b62902dbcaf7df2f9e5e926c89401c23 +SIZE (salt-2015.8.1.tar.gz) = 6527650 Modified: head/sysutils/py-salt/pkg-plist ============================================================================== --- head/sysutils/py-salt/pkg-plist Fri Oct 16 13:16:30 2015 (r399466) +++ head/sysutils/py-salt/pkg-plist Fri Oct 16 13:16:32 2015 (r399467) @@ -889,8 +889,6 @@ %%PYTHON_SITELIBDIR%%/salt/modules/system.pyc %%PYTHON_SITELIBDIR%%/salt/modules/system_profiler.py %%PYTHON_SITELIBDIR%%/salt/modules/system_profiler.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/system_rest_sample.py -%%PYTHON_SITELIBDIR%%/salt/modules/system_rest_sample.pyc %%PYTHON_SITELIBDIR%%/salt/modules/systemd.py %%PYTHON_SITELIBDIR%%/salt/modules/systemd.pyc %%PYTHON_SITELIBDIR%%/salt/modules/temp.py