diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-08 06:09:52 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-08 06:09:52 +0000 |
commit | 9412300394b5757d3752868b01d44c2000be545a (patch) | |
tree | 0a2ce92343ca98228e54055c4d8ca49139fd369c /devel/ipython/Makefile | |
parent | A tool for printing/setting the window manager name (diff) |
- Update to 0.10
- Pass maintainership to submitter
PR: 137501
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=239128
Diffstat (limited to 'devel/ipython/Makefile')
-rw-r--r-- | devel/ipython/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index e801bb8cbeff..66153ad67495 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -6,15 +6,12 @@ # PORTNAME= ipython -PORTVERSION= 0.9.1 +PORTVERSION= 0.10 CATEGORIES= devel python -MASTER_SITES= http://ipython.scipy.org/dist/ \ - ${MASTER_SITE_LOCAL} \ - http://dryice.name/computer/FreeBSD/distfiles/ -MASTER_SITE_SUBDIR= dryice +MASTER_SITES= http://ipython.scipy.org/dist/ PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= wenheping@gmail.com COMMENT= An enhanced Interactive Python shell RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pexpect.py:${PORTSDIR}/misc/py-pexpect \ @@ -23,7 +20,10 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pexpect.py:${PORTSDIR}/misc/py-pexpect \ USE_PYTHON= yes USE_PYDISTUTILS= yes -MAN1= ipython.1 pycolor.1 +MAN1= ipython.1 pycolor.1 \ + ipcluster.1 ipcontroller.1 \ + ipengine.1 ipython-wx.1 \ + ipythonx.1 irunner.1 MANCOMPRESSED= yes .ifndef NOPORTDOCS |