View | Details | Raw Unified | Return to bug 137615
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	getmail
8
PORTNAME=	getmail
9
PORTVERSION=	4.9.2
9
PORTVERSION=	4.11.0
10
CATEGORIES=	mail python
10
CATEGORIES=	mail python
11
MASTER_SITES=	http://pyropus.ca/software/getmail/%SUBDIR%/ \
11
MASTER_SITES=	http://pyropus.ca/software/getmail/%SUBDIR%/ \
12
		http://mirrors.closedsrc.org/getmail/
12
		http://mirrors.closedsrc.org/getmail/
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (getmail-4.9.2.tar.gz) = cbb2ef7bf12e2b6b4b748a73979e67a4
1
MD5 (getmail-4.11.0.tar.gz) = bec537bd9f6677f8296d4396a54ed611
2
SHA256 (getmail-4.9.2.tar.gz) = 11e04f0b1bbabb48dbba36a4c6c92f97f65c7dbd2d8d360427c2120e755a5648
2
SHA256 (getmail-4.11.0.tar.gz) = 68c1495971abdb943ee2610862bddf2568239ebd3843a0e4977f59246ce8367b
3
SIZE (getmail-4.9.2.tar.gz) = 153697
3
SIZE (getmail-4.11.0.tar.gz) = 153548
(-)files/patch-excessive-logs (-17 lines)
Removed Link Here
1
--- getmail
2
+++ getmail
3
@@ -210,10 +210,10 @@ def go(configs):
4
 
5
                 if (retrieve or delete or oplevel > 1):
6
                     log.info('  %s\n' % info)
7
-                if options['logfile']:
8
-                    options['logfile'].write(logline)
9
-                if options['message_log_syslog']:
10
-                    syslog.syslog(syslog.LOG_INFO, logline)
11
+                    if options['logfile']:
12
+                        options['logfile'].write(logline)
13
+                    if options['message_log_syslog']:
14
+                        syslog.syslog(syslog.LOG_INFO, logline)
15
 
16
                 if (options['max_messages_per_session']
17
                         and msgs_retrieved >=

Return to bug 137615