diff options
author | frueauf <frueauf@pkgsrc.org> | 2000-08-13 11:23:19 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 2000-08-13 11:23:19 +0000 |
commit | 320644a4da9c650bfba1299b46fcd579bf5dcc4c (patch) | |
tree | 7ed513b2f7ab9f8307226ca0c5a4c46f30de6b1d /mail/fetchmail/Makefile | |
parent | 47b7d3ee9fe605d851d3872aa78baf58428461dd (diff) | |
download | pkgsrc-320644a4da9c650bfba1299b46fcd579bf5dcc4c.tar.gz |
Update fetchmail to 5.5.0.
fetchmail-5.5.0 (Sat Aug 12 12:47:21 EDT 2000), 19241 lines:
* Fix pop3.c to avoid trouble with spurious dot terminations.
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r-- | mail/fetchmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 6dc329f5ef0..ad6c48600e7 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.74 2000/08/11 17:46:51 frueauf Exp $ +# $NetBSD: Makefile,v 1.75 2000/08/13 11:23:19 frueauf Exp $ # -DISTNAME= fetchmail-5.4.5 +DISTNAME= fetchmail-5.5.0 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ http://www.tuxedo.org/~esr/fetchmail/ \ |