diff options
author | frueauf <frueauf> | 2001-12-30 12:05:12 +0000 |
---|---|---|
committer | frueauf <frueauf> | 2001-12-30 12:05:12 +0000 |
commit | 1a693e15b20cfc973d3f147b9c5e456941833126 (patch) | |
tree | c079a679eac47df2e16f2c4e8a07a4af20ba1b54 /mail/fetchmailconf/Makefile | |
parent | 31faddfcf8274b506a4ec1ade63aa4d959cefe1a (diff) | |
download | pkgsrc-1a693e15b20cfc973d3f147b9c5e456941833126.tar.gz |
Update fetchmail{conf} to 5.9.6.
fetchmail-5.9.6 (Fri Dec 14 04:03:50 EST 2001), 21247 lines:
* OPIE bug fixes by Jun Miyoshi <usako@omnisci.co.jp>.
* Documented known IDLE bug in the todo.html file.
* Sunil Shetye's fix for a timeout/reconnect bug.
* LMTP fix from Toshiro HIKITA <toshi@sodan.org>.
* The duplicate-killer doesn't try to operate if we can get an actual
recipient address from the trace headers.
Diffstat (limited to 'mail/fetchmailconf/Makefile')
-rw-r--r-- | mail/fetchmailconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index 2e9e44a3abc..a303bee1978 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2001/11/12 17:33:43 frueauf Exp $ +# $NetBSD: Makefile,v 1.31 2001/12/30 12:05:12 frueauf Exp $ -DISTNAME= fetchmail-5.9.5 +DISTNAME= fetchmail-5.9.6 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ |