diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2012-10-23 16:55:39 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2012-10-23 16:55:39 +0000 |
commit | 69121206b35ce562db08c087681edb9bbb0d84be (patch) | |
tree | 33a477bd18b6c90a4909ae86ca6df8fe2aa6a8a3 /devel | |
parent | d6799815c851ac146837cf9e7cb16df074831de7 (diff) | |
download | ports-69121206b35ce562db08c087681edb9bbb0d84be.tar.gz ports-69121206b35ce562db08c087681edb9bbb0d84be.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ipython/Makefile | 4 | ||||
-rw-r--r-- | devel/ipython/distinfo | 4 | ||||
-rw-r--r-- | devel/ipython/pkg-plist | 1 |
3 files changed, 4 insertions, 5 deletions
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 |