Bug 137396 - [Patch]print/py-reportlab:welcome python2.6
Summary: [Patch]print/py-reportlab:welcome python2.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Hye-Shik Chang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-03 17:10 UTC by wenheping
Modified: 2009-08-14 21:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.05 KB, patch)
2009-08-03 17:10 UTC, wenheping
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!