diff options
author | pav <pav@FreeBSD.org> | 2005-04-20 22:27:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-20 22:27:23 +0800 |
commit | 83a9447c3e183f05a20e8a294867b8d2be59eb96 (patch) | |
tree | 609eceac0b2c75310b78f62f0c9f947b501d50dc /devel | |
parent | c9e6ce2380600106e294f25d270d432728d2f0d8 (diff) | |
download | freebsd-ports-gnome-83a9447c3e183f05a20e8a294867b8d2be59eb96.tar.gz freebsd-ports-gnome-83a9447c3e183f05a20e8a294867b8d2be59eb96.tar.zst freebsd-ports-gnome-83a9447c3e183f05a20e8a294867b8d2be59eb96.zip |
- Update to 0.6.13
PR: ports/80148
Submitted by: Dryice Liu <dryice@liu.com.cn> (maintainer)
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 | 1 |
3 files changed, 3 insertions, 4 deletions
diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index c2aa1c6d400a..439de7f7d380 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ipython -PORTVERSION= 0.6.12 +PORTVERSION= 0.6.13 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 ae2114c23428..d8bd8370fa0f 100644 --- a/devel/ipython/distinfo +++ b/devel/ipython/distinfo @@ -1,2 +1,2 @@ -MD5 (ipython-0.6.12.tar.gz) = 3a72e214fe2164f9f86103523e3d8276 -SIZE (ipython-0.6.12.tar.gz) = 870350 +MD5 (ipython-0.6.13.tar.gz) = 22f5a7a9eae21df4c3c71870dc3953f2 +SIZE (ipython-0.6.13.tar.gz) = 888569 diff --git a/devel/ipython/pkg-plist b/devel/ipython/pkg-plist index f221df1a6f26..53304833ed1e 100644 --- a/devel/ipython/pkg-plist +++ b/devel/ipython/pkg-plist @@ -88,7 +88,6 @@ bin/pycolor %%PYTHON_SITELIBDIR%%/IPython/UserConfig/ipythonrc-pysh %%PYTHON_SITELIBDIR%%/IPython/UserConfig/ipythonrc-scipy %%PYTHON_SITELIBDIR%%/IPython/UserConfig/ipythonrc-tutorial -%%PYTHON_SITELIBDIR%%/IPython/UserConfig/pysh.py %%PYTHON_SITELIBDIR%%/IPython/__init__.py %%PYTHON_SITELIBDIR%%/IPython/__init__.pyc %%PYTHON_SITELIBDIR%%/IPython/__init__.pyo |