Date: Tue, 23 Oct 2012 16:55:39 +0000 (UTC) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306317 - head/devel/ipython Message-ID: <201210231655.q9NGtdEV013955@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210231655.q9NGtdEV013955>