Date: Thu, 17 Apr 2008 19:11:22 +0800 (CST) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: dryice@FreeBSD.org Subject: ports/122846: [PATCH] www/py25-PasteScript: Change RUN_DEPENDS for upcoming www/py-flup update Message-ID: <200804171111.m3HBBM7F054769@lucky7.cs.nctu.edu.tw> Resent-Message-ID: <200804171140.m3HBe3aJ007271@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 122846 >Category: ports >Synopsis: [PATCH] www/py25-PasteScript: Change RUN_DEPENDS for upcoming www/py-flup update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 17 11:40:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Li-Wen Hsu >Release: FreeBSD 7.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD lucky7 7.0-RELEASE FreeBSD 7.0-RELEASE #1: Sun Feb 24 18:50:17 CST 2008 >Description: Change RUN_DEPENDS for upcoming www/py-flup update. Current maintainer seems too busy to reply me private mail, so I decide to file a PR to make me able to fix it after timeout. :-P Port maintainer (dryice@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- py25-PasteScript-1.6.2_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/py-pastescript/Makefile,v retrieving revision 1.12 diff -u -u -r1.12 Makefile --- Makefile 17 Mar 2008 10:15:40 -0000 1.12 +++ Makefile 17 Apr 2008 11:08:25 -0000 @@ -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 @@ 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 @@ .include <bsd.port.pre.mk> -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 --- py25-PasteScript-1.6.2_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804171111.m3HBBM7F054769>