From owner-svn-ports-head@FreeBSD.ORG Tue Nov 5 14:29:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C6B949A1; Tue, 5 Nov 2013 14:29:58 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B49A12B77; Tue, 5 Nov 2013 14:29:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA5ETwV2099703; Tue, 5 Nov 2013 14:29:58 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA5ETw1V099702; Tue, 5 Nov 2013 14:29:58 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311051429.rA5ETw1V099702@svn.freebsd.org> From: William Grzybowski Date: Tue, 5 Nov 2013 14:29:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332854 - head/net/py-kombu 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.14 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: Tue, 05 Nov 2013 14:29:58 -0000 Author: wg Date: Tue Nov 5 14:29:58 2013 New Revision: 332854 URL: http://svnweb.freebsd.org/changeset/ports/332854 Log: net/py-kombu: fix boto and zmq run depends package Reported by: Chad J. Milios Modified: head/net/py-kombu/Makefile Modified: head/net/py-kombu/Makefile ============================================================================== --- head/net/py-kombu/Makefile Tue Nov 5 14:26:41 2013 (r332853) +++ head/net/py-kombu/Makefile Tue Nov 5 14:29:58 2013 (r332854) @@ -25,11 +25,11 @@ SQLALCHEMY_DESC=Include SQLAlchemy trans ZMQ_DESC= Include ZMQ transport support BEANSTALK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beanstalkc>0:${PORTSDIR}/net/py-beanstalkc -BOTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto=>2.6.0:${PORTSDIR}/devel/py-boto +BOTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>=2.6.0:${PORTSDIR}/devel/py-boto 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}/devel/py-pyzmq # Ports infrastructure bug OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options