ports/137859: [patch] python bulk update eliminate hard coded
"py-" prefix
olli hauer
ohauer at gmx.de
Mon Aug 17 05:30:11 UTC 2009
The following reply was made to PR ports/137859; it has been noted by GNATS.
From: olli hauer <ohauer at gmx.de>
To: bug-followup at FreeBSD.org, ohauer at gmx.de
Cc: ohauer at 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 at 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 at FreeBSD.org
COMMENT= HTTP-polling and HTTP-binding gateway for Jabber
--- patch_bulk_python_prefix_2 ends here ---
More information about the freebsd-python
mailing list