diff options
author | schmonz <schmonz> | 2009-04-07 04:39:44 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2009-04-07 04:39:44 +0000 |
commit | 934b9e4a5146175ee062728c01820e284577cde8 (patch) | |
tree | c3eac60fbb13428213fc1c487a4dc99ba58850c4 /mail | |
parent | 3c3528f246abb7fd3840bd47c960a5d1c4cc1ccf (diff) | |
download | pkgsrc-934b9e4a5146175ee062728c01820e284577cde8.tar.gz |
Update to 4.9.0. From the changelog:
- add Kerberos authentication support to IMAP retriever classes.
Thanks: Guido Günther, Uli M.
- clarify documentation regarding MDA_external. Thanks: AJ Weber.
- eliminate deprecation warning for sets module with Python 2.6 by
using a compatibility wrapper module.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/getmail/Makefile | 5 | ||||
-rw-r--r-- | mail/getmail/PLIST | 5 | ||||
-rw-r--r-- | mail/getmail/distinfo | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index 1aff890fb00..7c239d2349c 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.82 2009/02/09 22:56:24 joerg Exp $ +# $NetBSD: Makefile,v 1.83 2009/04/07 04:39:44 schmonz Exp $ -DISTNAME= getmail-4.8.4 -PKGREVISION= 1 +DISTNAME= getmail-4.9.0 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE}old-versions/ diff --git a/mail/getmail/PLIST b/mail/getmail/PLIST index ea03fa32604..e2511400699 100644 --- a/mail/getmail/PLIST +++ b/mail/getmail/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2005/11/21 05:23:43 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.8 2009/04/07 04:39:44 schmonz Exp $ bin/getmail bin/getmail_fetch bin/getmail_maildir @@ -35,6 +35,9 @@ ${PYSITELIB}/getmailcore/_retrieverbases.pyo ${PYSITELIB}/getmailcore/baseclasses.py ${PYSITELIB}/getmailcore/baseclasses.pyc ${PYSITELIB}/getmailcore/baseclasses.pyo +${PYSITELIB}/getmailcore/compatibility.py +${PYSITELIB}/getmailcore/compatibility.pyc +${PYSITELIB}/getmailcore/compatibility.pyo ${PYSITELIB}/getmailcore/constants.py ${PYSITELIB}/getmailcore/constants.pyc ${PYSITELIB}/getmailcore/constants.pyo diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo index 2bfd2201b58..8e605940894 100644 --- a/mail/getmail/distinfo +++ b/mail/getmail/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.69 2008/09/27 00:11:38 schmonz Exp $ +$NetBSD: distinfo,v 1.70 2009/04/07 04:39:44 schmonz Exp $ -SHA1 (getmail-4.8.4.tar.gz) = 44ea0da0835f9e06ef9cea769dc9293f2d6ba512 -RMD160 (getmail-4.8.4.tar.gz) = 8baf2ec3aa3943888c4465b0e0e1f417c8ad6cf5 -Size (getmail-4.8.4.tar.gz) = 152287 bytes +SHA1 (getmail-4.9.0.tar.gz) = 1a6651383cdccf3f4b6027df3c07aa2bbc20d8b4 +RMD160 (getmail-4.9.0.tar.gz) = 34853c05bcdad76dd6c6e4c414531c7a8cfbd8ef +Size (getmail-4.9.0.tar.gz) = 152757 bytes SHA1 (patch-aa) = ede8c22fb5b0908d71f0001b2bde7e03706a6506 |