Bug 188756

Summary: [PATCH] sysutils/py-salt: update to 2014.1.3
Product: Ports & Packages Reporter: Johannes Jost Meixner <xmj>
Component: Individual Port(s)Assignee: Johannes Jost Meixner <xmj>
Status: Closed FIXED    
Severity: Affects Only Me CC: xmj
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
py-salt-2014.1.3.patch none

Description Johannes Jost Meixner freebsd_committer freebsd_triage 2014-04-18 13:20:00 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-18 13:20:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-18 13:20:05 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-18 13:20:06 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Christer Edwards 2014-04-18 15:33:31 UTC
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
>
Comment 5 Johannes Jost Meixner freebsd_committer freebsd_triage 2014-04-18 16:09:21 UTC
Responsible Changed
From-To: freebsd-python->xmj

I'll take it
Comment 6 dfilter service freebsd_committer freebsd_triage 2014-04-18 16:26:07 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"
Comment 7 Johannes Jost Meixner freebsd_committer freebsd_triage 2014-04-18 16:26:22 UTC
State Changed
From-To: feedback->closed

Committed.