diff options
author | araujo <araujo@FreeBSD.org> | 2009-08-10 22:05:24 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2009-08-10 22:05:24 +0800 |
commit | f27596864a7e75a7d99c68cdf610cdeebeada5d6 (patch) | |
tree | 3ac8278433f88830b1ce817859e7fb4bf56e46e6 /mail | |
parent | 7fd50216d5d0ad4a4e15130bbbc144baba264926 (diff) | |
download | freebsd-ports-gnome-f27596864a7e75a7d99c68cdf610cdeebeada5d6.tar.gz freebsd-ports-gnome-f27596864a7e75a7d99c68cdf610cdeebeada5d6.tar.zst freebsd-ports-gnome-f27596864a7e75a7d99c68cdf610cdeebeada5d6.zip |
- 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)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/getmail/Makefile | 2 | ||||
-rw-r--r-- | mail/getmail/distinfo | 6 | ||||
-rw-r--r-- | mail/getmail/files/patch-excessive-logs | 17 |
3 files changed, 4 insertions, 21 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index a809bd58cec4..ce35ec356253 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -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/ diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo index 62e425532a7d..32637d133679 100644 --- a/mail/getmail/distinfo +++ b/mail/getmail/distinfo @@ -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 diff --git a/mail/getmail/files/patch-excessive-logs b/mail/getmail/files/patch-excessive-logs deleted file mode 100644 index aa4b7be1962d..000000000000 --- a/mail/getmail/files/patch-excessive-logs +++ /dev/null @@ -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 >= |