Bug 137396

Summary: [Patch]print/py-reportlab:welcome python2.6
Product: Ports & Packages Reporter: wenheping <wenheping>
Component: Individual Port(s)Assignee: Hye-Shik Chang <perky>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description wenheping 2009-08-03 17:10:00 UTC
  Since "with" is keyword in Python2.6 now, we could not 
use "with" as the variable name.

  It could fix the build error of print/py-reportlab itself
and fix the run error of ports which require print/py-reportlab,
such as openerp-server.

  Thanks to Peter Pieczora.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-08-03 17:10:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perky

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-08-14 20:52:46 UTC
miwi        2009-08-14 19:52:36 UTC

  FreeBSD ports repository

  Modified files:
    print/py-reportlab   Makefile pkg-plist 
  Log:
  - Fix warnings with python 2.6
  
  PR:             137396
  Submitted by:   Wen Heping <wenheping@gmail.com>
  Approved by:    maintianer timeout
  
  Revision  Changes    Path
  1.29      +2 -1      ports/print/py-reportlab/Makefile
  1.20      +2 -0      ports/print/py-reportlab/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2009-08-14 20:52:49 UTC
State Changed
From-To: open->closed

Committed. Thanks!