diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-25 12:40:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-25 12:40:31 +0800 |
commit | d8b505ae70e8dea04e67fe73854d1ab05935ce63 (patch) | |
tree | a2b5528eacaa8ffe7bdecb73eb79e6138c37893f /www/py-cherrypy | |
parent | 74a6ea998b1ac1141dbbdaaf39e874691941d2b6 (diff) | |
download | freebsd-ports-gnome-d8b505ae70e8dea04e67fe73854d1ab05935ce63.tar.gz freebsd-ports-gnome-d8b505ae70e8dea04e67fe73854d1ab05935ce63.tar.zst freebsd-ports-gnome-d8b505ae70e8dea04e67fe73854d1ab05935ce63.zip |
- Move over to py25
- while here drop md5 support
- Small cleanups
Diffstat (limited to 'www/py-cherrypy')
-rw-r--r-- | www/py-cherrypy/Makefile | 3 | ||||
-rw-r--r-- | www/py-cherrypy/distinfo | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/py-cherrypy/Makefile b/www/py-cherrypy/Makefile index 72bc7f124f51..323549a3fb95 100644 --- a/www/py-cherrypy/Makefile +++ b/www/py-cherrypy/Makefile @@ -7,6 +7,7 @@ PORTNAME= cherrypy PORTVERSION= 3.1.2 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://download.cherrypy.org/cherrypy/${PORTVERSION}/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/ @@ -22,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah>=2.0.1:${PORTSDIR}/devel/py-cheetah EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} .endif -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= CherryPy diff --git a/www/py-cherrypy/distinfo b/www/py-cherrypy/distinfo index db2c34008768..f992e206be1f 100644 --- a/www/py-cherrypy/distinfo +++ b/www/py-cherrypy/distinfo @@ -1,3 +1,2 @@ -MD5 (CherryPy-3.1.2.tar.gz) = 15c60b3a91886b9a304d366fba93669c SHA256 (CherryPy-3.1.2.tar.gz) = 0dfd65507b047d54c09849e7a4b8bdd3616fa8776a5dbff7697cbf6ea1559bf6 SIZE (CherryPy-3.1.2.tar.gz) = 319196 |