From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 17 11:40:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D2861065671 for ; Thu, 17 Apr 2008 11:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6DABD8FC48 for ; Thu, 17 Apr 2008 11:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m3HBe36N007272 for ; Thu, 17 Apr 2008 11:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m3HBe3aJ007271; Thu, 17 Apr 2008 11:40:03 GMT (envelope-from gnats) Resent-Date: Thu, 17 Apr 2008 11:40:03 GMT Resent-Message-Id: <200804171140.m3HBe3aJ007271@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Li-Wen Hsu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4406A106566B for ; Thu, 17 Apr 2008 11:36:43 +0000 (UTC) (envelope-from lwhsu@lucky7.cs.nctu.edu.tw) Received: from lucky7.cs.nctu.edu.tw (lucky7.cs.nctu.edu.tw [140.113.17.237]) by mx1.freebsd.org (Postfix) with ESMTP id C6B258FC13 for ; Thu, 17 Apr 2008 11:36:42 +0000 (UTC) (envelope-from lwhsu@lucky7.cs.nctu.edu.tw) Received: from lucky7.cs.nctu.edu.tw (localhost [127.0.0.1]) by lucky7.cs.nctu.edu.tw (8.14.2/8.14.2) with ESMTP id m3HBBPif055073; Thu, 17 Apr 2008 19:11:25 +0800 (CST) (envelope-from lwhsu@lucky7.cs.nctu.edu.tw) Received: (from lwhsu@localhost) by lucky7.cs.nctu.edu.tw (8.14.2/8.14.2/Submit) id m3HBBM7F054769; Thu, 17 Apr 2008 19:11:22 +0800 (CST) (envelope-from lwhsu) Message-Id: <200804171111.m3HBBM7F054769@lucky7.cs.nctu.edu.tw> Date: Thu, 17 Apr 2008 19:11:22 +0800 (CST) From: Li-Wen Hsu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: dryice@FreeBSD.org Subject: ports/122846: [PATCH] www/py25-PasteScript: Change RUN_DEPENDS for upcoming www/py-flup update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2008 11:40:03 -0000 >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 -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: