From johnny64@swissjabber.org  Wed Jun 10 20:45:18 2009
Return-Path: <johnny64@swissjabber.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0F8AB1065674
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 10 Jun 2009 20:45:18 +0000 (UTC)
	(envelope-from johnny64@swissjabber.org)
Received: from www.real-net.sk (ns.real-net.sk [212.108.204.1])
	by mx1.freebsd.org (Postfix) with ESMTP id B93F28FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 10 Jun 2009 20:45:12 +0000 (UTC)
	(envelope-from johnny64@swissjabber.org)
Received: from localhost (unknown [127.0.0.1])
	by www.real-net.sk (Postfix) with ESMTP id D7CF524DCE46
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 10 Jun 2009 20:27:12 +0000 (UTC)
Received: from www.real-net.sk ([127.0.0.1])
	by localhost (www.real-net.sk [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id VwfRHF3RE2bL for <FreeBSD-gnats-submit@freebsd.org>;
	Wed, 10 Jun 2009 22:27:10 +0200 (CEST)
Received: from georg.localdomain (unknown [10.200.9.170])
	by www.real-net.sk (Postfix) with ESMTPS id 32CA724DCF2A;
	Wed, 10 Jun 2009 22:27:10 +0200 (CEST)
Received: from georg.localdomain (localhost [127.0.0.1])
	by georg.localdomain (8.14.3/8.14.3) with ESMTP id n5AKQdrC000676;
	Wed, 10 Jun 2009 22:26:54 +0200 (CEST)
	(envelope-from johnny64@georg.localdomain)
Received: (from johnny64@localhost)
	by georg.localdomain (8.14.3/8.14.3/Submit) id n5AKQSjJ000667;
	Wed, 10 Jun 2009 22:26:28 +0200 (CEST)
	(envelope-from johnny64)
Message-Id: <200906102026.n5AKQSjJ000667@georg.localdomain>
Date: Wed, 10 Jun 2009 22:26:28 +0200 (CEST)
From: Michal Petrucha <johnny64@swissjabber.org>
Reply-To: Michal Petrucha <johnny64@swissjabber.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Michal Petrucha <johnny64@swissjabber.org>
Subject: mail/getmail prints a deprecation warning after python upgrade
X-Send-Pr-Version: 3.113
X-GNATS-Notify: question+fbsdports@closedsrc.org

>Number:         135452
>Category:       ports
>Synopsis:       mail/getmail prints a deprecation warning after python upgrade
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    wxs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 10 20:50:03 UTC 2009
>Closed-Date:    Fri Jun 12 12:40:35 UTC 2009
>Last-Modified:  Fri Jun 12 12:40:35 UTC 2009
>Originator:     Michal Petrucha
>Release:        FreeBSD 7.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD georg.localdomain 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #0: Tue Apr 14 13:01:18 CEST 2009 root@georg.localdomain:/usr/obj/usr/src/sys/GEORG i386


	
>Description:
After upgrading Python to 2.6, mail/getmail prints the following warning
on each invocation:
/usr/local/lib/python2.6/site-packages/getmailcore/baseclasses.py:27: DeprecationWarning: the sets module is deprecated
  import sets
This is especially annoying when getmail is run periodically by cron.

>How-To-Repeat:
portupgrade -o lang/python26 lang/python25
and then invoke getmail
	
>Fix:
Temporary workaround is to redirect getmail stdout and stderr to
/dev/null thus losing any other messages which might be of greater
importance
According to upstream changelog
http://pyropus.ca/software/getmail/CHANGELOG starting from version 4.9.0
the problem is fixed, which means upgrading the port would resolve the
problem.
	


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Jun 10 20:50:16 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=135452 
Responsible-Changed-From-To: freebsd-ports-bugs->wxs 
Responsible-Changed-By: wxs 
Responsible-Changed-When: Wed Jun 10 20:59:50 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=135452 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: question+fbsdports@closedsrc.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/135452: mail/getmail prints a deprecation warning after python upgrade
Date: Wed, 10 Jun 2009 20:50:14 UT

 Maintainer of mail/getmail,
 
 Please note that PR ports/135452 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/135452
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: wxs 
State-Changed-When: Fri Jun 12 12:40:33 UTC 2009 
State-Changed-Why:  
New version should fix this problem. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=135452 
>Unformatted:
