The following reply was made to PR ports/137859; it has been noted by GNATS.
From: olli hauer <oha...@gmx.de> To: bug-follo...@freebsd.org, oha...@gmx.de Cc: oha...@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-wid...@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= be...@freebsd.org COMMENT= HTTP-polling and HTTP-binding gateway for Jabber --- patch_bulk_python_prefix_2 ends here --- _______________________________________________ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"