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

(-)/usr/home/emma/ports/mail/getmail/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	getmail
8
PORTNAME=	getmail
9
PORTVERSION=	4.8.4
9
PORTVERSION=	4.8.4
10
PORTREVISION=	1
10
CATEGORIES=	mail python
11
CATEGORIES=	mail python
11
MASTER_SITES=	http://pyropus.ca/software/getmail/%SUBDIR%/ \
12
MASTER_SITES=	http://pyropus.ca/software/getmail/%SUBDIR%/ \
12
		http://mirrors.closedsrc.org/getmail/
13
		http://mirrors.closedsrc.org/getmail/
(-)/usr/home/emma/ports/mail/getmail/files/patch-excessive-logs (+17 lines)
Line 0 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 131047