- Update to 4.11.0.
PR: ports/137615 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: Linh Pham <question+fbsdports@closedsrc.org> (maintainer)
This commit is contained in:
parent
ab79501a3f
commit
26a7622a42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239256
@ -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/
|
||||
|
@ -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
|
||||
|
@ -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 >=
|
Loading…
Reference in New Issue
Block a user