summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-06-26 16:02:17 +0000
committerzuntum <zuntum@pkgsrc.org>2001-06-26 16:02:17 +0000
commit06348bc6d87b3270952e50c76dbb54e84cf61ed4 (patch)
tree848939e4be18a99fec2641d59e65c336cef919b8 /mail
parent79542c3998b9bc89020a7d629db78c0ae438327f (diff)
downloadpkgsrc-06348bc6d87b3270952e50c76dbb54e84cf61ed4.tar.gz
Update getmail to 2.1.0
Changes: -fix the "blank lines output, even in quiet mode" problem which caused cron to send email every time getmail was run. Thanks to Errol Casey for finding the cause. -Handle user aborting getmail better. -Remove dead parameter from message_add_info() -move file locking to separate functions -add file locking around handling of oldmail file -move regular expression objects into a dictionary -add ability to deliver to a command (pipe delivery) like maildrop or procmail. getmail won't do this if it's running as root.
Diffstat (limited to 'mail')
-rw-r--r--mail/getmail/Makefile4
-rw-r--r--mail/getmail/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile
index 16befdd4284..e67bd969004 100644
--- a/mail/getmail/Makefile
+++ b/mail/getmail/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2001/06/23 11:00:14 zuntum Exp $
+# $NetBSD: Makefile,v 1.5 2001/06/26 16:02:17 zuntum Exp $
#
-DISTNAME= getmail-2.0.20
+DISTNAME= getmail-2.1.0
CATEGORIES= mail
MASTER_SITES= http://www.qcc.sk.ca/~charlesc/software/getmail-2.0/
diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo
index c22549c6a9b..8f01ecbbcf2 100644
--- a/mail/getmail/distinfo
+++ b/mail/getmail/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2001/06/23 11:00:15 zuntum Exp $
+$NetBSD: distinfo,v 1.4 2001/06/26 16:02:17 zuntum Exp $
-SHA1 (getmail-2.0.20.tar.gz) = e8562d56e65f534369b8a356e681ea44bcb36d09
-Size (getmail-2.0.20.tar.gz) = 38184 bytes
+SHA1 (getmail-2.1.0.tar.gz) = 253bf8494ef6dd64270b881614a07ba543a4e6b4
+Size (getmail-2.1.0.tar.gz) = 38936 bytes