Date: Sun, 19 Jul 1998 02:57:03 +0300 (EEST) From: Ville Eerola <ve@sci.fi> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/7315: Update for the fetchmail port to version 4.5.2 Message-ID: <199807182357.CAA04292@vebsd.vlsi.fi>
next in thread | raw e-mail | index | archive | help
>Number: 7315 >Category: ports >Synopsis: Update of the fetchmail port to version 4.5.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 18 17:00:00 PDT 1998 >Last-Modified: >Originator: Ville Eerola >Organization: >Release: FreeBSD 2.2.6-STABLE i386 >Environment: Current FreeBSD ports as of July 19, 1998 >Description: Fetchmail has been upgraded to version 4.5.2 by the author. >How-To-Repeat: % cd /usr/ports/mail/fetchmail % make Note that it builds an old version ;-) >Fix: Commit the patch below. ALSO REMOVE the file: patches/patch-ae Index: Makefile =================================================================== RCS file: /disk4/FreeBSD/cvs/ports/mail/fetchmail/Makefile,v retrieving revision 1.64 diff -u -r1.64 Makefile --- Makefile 1998/06/29 13:52:01 1.64 +++ Makefile 1998/07/18 23:34:59 @@ -11,7 +11,7 @@ # does not need Python, so there is no RUN_DEPENDS for Python in # this Makefile. -DISTNAME= fetchmail-4.5.0 +DISTNAME= fetchmail-4.5.2 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ Index: files/md5 =================================================================== RCS file: /disk4/FreeBSD/cvs/ports/mail/fetchmail/files/md5,v retrieving revision 1.58 diff -u -r1.58 md5 --- md5 1998/06/29 13:52:08 1.58 +++ md5 1998/07/18 23:35:28 @@ -1 +1 @@ -MD5 (fetchmail-4.5.0.tar.gz) = 204894d6961072041003d09ba97919e0 +MD5 (fetchmail-4.5.2.tar.gz) = 84e37be3b338427683531b00e6804487 Index: patches/patch-ab =================================================================== RCS file: /disk4/FreeBSD/cvs/ports/mail/fetchmail/patches/patch-ab,v retrieving revision 1.15 diff -u -r1.15 patch-ab --- patch-ab 1998/06/29 13:52:10 1.15 +++ patch-ab 1998/07/18 23:42:43 @@ -1,5 +1,5 @@ -*** Makefile.in.orig Sat Jun 6 17:56:07 1998 ---- Makefile.in Mon Jun 29 16:50:50 1998 +*** Makefile.in.orig Wed Jul 15 02:03:27 1998 +--- Makefile.in Sun Jul 19 02:38:43 1998 *************** *** 36,42 **** @@ -34,7 +34,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 \ - base64.o error.o unmime.o conf.o + base64.o error.o unmime.o conf.o is_ip_alias.o objs = $(protobjs) $(extras) $(EXTRAOBJ) --- 82,88 ---- @@ -42,7 +42,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 md5ify.o rpa.o interface.o netrc.o \ - base64.o error.o unmime.o conf.o + base64.o error.o unmime.o conf.o is_ip_alias.o objs = $(protobjs) $(extras) $(EXTRAOBJ) *************** @@ -52,18 +52,18 @@ $(srcdir)/xmalloc.c $(srcdir)/uid.c $(srcdir)/mxget.c \ ! $(srcdir)/md5c.c $(srcdir)/md5ify.c $(srcdir)/rpa.c \ $(srcdir)/interface.c $(srcdir)/netrc.c $(srcdir)/base64.c \ - $(srcdir)/error.c $(srcdir)/unmime.c $(srcdir)/conf.c - + $(srcdir)/error.c $(srcdir)/unmime.c $(srcdir)/conf.c \ + $(srcdir)/is_ip_alias.c --- 93,99 ---- $(srcdir)/options.c $(srcdir)/daemon.c \ $(srcdir)/driver.c $(srcdir)/rfc822.c $(srcdir)/smtp.c \ $(srcdir)/xmalloc.c $(srcdir)/uid.c $(srcdir)/mxget.c \ ! $(srcdir)/md5ify.c $(srcdir)/rpa.c \ $(srcdir)/interface.c $(srcdir)/netrc.c $(srcdir)/base64.c \ - $(srcdir)/error.c $(srcdir)/unmime.c $(srcdir)/conf.c - + $(srcdir)/error.c $(srcdir)/unmime.c $(srcdir)/conf.c \ + $(srcdir)/is_ip_alias.c *************** -*** 134,143 **** +*** 135,144 **** @echo "Installing fetchmail binary..." $(INSTALL_PROGRAM) ./fetchmail $(bindir)/fetchmail @echo "Installing fetchmail configurator..." @@ -74,7 +74,7 @@ uninstall: rm -f $(bindir)/fetchmail $(bindir)/fetchmailconf ---- 136,144 ---- +--- 137,145 ---- @echo "Installing fetchmail binary..." $(INSTALL_PROGRAM) ./fetchmail $(bindir)/fetchmail @echo "Installing fetchmail configurator..." >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807182357.CAA04292>