diff options
author | frueauf <frueauf> | 2000-11-27 15:59:06 +0000 |
---|---|---|
committer | frueauf <frueauf> | 2000-11-27 15:59:06 +0000 |
commit | 971091305811d04d2bb0ca6a21d11d4c3a9a4c57 (patch) | |
tree | 2b8cb5daadbf58c11fa21049f2694d3f0651b92f /mail | |
parent | 08b5a6c4293a59f13fe640af1ec636e3812c9b80 (diff) | |
download | pkgsrc-971091305811d04d2bb0ca6a21d11d4c3a9a4c57.tar.gz |
Update fetchmail{conf} to 5.6.0.
fetchmail-5.6.0 (Sun Nov 26 22:11:09 EST 2000), 19625 lines:
* Updated FAQ on IPv6 operation.
* Enabled showdots to work from the command line.
* Fixed a bug in fetchmailconf's handling of the `principal' option.
* smtpname processing fixed.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 4 | ||||
-rw-r--r-- | mail/fetchmail/files/md5 | 4 | ||||
-rw-r--r-- | mail/fetchmailconf/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index bc46e12d49f..4505357b5b9 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.80 2000/11/14 06:44:36 frueauf Exp $ +# $NetBSD: Makefile,v 1.81 2000/11/27 15:59:06 frueauf Exp $ # -DISTNAME= fetchmail-5.5.6 +DISTNAME= fetchmail-5.6.0 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ http://www.tuxedo.org/~esr/fetchmail/ \ diff --git a/mail/fetchmail/files/md5 b/mail/fetchmail/files/md5 index 42a8f2d0c2b..4f91c61d040 100644 --- a/mail/fetchmail/files/md5 +++ b/mail/fetchmail/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.50 2000/11/14 06:44:36 frueauf Exp $ +$NetBSD: md5,v 1.51 2000/11/27 15:59:07 frueauf Exp $ -MD5 (fetchmail-5.5.6.tar.gz) = bc0dc37225df7b36d2765197058f2824 +MD5 (fetchmail-5.6.0.tar.gz) = 27deaf22b8a414a0611a962119ee2e16 diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index 3eb7c7a501f..b6e25ede02c 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2000/11/15 17:21:49 tron Exp $ +# $NetBSD: Makefile,v 1.13 2000/11/27 15:59:07 frueauf Exp $ -DISTNAME= fetchmail-5.5.6 +DISTNAME= fetchmail-5.6.0 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ |