diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-27 16:16:15 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-27 16:16:15 +0000 |
commit | 7b7eca89c4923b23b1c9d5f4cad4b4d3893592ed (patch) | |
tree | a6d65d24ade6df9978500502eef783f089acf9f7 /www/py-tgwebservices | |
parent | b658307fe83c01e408f7c9846e71bcdc6c60e57b (diff) | |
download | ports-7b7eca89c4923b23b1c9d5f4cad4b4d3893592ed.tar.gz ports-7b7eca89c4923b23b1c9d5f4cad4b4d3893592ed.zip |
Notes
Diffstat (limited to 'www/py-tgwebservices')
-rw-r--r-- | www/py-tgwebservices/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-tgwebservices/Makefile b/www/py-tgwebservices/Makefile index 22b239124f53..01e061bfbcae 100644 --- a/www/py-tgwebservices/Makefile +++ b/www/py-tgwebservices/Makefile @@ -7,7 +7,7 @@ PORTNAME= tgwebservices PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ LOCAL/nivit/${PYTGWEBSERVICES}/ @@ -17,7 +17,7 @@ DISTNAME= TGWebServices-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Multiprotocol Web Services for TurboGears -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}TurboGears>=1.0.1:${PORTSDIR}/www/py-turbogears \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}TurboGears>=1.1.2:${PORTSDIR}/www/py-turbogears \ ${PYTHON_PKGNAMEPREFIX}Genshi>=0.3.6:${PORTSDIR}/textproc/py-genshi RUN_DEPENDS= ${BUILD_DEPENDS} |