summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2003-10-29 11:55:27 +0000
committerxtraeme <xtraeme@pkgsrc.org>2003-10-29 11:55:27 +0000
commit250376a1c2a0f3c0f098e164388588e505d169c7 (patch)
tree54a30c234ba89d24bd9a1cf2a783662a688115ff /mail
parent844ce08ad6ecfe2e0b9c19f69debfc69dd53f381 (diff)
downloadpkgsrc-250376a1c2a0f3c0f098e164388588e505d169c7.tar.gz
Upgrade to 3.2.1. Patch sent by Soren Jacobsen in PR pkg/23299.
Changes since 3.1.7: * Add command_add_fromline directive to control prepending mbox-style From_ lines to command deliveries. Defaults to 1, the previous behaviour. Set to 0 to disable. * Add workaround for differences in Python poplib; an incompatible change was introduced (apparently in 1.6) to Python's library, where session.retr() previous returned raw lines, but now it returns the un-stuffed lines. getmail now has to conditionally un-stuff lines depending on the version of the Python interpreter in use. * Change the "over max message size of %(max_message_size)i, skipping ..." message from informational to warning so it can be seen when using -q/--quiet/verbose=0. Thanks to Volker Kuhlmann for the report. -Change error message resulting from failed APOP attempt
Diffstat (limited to 'mail')
-rw-r--r--mail/getmail/Makefile4
-rw-r--r--mail/getmail/PLIST4
-rw-r--r--mail/getmail/distinfo6
3 files changed, 7 insertions, 7 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile
index b16b1b9a08d..170fe71031f 100644
--- a/mail/getmail/Makefile
+++ b/mail/getmail/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2003/07/30 10:41:24 jmmv Exp $
+# $NetBSD: Makefile,v 1.13 2003/10/29 11:55:27 xtraeme Exp $
#
-DISTNAME= getmail-3.1.7
+DISTNAME= getmail-3.2.1
CATEGORIES= mail
MASTER_SITES= http://www.qcc.ca/~charlesc/software/getmail-3.0/ \
http://www.qcc.ca/~charlesc/software/getmail-3.0/old-versions/
diff --git a/mail/getmail/PLIST b/mail/getmail/PLIST
index 0d31701bd38..1d5f9c1d817 100644
--- a/mail/getmail/PLIST
+++ b/mail/getmail/PLIST
@@ -1,14 +1,14 @@
-@comment $NetBSD: PLIST,v 1.2 2003/03/22 03:39:48 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2003/10/29 11:55:27 xtraeme Exp $
bin/getmail
libexec/getmail/ConfParser.py
libexec/getmail/getmail.py
libexec/getmail/getmail_classes.py
libexec/getmail/getmail_constants.py
libexec/getmail/getmail_defaults.py
-libexec/getmail/getmail_utilities.py
libexec/getmail/getmail_maildir
libexec/getmail/getmail_mbox
libexec/getmail/getmail_mbox.py
+libexec/getmail/getmail_utilities.py
libexec/getmail/timeoutsocket.py
man/man1/getmail.1
share/doc/getmail/BUGS
diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo
index 1785aca3e21..5b24fb70651 100644
--- a/mail/getmail/distinfo
+++ b/mail/getmail/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2003/07/12 10:23:24 wiz Exp $
+$NetBSD: distinfo,v 1.8 2003/10/29 11:55:27 xtraeme Exp $
-SHA1 (getmail-3.1.7.tar.gz) = 8b4adc2c8edd4e29c53f0197f94165a260cd644c
-Size (getmail-3.1.7.tar.gz) = 64569 bytes
+SHA1 (getmail-3.2.1.tar.gz) = 6b5c55ed627c021f3d2764e64d41eb5c1f5d3134
+Size (getmail-3.2.1.tar.gz) = 67905 bytes