From owner-svn-ports-head@FreeBSD.ORG Tue Oct 23 16:55:39 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EC5D78C8; Tue, 23 Oct 2012 16:55:39 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D48818FC08; Tue, 23 Oct 2012 16:55:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9NGtdOc013959; Tue, 23 Oct 2012 16:55:39 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9NGtdEV013955; Tue, 23 Oct 2012 16:55:39 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201210231655.q9NGtdEV013955@svn.freebsd.org> From: Jimmy Olgeni Date: Tue, 23 Oct 2012 16:55:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306317 - 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.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, 23 Oct 2012 16:55:40 -0000 Author: olgeni Date: Tue Oct 23 16:55:39 2012 New Revision: 306317 URL: http://svn.freebsd.org/changeset/ports/306317 Log: Upgrade to version 0.13.1. Also, do not attempt to remove PYTHON_SITELIBDIR. Feature safe: yes Modified: head/devel/ipython/Makefile head/devel/ipython/distinfo head/devel/ipython/pkg-plist Modified: head/devel/ipython/Makefile ============================================================================== --- head/devel/ipython/Makefile Tue Oct 23 16:36:12 2012 (r306316) +++ head/devel/ipython/Makefile Tue Oct 23 16:55:39 2012 (r306317) @@ -6,9 +6,9 @@ # PORTNAME= ipython -PORTVERSION= 0.13 +PORTVERSION= 0.13.1 CATEGORIES= devel python -MASTER_SITES= http://archive.ipython.org/release/${PORTVERSION}/ +MASTER_SITES= CHEESESHOP PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} MAINTAINER= olgeni@FreeBSD.org Modified: head/devel/ipython/distinfo ============================================================================== --- head/devel/ipython/distinfo Tue Oct 23 16:36:12 2012 (r306316) +++ head/devel/ipython/distinfo Tue Oct 23 16:55:39 2012 (r306317) @@ -1,2 +1,2 @@ -SHA256 (ipython-0.13.tar.gz) = a435cc21921817bdeb5ed91e406fc58f8af1d44f8208dd8a4bc691c9c48d3a19 -SIZE (ipython-0.13.tar.gz) = 6055900 +SHA256 (ipython-0.13.1.tar.gz) = 3bbf1095c4fd1fbf0a0871d9e26571a1ce3c4113d83ee3b688fa58e7e917f8c0 +SIZE (ipython-0.13.1.tar.gz) = 5921953 Modified: head/devel/ipython/pkg-plist ============================================================================== --- head/devel/ipython/pkg-plist Tue Oct 23 16:36:12 2012 (r306316) +++ head/devel/ipython/pkg-plist Tue Oct 23 16:55:39 2012 (r306317) @@ -1568,7 +1568,6 @@ bin/pycolor @dirrm %%PYTHON_SITELIBDIR%%/IPython/config/profile @dirrm %%PYTHON_SITELIBDIR%%/IPython/config @dirrm %%PYTHON_SITELIBDIR%%/IPython -@dirrm %%PYTHON_SITELIBDIR%% %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/widgets/directview %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/widgets %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/vim