diff options
author | perky <perky@FreeBSD.org> | 2005-03-05 11:26:18 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2005-03-05 11:26:18 +0800 |
commit | a9455ef8b963661d8e951c6045b26e0e96705448 (patch) | |
tree | 7a5805761e344704fe925ac531ee0f678c2a8bb6 /devel | |
parent | bb1f2791577b306bce5c971c8ec506a09ac752c5 (diff) | |
download | freebsd-ports-gnome-a9455ef8b963661d8e951c6045b26e0e96705448.tar.gz freebsd-ports-gnome-a9455ef8b963661d8e951c6045b26e0e96705448.tar.zst freebsd-ports-gnome-a9455ef8b963661d8e951c6045b26e0e96705448.zip |
Update to 0.6.12
PR: 78411
Submitted by: Dryice Liu <dryice@liu.com.cn>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ipython/Makefile | 2 | ||||
-rw-r--r-- | devel/ipython/distinfo | 4 | ||||
-rw-r--r-- | devel/ipython/pkg-plist | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index a3faed6e474b..713cee319edd 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ipython -PORTVERSION= 0.6.11 +PORTVERSION= 0.6.12 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 3afd014413a9..ae2114c23428 100644 --- a/devel/ipython/distinfo +++ b/devel/ipython/distinfo @@ -1,2 +1,2 @@ -MD5 (ipython-0.6.11.tar.gz) = cf4bdd4a89d71e497e76f0473cbe02f7 -SIZE (ipython-0.6.11.tar.gz) = 862138 +MD5 (ipython-0.6.12.tar.gz) = 3a72e214fe2164f9f86103523e3d8276 +SIZE (ipython-0.6.12.tar.gz) = 870350 diff --git a/devel/ipython/pkg-plist b/devel/ipython/pkg-plist index f5377f74a6d1..f221df1a6f26 100644 --- a/devel/ipython/pkg-plist +++ b/devel/ipython/pkg-plist @@ -98,6 +98,9 @@ bin/pycolor %%PYTHON_SITELIBDIR%%/IPython/genutils.py %%PYTHON_SITELIBDIR%%/IPython/genutils.pyc %%PYTHON_SITELIBDIR%%/IPython/genutils.pyo +%%PYTHON_SITELIBDIR%%/IPython/hooks.py +%%PYTHON_SITELIBDIR%%/IPython/hooks.pyc +%%PYTHON_SITELIBDIR%%/IPython/hooks.pyo %%PYTHON_SITELIBDIR%%/IPython/iplib.py %%PYTHON_SITELIBDIR%%/IPython/iplib.pyc %%PYTHON_SITELIBDIR%%/IPython/iplib.pyo |