From xmj@freebsd.org  Fri Apr 18 12:19:17 2014
Return-Path: <xmj@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 BE02AF9;
	Fri, 18 Apr 2014 12:19:17 +0000 (UTC)
Received: from dd16522.kasserver.com (dd16522.kasserver.com [85.13.137.124])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id 8232918E7;
	Fri, 18 Apr 2014 12:19:17 +0000 (UTC)
Received: from mx12.chaot.net (82.131.85.250.cable.starman.ee [82.131.85.250])
	by dd16522.kasserver.com (Postfix) with ESMTPSA id 600B245629A;
	Fri, 18 Apr 2014 14:19:15 +0200 (CEST)
Received: from localhost (1003@localhost [local]);
	by localhost (OpenSMTPD) with ESMTPA id 600fdc60;
	Fri, 18 Apr 2014 15:19:14 +0300 (EEST)
Message-Id: <1011687398023072747.enqueue@mx12.chaot.net>
Date: Fri, 18 Apr 2014 15:19:14 +0300 (EEST)
From: Johannes Jost Meixner <xmj@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: xmj@FreeBSD.org, christer.edwards@gmail.com
Subject: [PATCH] sysutils/py-salt: update to 2014.1.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify: christer.edwards@gmail.com

>Number:         188756
>Category:       ports
>Synopsis:       [PATCH] sysutils/py-salt: update to 2014.1.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    xmj
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 18 12:20:00 UTC 2014
>Closed-Date:    Fri Apr 18 15:26:22 UTC 2014
>Last-Modified:  Fri Apr 18 15:30:00 UTC 2014
>Originator:     Johannes Jost Meixner
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Goldener Grund OUe
>Environment:
System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #1: Fri Apr 11 14:58:13 EEST 2014
>Description:
- Update to 2014.1.3

Port maintainer (christer.edwards@gmail.com) is cc'd.

portlint: looks fine.
port test: ok
testport: ok
redports: https://redports.org/buildarchive/20140418042002-66786/

Generated with FreeBSD Port Tools 1.01 (mode: update, diff: SVN)
>How-To-Repeat:
>Fix:

--- py-salt-2014.1.3.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 351533)
+++ Makefile	(working copy)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	salt
-PORTVERSION=	2014.1.1
-PORTREVISION=	1
+PORTVERSION=	2014.1.3
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,6 +12,7 @@
 
 LICENSE=	APACHE20
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyzmq>=2.1.9:${PORTSDIR}/net/py-pyzmq
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \
 		${PYTHON_PKGNAMEPREFIX}pyzmq>=2.1.9:${PORTSDIR}/net/py-pyzmq \
 		${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto \
Index: distinfo
===================================================================
--- distinfo	(revision 351533)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (salt-2014.1.1.tar.gz) = bbe145c6e11db3697f2f13bca9cc341a4d6b459751e56142d34eec5a4187b743
-SIZE (salt-2014.1.1.tar.gz) = 2811441
+SHA256 (salt-2014.1.3.tar.gz) = 25ea80e459a64cf5bd4699f385253310e9db507bb5b6b5814e4bb22d836ba201
+SIZE (salt-2014.1.3.tar.gz) = 2815036
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 351533)
+++ pkg-plist	(working copy)
@@ -662,8 +662,6 @@
 %%PYTHON_SITELIBDIR%%/salt/renderers/py.pyc
 %%PYTHON_SITELIBDIR%%/salt/renderers/pydsl.py
 %%PYTHON_SITELIBDIR%%/salt/renderers/pydsl.pyc
-%%PYTHON_SITELIBDIR%%/salt/renderers/pyobjects.py
-%%PYTHON_SITELIBDIR%%/salt/renderers/pyobjects.pyc
 %%PYTHON_SITELIBDIR%%/salt/renderers/stateconf.py
 %%PYTHON_SITELIBDIR%%/salt/renderers/stateconf.pyc
 %%PYTHON_SITELIBDIR%%/salt/renderers/wempy.py
@@ -1022,8 +1020,6 @@
 %%PYTHON_SITELIBDIR%%/salt/utils/process.pyc
 %%PYTHON_SITELIBDIR%%/salt/utils/pydsl.py
 %%PYTHON_SITELIBDIR%%/salt/utils/pydsl.pyc
-%%PYTHON_SITELIBDIR%%/salt/utils/pyobjects.py
-%%PYTHON_SITELIBDIR%%/salt/utils/pyobjects.pyc
 %%PYTHON_SITELIBDIR%%/salt/utils/reclass.py
 %%PYTHON_SITELIBDIR%%/salt/utils/reclass.pyc
 %%PYTHON_SITELIBDIR%%/salt/utils/s3.py
--- py-salt-2014.1.3.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Apr 18 12:20:04 UTC 2014 
Responsible-Changed-Why:  
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188756 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Apr 18 12:20:06 UTC 2014 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188756 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: christer.edwards@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/188756: [PATCH] sysutils/py-salt: update to 2014.1.3
Date: Fri, 18 Apr 2014 12:20:05 UT

 Maintainer of sysutils/py-salt,
 
 Please note that PR ports/188756 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188756
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Christer Edwards <christer.edwards@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/188756: [PATCH] sysutils/py-salt: update to 2014.1.3
Date: Fri, 18 Apr 2014 08:33:31 -0600

 --001a1132f70ad8945104f7520908
 Content-Type: text/plain; charset=UTF-8
 
 Approved
 
 
 On Fri, Apr 18, 2014 at 6:20 AM, Edwin Groothuis <edwin@freebsd.org> wrote:
 
 > Maintainer of sysutils/py-salt,
 >
 > Please note that PR ports/188756 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188756
 >
 > --
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 >
 
 --001a1132f70ad8945104f7520908
 Content-Type: text/html; charset=UTF-8
 Content-Transfer-Encoding: quoted-printable
 
 <div dir=3D"ltr">Approved</div><div class=3D"gmail_extra"><br><br><div clas=
 s=3D"gmail_quote">On Fri, Apr 18, 2014 at 6:20 AM, Edwin Groothuis <span di=
 r=3D"ltr">&lt;<a href=3D"mailto:edwin@freebsd.org" target=3D"_blank">edwin@=
 freebsd.org</a>&gt;</span> wrote:<br>
 
 <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
 x #ccc solid;padding-left:1ex">Maintainer of sysutils/py-salt,<br>
 <br>
 Please note that PR ports/188756 has just been submitted.<br>
 <br>
 If it contains a patch for an upgrade, an enhancement or a bug fix<br>
 you agree on, reply to this email stating that you approve the patch<br>
 and a committer will take care of it.<br>
 <br>
 The full text of the PR can be found at:<br>
 =C2=A0 =C2=A0 <a href=3D"http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports=
 /188756" target=3D"_blank">http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dpor=
 ts/188756</a><br>
 <span class=3D"HOEnZb"><font color=3D"#888888"><br>
 --<br>
 Edwin Groothuis via the GNATS Auto Assign Tool<br>
 edwin@FreeBSD.org<br>
 </font></span></blockquote></div><br></div>
 
 --001a1132f70ad8945104f7520908--
Responsible-Changed-From-To: freebsd-python->xmj 
Responsible-Changed-By: xmj 
Responsible-Changed-When: Fri Apr 18 15:09:21 UTC 2014 
Responsible-Changed-Why:  
I'll take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188756 
State-Changed-From-To: feedback->closed 
State-Changed-By: xmj 
State-Changed-When: Fri Apr 18 15:26:22 UTC 2014 
State-Changed-Why:  
Committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188756 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/188756: commit references a PR
Date: Fri, 18 Apr 2014 15:26:07 +0000 (UTC)

 Author: xmj
 Date: Fri Apr 18 15:26:03 2014
 New Revision: 351549
 URL: http://svnweb.freebsd.org/changeset/ports/351549
 QAT: https://qat.redports.org/buildarchive/r351549/
 
 Log:
   sysutils/py-salt: upgrade to 2014.1.3
   
   - Upgrade to 2014.1.3
   - Add py-pyzmq BUILD_DEPENDS
   
   Changelog:
   
   * Fix a regression in 2014.1.2
   * http://docs.saltstack.com/en/latest/topics/releases/2014.1.2.html
   
   PR:	ports/188756
   Approved by:	christer.edwards@gmail.com (maintainer)
   Approved by:	koobs (mentor)
 
 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 Apr 18 15:19:05 2014	(r351548)
 +++ head/sysutils/py-salt/Makefile	Fri Apr 18 15:26:03 2014	(r351549)
 @@ -2,8 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	salt
 -PORTVERSION=	2014.1.1
 -PORTREVISION=	1
 +PORTVERSION=	2014.1.3
  CATEGORIES=	sysutils python
  MASTER_SITES=	CHEESESHOP
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 @@ -13,6 +12,7 @@ COMMENT=	Distributed remote execution an
  
  LICENSE=	APACHE20
  
 +BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyzmq>=2.1.9:${PORTSDIR}/net/py-pyzmq
  RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \
  		${PYTHON_PKGNAMEPREFIX}pyzmq>=2.1.9:${PORTSDIR}/net/py-pyzmq \
  		${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto \
 
 Modified: head/sysutils/py-salt/distinfo
 ==============================================================================
 --- head/sysutils/py-salt/distinfo	Fri Apr 18 15:19:05 2014	(r351548)
 +++ head/sysutils/py-salt/distinfo	Fri Apr 18 15:26:03 2014	(r351549)
 @@ -1,2 +1,2 @@
 -SHA256 (salt-2014.1.1.tar.gz) = bbe145c6e11db3697f2f13bca9cc341a4d6b459751e56142d34eec5a4187b743
 -SIZE (salt-2014.1.1.tar.gz) = 2811441
 +SHA256 (salt-2014.1.3.tar.gz) = 25ea80e459a64cf5bd4699f385253310e9db507bb5b6b5814e4bb22d836ba201
 +SIZE (salt-2014.1.3.tar.gz) = 2815036
 
 Modified: head/sysutils/py-salt/pkg-plist
 ==============================================================================
 --- head/sysutils/py-salt/pkg-plist	Fri Apr 18 15:19:05 2014	(r351548)
 +++ head/sysutils/py-salt/pkg-plist	Fri Apr 18 15:26:03 2014	(r351549)
 @@ -662,8 +662,6 @@ bin/salt-syndic
  %%PYTHON_SITELIBDIR%%/salt/renderers/py.pyc
  %%PYTHON_SITELIBDIR%%/salt/renderers/pydsl.py
  %%PYTHON_SITELIBDIR%%/salt/renderers/pydsl.pyc
 -%%PYTHON_SITELIBDIR%%/salt/renderers/pyobjects.py
 -%%PYTHON_SITELIBDIR%%/salt/renderers/pyobjects.pyc
  %%PYTHON_SITELIBDIR%%/salt/renderers/stateconf.py
  %%PYTHON_SITELIBDIR%%/salt/renderers/stateconf.pyc
  %%PYTHON_SITELIBDIR%%/salt/renderers/wempy.py
 @@ -1022,8 +1020,6 @@ bin/salt-syndic
  %%PYTHON_SITELIBDIR%%/salt/utils/process.pyc
  %%PYTHON_SITELIBDIR%%/salt/utils/pydsl.py
  %%PYTHON_SITELIBDIR%%/salt/utils/pydsl.pyc
 -%%PYTHON_SITELIBDIR%%/salt/utils/pyobjects.py
 -%%PYTHON_SITELIBDIR%%/salt/utils/pyobjects.pyc
  %%PYTHON_SITELIBDIR%%/salt/utils/reclass.py
  %%PYTHON_SITELIBDIR%%/salt/utils/reclass.pyc
  %%PYTHON_SITELIBDIR%%/salt/utils/s3.py
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
