diff options
author | ahze <ahze@FreeBSD.org> | 2005-03-02 17:15:56 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-03-02 17:15:56 +0800 |
commit | 5188e8ee8731a9955d0372f00ed9653820b23caa (patch) | |
tree | cdfce71b1d368b0009cd72ebc886e8c6a51cbfe5 /devel/ipython | |
parent | 1a809d94f9e1c126b5857b22d4165341ba08a1ec (diff) | |
download | freebsd-ports-gnome-5188e8ee8731a9955d0372f00ed9653820b23caa.tar.gz freebsd-ports-gnome-5188e8ee8731a9955d0372f00ed9653820b23caa.tar.zst freebsd-ports-gnome-5188e8ee8731a9955d0372f00ed9653820b23caa.zip |
- Update to 0.6.11
PR: ports/77950
Submitted by: maintainer
Diffstat (limited to 'devel/ipython')
-rw-r--r-- | devel/ipython/Makefile | 2 | ||||
-rw-r--r-- | devel/ipython/distinfo | 4 | ||||
-rw-r--r-- | devel/ipython/pkg-plist | 5 |
3 files changed, 8 insertions, 3 deletions
diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index 0c5d8eb3376e..a3faed6e474b 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ipython -PORTVERSION= 0.6.10 +PORTVERSION= 0.6.11 CATEGORIES= devel python MASTER_SITES= http://ipython.scipy.org/dist/ \ http://bsdchat.com/dist/dryice/ diff --git a/devel/ipython/distinfo b/devel/ipython/distinfo index f427cd349d67..3afd014413a9 100644 --- a/devel/ipython/distinfo +++ b/devel/ipython/distinfo @@ -1,2 +1,2 @@ -MD5 (ipython-0.6.10.tar.gz) = 6ca62bed34cccc3cddd766e2bece0bf0 -SIZE (ipython-0.6.10.tar.gz) = 843400 +MD5 (ipython-0.6.11.tar.gz) = cf4bdd4a89d71e497e76f0473cbe02f7 +SIZE (ipython-0.6.11.tar.gz) = 862138 diff --git a/devel/ipython/pkg-plist b/devel/ipython/pkg-plist index f16e3b5e7927..f5377f74a6d1 100644 --- a/devel/ipython/pkg-plist +++ b/devel/ipython/pkg-plist @@ -1,5 +1,8 @@ bin/ipython bin/pycolor +%%PYTHON_SITELIBDIR%%/IPython/background_jobs.py +%%PYTHON_SITELIBDIR%%/IPython/background_jobs.pyc +%%PYTHON_SITELIBDIR%%/IPython/background_jobs.pyo %%PYTHON_SITELIBDIR%%/IPython/ColorANSI.py %%PYTHON_SITELIBDIR%%/IPython/ColorANSI.pyc %%PYTHON_SITELIBDIR%%/IPython/ColorANSI.pyo @@ -127,6 +130,8 @@ bin/pycolor %%DOCSDIR%%/manual/img1.png %%DOCSDIR%%/manual/img2.png %%DOCSDIR%%/manual/img3.png +%%DOCSDIR%%/manual/img4.png +%%DOCSDIR%%/manual/img5.png %%DOCSDIR%%/manual/index.html %%DOCSDIR%%/manual/manual.css %%DOCSDIR%%/manual/manual.html |