Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Mar 2014 07:35:36 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348762 - in head: devel/ipython net/py-kombu sysutils/py-salt
Message-ID:  <201403220735.s2M7Zai1076776@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Sat Mar 22 07:35:35 2014
New Revision: 348762
URL: http://svnweb.freebsd.org/changeset/ports/348762
QAT: https://qat.redports.org/buildarchive/r348762/

Log:
  Chase py-pyzmq category move for py-salt, ipython and py-kombu
  
  Update py-pyzmq dependency entries for:
  
   - sysutils/py-salt
   - devel/ipython
   - net/py-kombu

Modified:
  head/devel/ipython/Makefile
  head/net/py-kombu/Makefile
  head/sysutils/py-salt/Makefile

Modified: head/devel/ipython/Makefile
==============================================================================
--- head/devel/ipython/Makefile	Sat Mar 22 07:19:47 2014	(r348761)
+++ head/devel/ipython/Makefile	Sat Mar 22 07:35:35 2014	(r348762)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ipython
 PORTVERSION=	1.2.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -37,7 +38,7 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}tor
 .endif
 
 .if ${PORT_OPTIONS:MZMQ} || ${PORT_OPTIONS:MHTML_NOTEBOOK}
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}pyzmq>=2.1.4:${PORTSDIR}/devel/py-pyzmq
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}pyzmq>=2.1.4:${PORTSDIR}/net/py-pyzmq
 .endif
 
 post-install:

Modified: head/net/py-kombu/Makefile
==============================================================================
--- head/net/py-kombu/Makefile	Sat Mar 22 07:19:47 2014	(r348761)
+++ head/net/py-kombu/Makefile	Sat Mar 22 07:35:35 2014	(r348762)
@@ -3,6 +3,7 @@
 
 PORTNAME=	kombu
 PORTVERSION=	3.0.10
+PORTREVISION=	1
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -29,7 +30,7 @@ BOTO_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX
 MONGODB_RUN_DEPENDS=	pymongo>0:${PORTSDIR}/databases/pymongo
 REDI_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}redis>0:${PORTSDIR}/databases/py-redis
 SQLALCHEMY_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlalchemy>0:${PORTSDIR}/databases/py-sqlalchemy
-ZMQ_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyzmq>=2.2.0:${PORTSDIR}/devel/py-pyzmq
+ZMQ_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyzmq>=2.2.0:${PORTSDIR}/net/py-pyzmq
 
 # Ports infrastructure bug
 OPTIONSFILE?=	${PORT_DBDIR}/py-${PORTNAME}/options

Modified: head/sysutils/py-salt/Makefile
==============================================================================
--- head/sysutils/py-salt/Makefile	Sat Mar 22 07:19:47 2014	(r348761)
+++ head/sysutils/py-salt/Makefile	Sat Mar 22 07:35:35 2014	(r348762)
@@ -3,6 +3,7 @@
 
 PORTNAME=	salt
 PORTVERSION=	2014.1.1
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ COMMENT=	Distributed remote execution an
 LICENSE=	APACHE20
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \
-		${PYTHON_PKGNAMEPREFIX}pyzmq>=2.1.9:${PORTSDIR}/devel/py-pyzmq \
+		${PYTHON_PKGNAMEPREFIX}pyzmq>=2.1.9:${PORTSDIR}/net/py-pyzmq \
 		${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto \
 		${PYTHON_PKGNAMEPREFIX}Jinja2>0:${PORTSDIR}/devel/py-Jinja2 \
 		${PYTHON_PKGNAMEPREFIX}msgpack>=0.1.9:${PORTSDIR}/devel/py-msgpack \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403220735.s2M7Zai1076776>