From owner-svn-ports-all@FreeBSD.ORG Sun Dec 1 14:12:39 2013 Return-Path: Delivered-To: svn-ports-all@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 7FC7CC6D; Sun, 1 Dec 2013 14:12:39 +0000 (UTC) Received: from mail-la0-x233.google.com (mail-la0-x233.google.com [IPv6:2a00:1450:4010:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 731191702; Sun, 1 Dec 2013 14:12:38 +0000 (UTC) Received: by mail-la0-f51.google.com with SMTP id ec20so7633663lab.24 for ; Sun, 01 Dec 2013 06:12:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=ID3fd/g/17K3Sf1W8iL2anTVUK1pgSNDmvlN0/y2xM8=; b=HGRZx/aD2GMMzj4HMMtspU5iFekKE/DZr6zT0lmY7B0NxkA7eugzOAFZKD/i56wZYv P8DI4rvMArSfimjhnvRqSMbaeN55tXhwsgrOMrVNdxWzJrH0MC3y6YEr9ZLGooKzOux3 HgnWqPZRfu0j2nz+mR51gK9AzewezspBRGkHLmhbL0MkriFc8n9iq75jA/rjuPsXGCXx D6FN6ZT69RiHwUfzGdaSllA6wAbnbSR8OkDuaqkXSUz25WfngVfmQg3QBWRrnjhQp7py OkF7YsgvRjnQm0nuFkHhLs60gv1J5Z3CpAa4BKfx72/msa2iYcnC5h2AD/Tia6YCGhR+ 4zIA== X-Received: by 10.112.37.134 with SMTP id y6mr108502lbj.29.1385907156458; Sun, 01 Dec 2013 06:12:36 -0800 (PST) Received: from dev.san.ru (dev.san.ru. [88.147.129.60]) by mx.google.com with ESMTPSA id ld10sm4899040lab.8.2013.12.01.06.12.35 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 01 Dec 2013 06:12:35 -0800 (PST) Date: Sun, 1 Dec 2013 18:12:26 +0400 From: Roman Bogorodskiy To: Kubilay Kocak Subject: Re: svn commit: r335102 - head/devel/py-pyzmq Message-ID: <20131201141224.GA35274@dev.san.ru> References: <201311281542.rASFgZST094542@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201311281542.rASFgZST094542@svn.freebsd.org> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Dec 2013 14:12:39 -0000 Kubilay Kocak wrote: > Author: koobs > Date: Thu Nov 28 15:42:34 2013 > New Revision: 335102 > URL: http://svnweb.freebsd.org/changeset/ports/335102 > > Log: > devel/py-pyzmq: Update to 14.0.1 > > - Update to 14.0.1 > - Change MASTER_SITES to CHEESESHOP (Removes Cython dependency) > - Enable AUTOPLIST, delete pkg-plist accordingly > - Enable STAGE support > - Use new LIB_DEPENDS format > - Add regression-test target to ease QA > - pkg-descr: Tab->space in WWW: > > PR: ports/183731 > Approved by: maintainer timeout (3 weeks) ^^^^^^^^^^^^ This is not correct. The update was blocked by outdated zmq, which was updated just a few days ago. > Deleted: > head/devel/py-pyzmq/pkg-plist > Modified: > head/devel/py-pyzmq/Makefile (contents, props changed) > head/devel/py-pyzmq/distinfo (contents, props changed) > head/devel/py-pyzmq/pkg-descr (contents, props changed) > > Modified: head/devel/py-pyzmq/Makefile > ============================================================================== > --- head/devel/py-pyzmq/Makefile Thu Nov 28 15:31:40 2013 (r335101) > +++ head/devel/py-pyzmq/Makefile Thu Nov 28 15:42:34 2013 (r335102) > @@ -2,9 +2,9 @@ > # $FreeBSD$ > > PORTNAME= pyzmq > -PORTVERSION= 2.2.0 > +PORTVERSION= 14.0.1 > CATEGORIES= devel net > -MASTER_SITES= http://cloud.github.com/downloads/zeromq/pyzmq/ > +MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > MAINTAINER= novel@FreeBSD.org > @@ -12,16 +12,20 @@ COMMENT= Python bindings for ZeroMQ > > LICENSE= LGPL3 > > -LIB_DEPENDS= zmq.1:${PORTSDIR}/devel/zmq > +LIB_DEPENDS= libzmq.so:${PORTSDIR}/net/libzmq4 > > -USE_PYTHON= yes > +USE_PYTHON= yes > USE_PYDISTUTILS= yes > +PYDISTUTILS_AUTOPLIST= yes > > -NO_STAGE= yes > .include > > pre-configure: > @${SED} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/setup.cfg.template > \ > ${WRKSRC}/setup.cfg > > +regression-test: extract > + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} build_ext --inplace > + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test > + > .include > > Modified: head/devel/py-pyzmq/distinfo > ============================================================================== > --- head/devel/py-pyzmq/distinfo Thu Nov 28 15:31:40 2013 (r335101) > +++ head/devel/py-pyzmq/distinfo Thu Nov 28 15:42:34 2013 (r335102) > @@ -1,2 +1,2 @@ > -SHA256 (pyzmq-2.2.0.tar.gz) = 31800049cd313f0f5468c2003f5a5c401f87cb84e0f9bbfe5e2e539b201bc46b > -SIZE (pyzmq-2.2.0.tar.gz) = 605502 > +SHA256 (pyzmq-14.0.1.tar.gz) = 07c7f63aaa7709438345a5e5f4d90fe7decb147ff72d244acf4fa56f8801e5e0 > +SIZE (pyzmq-14.0.1.tar.gz) = 867063 > > Modified: head/devel/py-pyzmq/pkg-descr > ============================================================================== > --- head/devel/py-pyzmq/pkg-descr Thu Nov 28 15:31:40 2013 (r335101) > +++ head/devel/py-pyzmq/pkg-descr Thu Nov 28 15:42:34 2013 (r335102) > @@ -1,4 +1,4 @@ > PyZMQ is a lightweight and super-fast messaging library built on top of > the ZeroMQ library. > > -WWW: https://github.com/zeromq/pyzmq > +WWW: https://github.com/zeromq/pyzmq Roman Bogorodskiy