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. 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. How-To-Repeat: portupgrade -o lang/python26 lang/python25 and then invoke getmail
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: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->wxs I'll take it.
State Changed From-To: feedback->closed New version should fix this problem.