update to getmail 3.0.0
main changes: - no more support for mbox - bugfixes and code cleanups - update some modules see http://www.qcc.ca/~charlesc/software/getmail-3.0/CHANGELOG for details
This commit is contained in:
parent
5ae9bb3d99
commit
18b7be60ed
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2003/01/28 12:57:35 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2003/02/10 20:44:24 sturm Exp $
|
||||
|
||||
COMMENT= "POP3 mail retriever"
|
||||
|
||||
DISTNAME= getmail-2.3.11
|
||||
DISTNAME= getmail-3.0.0
|
||||
CATEGORIES= mail
|
||||
|
||||
HOMEPAGE= http://www.qcc.ca/~charlesc/software/getmail-2.0/
|
||||
HOMEPAGE= http://www.qcc.ca/~charlesc/software/getmail-3.0/
|
||||
|
||||
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (getmail-2.3.11.tar.gz) = 3276d6bce7d455ee9029d54b4aa4550a
|
||||
RMD160 (getmail-2.3.11.tar.gz) = 8f0c7ccec0677ac97e7a82bb3eb6735b762f01c3
|
||||
SHA1 (getmail-2.3.11.tar.gz) = f8244221574ead434d7ea80d9e54662e3e4b9ce8
|
||||
MD5 (getmail-3.0.0.tar.gz) = 70032e1cbec281bd93f597feaf189e3a
|
||||
RMD160 (getmail-3.0.0.tar.gz) = 5de533b6e3e7308309439c8a1c043351adea96d6
|
||||
SHA1 (getmail-3.0.0.tar.gz) = 15e9f05b23106967bdba70324e7ebd322c509247
|
||||
|
@ -5,8 +5,8 @@ licensed under the GNU General Public License version 2.
|
||||
* Retrieve mail from an unlimited number of POP3 mailboxes and
|
||||
servers.
|
||||
* Support for multidrop or domain mailboxes.
|
||||
* Safe and reliable delivery to qmail-style Maildirs and
|
||||
mboxrd-format mboxes, as well as program (pipe) delivery.
|
||||
* Safe and reliable delivery to qmail-style Maildirs, as well as
|
||||
program (pipe) delivery.
|
||||
* Does not destroy information by rewriting mail headers.
|
||||
* Does not cause mail loops by doing SMTP injection, and therefore
|
||||
does not require that you run an MTA (like qmail or sendmail) on
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2003/01/19 01:02:53 sturm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/02/10 20:44:24 sturm Exp $
|
||||
bin/getmail
|
||||
man/man1/getmail.1
|
||||
share/doc/getmail/docs.txt
|
||||
@ -7,6 +7,9 @@ share/examples/getmail/getmailrc
|
||||
share/getmail/ConfParser.py
|
||||
share/getmail/getmail.py
|
||||
share/getmail/getmail_classes.py
|
||||
share/getmail/getmail_constants.py
|
||||
share/getmail/getmail_defaults.py
|
||||
share/getmail/getmail_utilities.py
|
||||
share/getmail/timeoutsocket.py
|
||||
@dirrm share/getmail
|
||||
@dirrm share/examples/getmail
|
||||
|
Loading…
Reference in New Issue
Block a user