ports/113876: honour PKGNAMEPREFIX for py-pyPgSQL

Greg Skafte skafte at trollkarl.net
Wed Jun 20 04:20:03 UTC 2007


>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 at 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 at FreeBSD.org
 COMMENT=	A Python DB-API 2 compliant library for using PostgreSQL databases
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list