diff options
author | olgeni <olgeni@FreeBSD.org> | 2012-10-24 00:55:39 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2012-10-24 00:55:39 +0800 |
commit | 59d0ff18e5e0f1f362760787c2627e93e7bc69b0 (patch) | |
tree | 33a477bd18b6c90a4909ae86ca6df8fe2aa6a8a3 /devel | |
parent | 1476c113bfb7bc72577e158214f132cfc61e053f (diff) | |
download | freebsd-ports-gnome-59d0ff18e5e0f1f362760787c2627e93e7bc69b0.tar.gz freebsd-ports-gnome-59d0ff18e5e0f1f362760787c2627e93e7bc69b0.tar.zst freebsd-ports-gnome-59d0ff18e5e0f1f362760787c2627e93e7bc69b0.zip |
Upgrade to version 0.13.1.
Also, do not attempt to remove PYTHON_SITELIBDIR.
Feature safe: yes
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 |