diff options
author | tron <tron@pkgsrc.org> | 2001-06-26 07:18:09 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-06-26 07:18:09 +0000 |
commit | 40e1da9478a2875d41dcc3ae91a93e94a5b72012 (patch) | |
tree | caee21667829bf6b88cd0ff7ed4253254bbd21ea /mail/fetchmailconf/Makefile | |
parent | df32277c4af07aeff1477cbfe828c271b4e7e381 (diff) | |
download | pkgsrc-40e1da9478a2875d41dcc3ae91a93e94a5b72012.tar.gz |
Update "fetchmail" and "fetchmailconf" packages to version 5.8.10.
Changes since version 5.8.8:
- More fixes for the new message-marking code from Thomas Moestl.
- Fixes for ODMR code from Matt Armstrong.
- HMH's snprintf/strncat cleanup patch.
- Fixes for Debian bugs #101792, #101950.
- Updated Danish translation by Byrial Jensen.
- ODMR fixes from Matt Armstrong <matt@lickey.com>.
- The smtphost option has been split. It is no longer overloaded to set
the list of domains to be queried in ETRN and ODMR modes. Instead, use
the `fetchdomains' option.
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 c60cc6b22b7..76e072ebdd4 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2001/06/23 10:02:00 frueauf Exp $ +# $NetBSD: Makefile,v 1.24 2001/06/26 07:18:09 tron Exp $ -DISTNAME= fetchmail-5.8.8 +DISTNAME= fetchmail-5.8.10 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ |