Bug 134572

Summary: [patch] print/py-cups: Fix package when PYTHON_VERSION != python2.5
Product: Ports & Packages Reporter: Mel <mel>
Component: Individual Port(s)Assignee: Michael Johnson <ahze>
Status: Closed FIXED    
Severity: Affects Only Me CC: ahze
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-py-cups-Makefile none

Description Mel 2009-05-16 09:20:01 UTC
The info egg has a hardcoded version, which will fail to produce a package if
a version other then 2.5 is used.

Fix: Idea stolen from bsd.python.mk:
How-To-Repeat: echo 'PYTHON_DEFAULT_VERSION=python2.6' >> /etc/make.conf
make -C /usr/ports/print/py-cups package
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-05-16 09:20:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ahze

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-05-16 13:54:20 UTC
State Changed
From-To: open->closed

this one is already fixed in my patch for move to python 2.6.2 as 
default version.