From owner-svn-ports-head@freebsd.org Sun Dec 6 12:34:21 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 2480C7ECA; Sun, 6 Dec 2015 12:34:21 +0000 (UTC) (envelope-from dryice@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 D082E1EF0; Sun, 6 Dec 2015 12:34:20 +0000 (UTC) (envelope-from dryice@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB6CYJeU081155; Sun, 6 Dec 2015 12:34:19 GMT (envelope-from dryice@FreeBSD.org) Received: (from dryice@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB6CYJoW081152; Sun, 6 Dec 2015 12:34:19 GMT (envelope-from dryice@FreeBSD.org) Message-Id: <201512061234.tB6CYJoW081152@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dryice set sender to dryice@FreeBSD.org using -f From: Dryice Dong Liu Date: Sun, 6 Dec 2015 12:34:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403109 - 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.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: Sun, 06 Dec 2015 12:34:21 -0000 Author: dryice Date: Sun Dec 6 12:34:19 2015 New Revision: 403109 URL: https://svnweb.freebsd.org/changeset/ports/403109 Log: Update to 2015.8.3 PR: 205043 Submitted by: Christer Edwards (maintainer) 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 Sun Dec 6 12:25:46 2015 (r403108) +++ head/sysutils/py-salt/Makefile Sun Dec 6 12:34:19 2015 (r403109) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= salt -PORTVERSION= 2015.8.2 +PORTVERSION= 2015.8.3 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-salt/distinfo ============================================================================== --- head/sysutils/py-salt/distinfo Sun Dec 6 12:25:46 2015 (r403108) +++ head/sysutils/py-salt/distinfo Sun Dec 6 12:34:19 2015 (r403109) @@ -1,2 +1,2 @@ -SHA256 (salt-2015.8.2.tar.gz) = 075ab604cff3acc222904d9299ab6a1f86715bd11b043fd931e1cfe386221d27 -SIZE (salt-2015.8.2.tar.gz) = 6724537 +SHA256 (salt-2015.8.3.tar.gz) = 2e9a262789b018f3443513105c0c6ae98934c9bc105a04cf9e5c073ef706218a +SIZE (salt-2015.8.3.tar.gz) = 6757678 Modified: head/sysutils/py-salt/pkg-plist ============================================================================== --- head/sysutils/py-salt/pkg-plist Sun Dec 6 12:25:46 2015 (r403108) +++ head/sysutils/py-salt/pkg-plist Sun Dec 6 12:34:19 2015 (r403109) @@ -319,6 +319,8 @@ %%PYTHON_SITELIBDIR%%/salt/grains/mdadm.pyc %%PYTHON_SITELIBDIR%%/salt/grains/opts.py %%PYTHON_SITELIBDIR%%/salt/grains/opts.pyc +%%PYTHON_SITELIBDIR%%/salt/grains/philips_hue.py +%%PYTHON_SITELIBDIR%%/salt/grains/philips_hue.pyc %%PYTHON_SITELIBDIR%%/salt/grains/rest_sample.py %%PYTHON_SITELIBDIR%%/salt/grains/rest_sample.pyc %%PYTHON_SITELIBDIR%%/salt/key.py @@ -737,6 +739,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/parted.pyc %%PYTHON_SITELIBDIR%%/salt/modules/pecl.py %%PYTHON_SITELIBDIR%%/salt/modules/pecl.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/philips_hue.py +%%PYTHON_SITELIBDIR%%/salt/modules/philips_hue.pyc %%PYTHON_SITELIBDIR%%/salt/modules/pillar.py %%PYTHON_SITELIBDIR%%/salt/modules/pillar.pyc %%PYTHON_SITELIBDIR%%/salt/modules/pip.py @@ -1143,6 +1147,8 @@ %%PYTHON_SITELIBDIR%%/salt/proxy/junos.pyc %%PYTHON_SITELIBDIR%%/salt/proxy/marathon.py %%PYTHON_SITELIBDIR%%/salt/proxy/marathon.pyc +%%PYTHON_SITELIBDIR%%/salt/proxy/philips_hue.py +%%PYTHON_SITELIBDIR%%/salt/proxy/philips_hue.pyc %%PYTHON_SITELIBDIR%%/salt/proxy/rest_sample.py %%PYTHON_SITELIBDIR%%/salt/proxy/rest_sample.pyc %%PYTHON_SITELIBDIR%%/salt/proxy/ssh_sample.py