diff options
Diffstat (limited to 'devel/ipython/Makefile')
-rw-r--r-- | devel/ipython/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index 70f450df39d9..89d71fec04e4 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -6,11 +6,10 @@ # PORTNAME= ipython -PORTVERSION= 0.6.3 +PORTVERSION= 0.6.4 CATEGORIES= devel python MASTER_SITES= http://ipython.scipy.org/dist/ PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} -DISTNAME= IPython-${PORTVERSION} MAINTAINER= dryice@liu.com.cn COMMENT= An enhanced Interactive Python shell |