From df06c57fe9a1a3c51f73459e0fc0639c7b56daf9 Mon Sep 17 00:00:00 2001 From: frueauf Date: Sun, 18 Oct 1998 12:08:22 +0000 Subject: Update fetchmail to 4.6.2. --- mail/fetchmail/Makefile | 6 +++--- mail/fetchmail/files/md5 | 4 ++-- mail/fetchmail/patches/patch-ab | 18 +++++++++--------- 3 files changed, 14 insertions(+), 14 deletions(-) (limited to 'mail') diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 2745fb64f3c..b73a516d2c6 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 1998/10/16 08:12:02 frueauf Exp $ +# $NetBSD: Makefile,v 1.21 1998/10/18 12:08:22 frueauf Exp $ # -DISTNAME= fetchmail-4.6.1 +DISTNAME= fetchmail-4.6.2 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ @@ -11,7 +11,7 @@ HOMEPAGE= http://sagan.earthspace.net/~esr/fetchmail/ CONFLICTS= fetchmail-4.3.6 fetchmail-4.3.9 fetchmail-4.5.1 \ fetchmail-4.5.2 fetchmail-4.5.3 fetchmail-4.5.4 \ fetchmail-4.5.5 fetchmail-4.5.6 fetchmail-4.5.7 \ - fetchmail-4.6.0 + fetchmail-4.6.0 fetchmail-4.6.1 GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="${CFLAGS}" diff --git a/mail/fetchmail/files/md5 b/mail/fetchmail/files/md5 index 054fb62ce45..b30c344fc0f 100644 --- a/mail/fetchmail/files/md5 +++ b/mail/fetchmail/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.12 1998/10/16 08:12:03 frueauf Exp $ +$NetBSD: md5,v 1.13 1998/10/18 12:08:23 frueauf Exp $ -MD5 (fetchmail-4.6.1.tar.gz) = b6dfd99a54e7f290fceb2af0772e9abd +MD5 (fetchmail-4.6.2.tar.gz) = 70179cec012832651acf23396448d035 diff --git a/mail/fetchmail/patches/patch-ab b/mail/fetchmail/patches/patch-ab index 3180204b0d2..32739a4f2e8 100644 --- a/mail/fetchmail/patches/patch-ab +++ b/mail/fetchmail/patches/patch-ab @@ -1,19 +1,19 @@ -$NetBSD: patch-ab,v 1.6 1998/08/07 11:09:36 agc Exp $ +$NetBSD: patch-ab,v 1.7 1998/10/18 12:08:23 frueauf Exp $ ---- Makefile.in.orig Mon Jul 20 06:10:42 1998 -+++ Makefile.in Wed Jul 22 13:08:14 1998 +--- Makefile.in.orig Fri Oct 16 18:49:17 1998 ++++ Makefile.in Sun Oct 18 13:45:13 1998 @@ -80,7 +80,7 @@ protobjs = rcfile_y.o rcfile_l.o socket.o getpass.o pop2.o pop3.o imap.o \ - etrn.o fetchmail.o env.o options.o daemon.o driver.o rfc822.o smtp.o \ -- xmalloc.o uid.o mxget.o md5c.o md5ify.o rpa.o interface.o netrc.o \ -+ xmalloc.o uid.o mxget.o md5ify.o rpa.o interface.o netrc.o \ - base64.o error.o unmime.o conf.o checkalias.o + etrn.o fetchmail.o env.o options.o daemon.o driver.o sink.o \ +- rfc822.o smtp.o xmalloc.o uid.o mxget.o md5c.o md5ify.o rpa.o \ ++ rfc822.o smtp.o xmalloc.o uid.o mxget.o md5ify.o rpa.o \ + interface.o netrc.o base64.o error.o unmime.o conf.o checkalias.o objs = $(protobjs) $(extras) $(EXTRAOBJ) @@ -91,7 +91,7 @@ - $(srcdir)/options.c $(srcdir)/daemon.c \ - $(srcdir)/driver.c $(srcdir)/rfc822.c $(srcdir)/smtp.c \ + $(srcdir)/options.c $(srcdir)/daemon.c $(srcdir)/driver.c \ + $(srcdir)/sink.c $(srcdir)/rfc822.c $(srcdir)/smtp.c \ $(srcdir)/xmalloc.c $(srcdir)/uid.c $(srcdir)/mxget.c \ - $(srcdir)/md5c.c $(srcdir)/md5ify.c $(srcdir)/rpa.c \ + $(srcdir)/md5ify.c $(srcdir)/rpa.c \ -- cgit v1.2.3