diff options
Diffstat (limited to 'www/py-cherrypy/Makefile')
-rw-r--r-- | www/py-cherrypy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-cherrypy/Makefile b/www/py-cherrypy/Makefile index 092045275a67..c61adcbe052c 100644 --- a/www/py-cherrypy/Makefile +++ b/www/py-cherrypy/Makefile @@ -6,12 +6,12 @@ # PORTNAME= cherrypy -PORTVERSION= 2.1.1 +PORTVERSION= 2.2.0.b CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= CherryPy-${PORTVERSION} +DISTNAME= CherryPy-${PORTVERSION:C/\.b$/beta/} MAINTAINER= nivit@email.it COMMENT= A pythonic, object-oriented web development framework |