diff options
Diffstat (limited to 'devel/ipython/Makefile')
-rw-r--r-- | devel/ipython/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index cbfe2d1a1960..f47457910365 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -6,11 +6,12 @@ # PORTNAME= ipython -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.1.1 CATEGORIES= devel python MASTER_SITES= http://ipython.scipy.org/dist/ \ http://bsdchat.com/dist/dryice/ PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} +DISTNAME= ${PORTNAME}-0.7.1.fix1 MAINTAINER= dryice@dryice.name COMMENT= An enhanced Interactive Python shell |