From owner-svn-ports-head@FreeBSD.ORG Thu Oct 2 11:10:13 2014 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EA19497A; Thu, 2 Oct 2014 11:10:13 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6B17F1C; Thu, 2 Oct 2014 11:10:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s92BADsJ013530; Thu, 2 Oct 2014 11:10:13 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92BADsX013528; Thu, 2 Oct 2014 11:10:13 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201410021110.s92BADsX013528@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 2 Oct 2014 11:10:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369811 - head/devel/ipython 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.18-1 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: Thu, 02 Oct 2014 11:10:14 -0000 Author: olgeni Date: Thu Oct 2 11:10:12 2014 New Revision: 369811 URL: https://svnweb.freebsd.org/changeset/ports/369811 QAT: https://qat.redports.org/buildarchive/r369811/ Log: Upgrade to version 2.3.0 and convert to USES=python. Modified: head/devel/ipython/Makefile head/devel/ipython/distinfo Modified: head/devel/ipython/Makefile ============================================================================== --- head/devel/ipython/Makefile Thu Oct 2 11:09:34 2014 (r369810) +++ head/devel/ipython/Makefile Thu Oct 2 11:10:12 2014 (r369811) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ipython -PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTVERSION= 2.3.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,10 +14,9 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sq RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pexpect>=2:${PORTSDIR}/misc/py-pexpect \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=2:${PORTSDIR}/databases/py-sqlite3 -USE_PYTHON= yes -USE_PYDISTUTILS=yes -USE_GCC= yes # To be removed - Needed as a work-around for numpy, see PR ports/188114 -PYDISTUTILS_AUTOPLIST=yes +USES= python +USE_PYTHON= autoplist distutils +USE_GCC= yes # To be removed - Needed as a work-around for numpy, see PR ports/188114 OPTIONS_DEFINE= X11 HTML_NOTEBOOK ZMQ EXAMPLES OPTIONS_DEFAULT=X11 ZMQ Modified: head/devel/ipython/distinfo ============================================================================== --- head/devel/ipython/distinfo Thu Oct 2 11:09:34 2014 (r369810) +++ head/devel/ipython/distinfo Thu Oct 2 11:10:12 2014 (r369811) @@ -1,2 +1,2 @@ -SHA256 (ipython-2.2.0.tar.gz) = b7ca77ba54a02f032055b73f5f62b01431f818ae00f63716b78f881c2b2564e2 -SIZE (ipython-2.2.0.tar.gz) = 11912007 +SHA256 (ipython-2.3.0.tar.gz) = a2f81afe3eca5c8b2e8cf4ec35518fd007a39231770e67e6c2c4f9bd2b857aae +SIZE (ipython-2.3.0.tar.gz) = 11913980