aboutsummaryrefslogtreecommitdiff
path: root/mail/getmail
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2009-08-10 14:05:24 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2009-08-10 14:05:24 +0000
commit26a7622a42135104e77134593c27d11503d4a9cb (patch)
tree3c84de4b17ff84cfaa44b8b6fb92d784af353807 /mail/getmail
parentab79501a3facaba808238022e96051ac1732d330 (diff)
downloadports-26a7622a42135104e77134593c27d11503d4a9cb.tar.gz
ports-26a7622a42135104e77134593c27d11503d4a9cb.zip
Notes
Diffstat (limited to 'mail/getmail')
-rw-r--r--mail/getmail/Makefile2
-rw-r--r--mail/getmail/distinfo6
-rw-r--r--mail/getmail/files/patch-excessive-logs17
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 >=