Date: Tue, 19 Jun 2007 21:42:24 -0600 (MDT) From: Greg Skafte <skafte@trollkarl.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/113876: honour PKGNAMEPREFIX for py-pyPgSQL Message-ID: <200706200342.l5K3gOFt074456@trollkarl.trollkarl.net> Resent-Message-ID: <200706200420.l5K4K3va036514@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 113876 >Category: ports >Synopsis: honour PKGNAMEPREFIX for py-pyPgSQL >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: Wed Jun 20 04:20:02 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Greg Skafte >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: Allow multiple version of python to share py-pyPgSQL System: FreeBSD trollkarl.trollkarl.net 6.2-STABLE FreeBSD 6.2-STABLE #13: Sat Jun 2 01:14:23 MDT 2007 root@worlock.trollkarl.net:/usr/obj/usr/src/sys/TROLLKARL i386 Allow mulitple version of python to exist with independent versions of py-pyPgSQL >Description: py-pyPgSQL hard codes PKGNAMEPREFIX to "py-" instead of "py##-" >How-To-Repeat: >Fix: --- Makefile 2007/06/19 23:48:44 1.1 +++ Makefile 2007/06/19 23:49:18 @@ -10,7 +10,7 @@ CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pypgsql -PKGNAMEPREFIX= py- +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= A Python DB-API 2 compliant library for using PostgreSQL databases >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706200342.l5K3gOFt074456>