summaryrefslogtreecommitdiff
path: root/mail/fetchmail/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-12-17 00:17:39 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-12-17 00:17:39 +0000
commita787f1235eb08af897425456db47db43b6c2a615 (patch)
tree47520b189526ebf27cda0ff7ac73a532efc411c0 /mail/fetchmail/Makefile
parent50c7a58ff4f737c5b704217442b1abf9854cec4c (diff)
downloadpkgsrc-a787f1235eb08af897425456db47db43b6c2a615.tar.gz
Update fetchmail to 4.7.0.
* Minor correction to make i18n subdirectory builds work better. * Rob Funk's old-message-check optimization. * Fix an error in the logic for detecting when all connections are wedged. * Unwedge connections on wakeup. * Fix Ken Estes's LMTP coredump error. * Bounce mail with addresses rejected by the listener back to the sender. * Search .netrc on via name as well as poll name (thanks to Rob Funk). * Handle SMTP error responses from DATA, so zmailer will work.
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r--mail/fetchmail/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 68935d69252..db4d1b051c4 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 1998/12/02 11:13:46 frueauf Exp $
+# $NetBSD: Makefile,v 1.28 1998/12/17 00:17:39 frueauf Exp $
#
-DISTNAME= fetchmail-4.6.9
+DISTNAME= fetchmail-4.7.0
CATEGORIES= mail
MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \
http://www.tuxedo.org/~esr/fetchmail/ \
@@ -15,7 +15,7 @@ CONFLICTS= fetchmail-4.3.6 fetchmail-4.3.9 fetchmail-4.5.1 \
fetchmail-4.5.5 fetchmail-4.5.6 fetchmail-4.5.7 \
fetchmail-4.6.0 fetchmail-4.6.1 fetchmail-4.6.2 \
fetchmail-4.6.3 fetchmail-4.6.4 fetchmail-4.6.5 \
- fetchmail-4.6.6 fetchmail-4.6.7
+ fetchmail-4.6.6 fetchmail-4.6.7 fetchmail-4.6.9
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="${CFLAGS}"