From 260b286a561cef0a56b9cbc384856b6c12990e25 Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Thu, 17 Apr 2008 16:31:15 +0000 Subject: [PATCH] - Change RUN_DEPENDS for www/py-flup updating. PR: ports/122846 Submitted by: lwhsu Approved by: dryice (maintainer) --- www/py-pastescript/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/py-pastescript/Makefile b/www/py-pastescript/Makefile index da72aedd1800..5bca48dc765d 100644 --- a/www/py-pastescript/Makefile +++ b/www/py-pastescript/Makefile @@ -7,6 +7,7 @@ PORTNAME= PasteScript PORTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://pypi.python.org/packages/source/P/PasteScript/ \ ${MASTER_SITE_LOCAL} \ @@ -20,7 +21,7 @@ COMMENT= A pluggable command-line frontend BUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS= ${BUILD_DEPENDS} RUN_DEPENDS+= cheetah:${PORTSDIR}/devel/py-cheetah \ - ${PYTHON_SITELIBDIR}/${PYFLUP_EGG}/flup/__init__.py:${PORTSDIR}/www/py-flup \ + ${PYTHON_PKGNAMEPREFIX}flup>0:${PORTSDIR}/www/py-flup \ ${PYTHON_SITELIBDIR}/${PYPASTE_EGG}/paste/__init__.py:${PORTSDIR}/www/py-paste \ ${PYTHON_SITELIBDIR}/${PYPASTEDEPLOY_EGG}/paste/deploy/__init__.py:${PORTSDIR}/www/py-pastedeploy \ ${PYTHON_SITELIBDIR}/${PYWSGIUTILS_EGG}:${PORTSDIR}/devel/py-wsgiutils \ @@ -43,7 +44,6 @@ PYPASTESCRIPT_EGG= ${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg .include -PYFLUP_EGG!= ${MAKE} -f ${PORTSDIR}/www/py-flup/Makefile -V PYFLUP_EGG PYPASTE_EGG!= ${MAKE} -f ${PORTSDIR}/www/py-paste/Makefile -V PYPASTE_EGG PYPASTEDEPLOY_EGG!= ${MAKE} -f ${PORTSDIR}/www/py-pastedeploy/Makefile -V PYPASTEDEPLOY_EGG PYWSGIUTILS_EGG!= ${MAKE} -f ${PORTSDIR}/devel/py-wsgiutils/Makefile -V PYWSGIUTILS_EGG