From 59d0ff18e5e0f1f362760787c2627e93e7bc69b0 Mon Sep 17 00:00:00 2001 From: olgeni Date: Tue, 23 Oct 2012 16:55:39 +0000 Subject: Upgrade to version 0.13.1. Also, do not attempt to remove PYTHON_SITELIBDIR. Feature safe: yes --- devel/ipython/Makefile | 4 ++-- devel/ipython/distinfo | 4 ++-- devel/ipython/pkg-plist | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) (limited to 'devel') diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index 56e1861fae52..446c27b4e988 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -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 diff --git a/devel/ipython/distinfo b/devel/ipython/distinfo index 40fc47c90431..4e778467314b 100644 --- a/devel/ipython/distinfo +++ b/devel/ipython/distinfo @@ -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 diff --git a/devel/ipython/pkg-plist b/devel/ipython/pkg-plist index c76607a6394d..7a61ce25016b 100644 --- a/devel/ipython/pkg-plist +++ b/devel/ipython/pkg-plist @@ -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 -- cgit