Date: Sun, 9 Aug 2009 23:29:09 -0300 (BRT) From: Sylvio Cesar <scjamorim@bsd.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Cc: question+fbsdports@closedsrc.org Subject: ports/137615: [PATCH] mail/getmail: update to 4.11.0 Message-ID: <20090810022909.D321D2296A6@fbsd72.scjamorim.org> Resent-Message-ID: <200908100230.n7A2U28d081130@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 137615 >Category: ports >Synopsis: [PATCH] mail/getmail: update to 4.11.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Aug 10 02:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: System: FreeBSD fbsd72.scjamorim.org 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon Aug 3 22:10:47 BRT >Description: - Update to 4.11.0 You can see log in mine tinderbox: http://www.scjamorim.org/Home/getmail-4.11.0.log Removed file(s): - files/patch-excessive-logs Port maintainer (question+fbsdports@closedsrc.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- getmail-4.11.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/getmail/Makefile,v retrieving revision 1.83 diff -u -u -r1.83 Makefile --- Makefile 26 Jul 2009 14:58:54 -0000 1.83 +++ Makefile 10 Aug 2009 02:28:01 -0000 @@ -6,7 +6,7 @@ # PORTNAME= getmail -PORTVERSION= 4.9.2 +PORTVERSION= 4.11.0 CATEGORIES= mail python MASTER_SITES= http://pyropus.ca/software/getmail/%SUBDIR%/ \ http://mirrors.closedsrc.org/getmail/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/getmail/distinfo,v retrieving revision 1.70 diff -u -u -r1.70 distinfo --- distinfo 26 Jul 2009 14:58:54 -0000 1.70 +++ distinfo 10 Aug 2009 02:28:01 -0000 @@ -1,3 +1,3 @@ -MD5 (getmail-4.9.2.tar.gz) = cbb2ef7bf12e2b6b4b748a73979e67a4 -SHA256 (getmail-4.9.2.tar.gz) = 11e04f0b1bbabb48dbba36a4c6c92f97f65c7dbd2d8d360427c2120e755a5648 -SIZE (getmail-4.9.2.tar.gz) = 153697 +MD5 (getmail-4.11.0.tar.gz) = bec537bd9f6677f8296d4396a54ed611 +SHA256 (getmail-4.11.0.tar.gz) = 68c1495971abdb943ee2610862bddf2568239ebd3843a0e4977f59246ce8367b +SIZE (getmail-4.11.0.tar.gz) = 153548 Index: files/patch-excessive-logs =================================================================== RCS file: files/patch-excessive-logs diff -N files/patch-excessive-logs --- files/patch-excessive-logs 28 Jan 2009 17:58:53 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,17 +0,0 @@ ---- getmail -+++ getmail -@@ -210,10 +210,10 @@ def go(configs): - - if (retrieve or delete or oplevel > 1): - log.info(' %s\n' % info) -- if options['logfile']: -- options['logfile'].write(logline) -- if options['message_log_syslog']: -- syslog.syslog(syslog.LOG_INFO, logline) -+ if options['logfile']: -+ options['logfile'].write(logline) -+ if options['message_log_syslog']: -+ syslog.syslog(syslog.LOG_INFO, logline) - - if (options['max_messages_per_session'] - and msgs_retrieved >= --- getmail-4.11.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090810022909.D321D2296A6>