Date: Mon, 17 Aug 2009 05:30:10 GMT From: olli hauer <ohauer@gmx.de> To: freebsd-python@FreeBSD.org Subject: Re: ports/137859: [patch] python bulk update eliminate hard coded "py-" prefix Message-ID: <200908170530.n7H5UAiH065777@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/137859; it has been noted by GNATS. From: olli hauer <ohauer@gmx.de> To: bug-followup@FreeBSD.org, ohauer@gmx.de Cc: ohauer@gmx.de Subject: Re: ports/137859: [patch] python bulk update eliminate hard coded "py-" prefix Date: Mon, 17 Aug 2009 07:26:38 +0200 (CEST) I forgot these two ports in last patch net/py-mp-random net-im/py-punjab --- patch_bulk_python_prefix_2 begins here --- Index: net/py-mp-random/Makefile =================================================================== --- net/py-mp-random/Makefile +++ net/py-mp-random/Makefile @@ -10,7 +10,7 @@ PORTREVISION= 4 CATEGORIES= net python MASTER_SITES= http://mirrorproject.com/widget/ -PKGNAMEPREFIX= py- +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= MirrorProjectRandomImageWidget-src-${PORTVERSION} MAINTAINER= randomimage-widget@mirrorproject.com Index: net-im/py-punjab/Makefile =================================================================== --- net-im/py-punjab/Makefile +++ net-im/py-punjab/Makefile @@ -9,7 +9,7 @@ PORTVERSION= 0.12 CATEGORIES= net-im python MASTER_SITES= http://butterfat.net/punjab/ -PKGNAMEPREFIX= py- +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= beech@FreeBSD.org COMMENT= HTTP-polling and HTTP-binding gateway for Jabber --- patch_bulk_python_prefix_2 ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908170530.n7H5UAiH065777>