Date: Fri, 27 Nov 1998 23:25:35 +0200 (EET) From: Ville Eerola <ve@sci.fi> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/8866: Update of the fetchmail port to version 4.6.7 Message-ID: <199811272125.XAA10699@vebsd.vlsi.fi>
next in thread | raw e-mail | index | archive | help
>Number: 8866 >Category: ports >Synopsis: Update of the fetchmail port to version 4.6.0 >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: Fri Nov 27 14:10:00 PST 1998 >Last-Modified: >Originator: Ville Eerola >Organization: >Release: FreeBSD 2.2.6-STABLE i386 >Environment: Current FreeBSD ports as of November 27, 1998 >Description: Fetchmail has been upgraded to version 4.6.7 by the author. >How-To-Repeat: % cd /usr/ports/mail/fetchmail % make Note that it builds an old version ;-) >Fix: Commit the patches below. Index: Makefile =================================================================== RCS file: /disk4/FreeBSD/cvs/ports/mail/fetchmail/Makefile,v retrieving revision 1.69 diff -u -r1.69 Makefile --- Makefile 1998/10/10 05:37:08 1.69 +++ Makefile 1998/11/27 16:56:22 @@ -11,7 +11,7 @@ # does not need Python, so there is no RUN_DEPENDS for Python in # this Makefile. -DISTNAME= fetchmail-4.6.0 +DISTNAME= fetchmail-4.6.7 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.61 diff -u -r1.61 md5 --- md5 1998/10/10 05:37:10 1.61 +++ md5 1998/11/27 16:55:56 @@ -1 +1 @@ -MD5 (fetchmail-4.6.0.tar.gz) = 5ed3813a3ee471c70aa0964fb5023fb0 +MD5 (fetchmail-4.6.7.tar.gz) = c81acd7e757ea769dd6660d5d05947d9 Index: patches/patch-ab =================================================================== RCS file: /disk4/FreeBSD/cvs/ports/mail/fetchmail/patches/patch-ab,v retrieving revision 1.17 diff -u -r1.17 patch-ab --- patch-ab 1998/08/17 00:11:31 1.17 +++ patch-ab 1998/11/27 17:15:30 @@ -1,7 +1,7 @@ -*** Makefile.in.orig Mon Aug 3 22:23:48 1998 ---- Makefile.in Sun Aug 16 19:53:04 1998 +*** Makefile.in.orig Sat Nov 21 20:59:39 1998 +--- Makefile.in Fri Nov 27 19:10:27 1998 *************** -*** 36,42 **** +*** 37,43 **** # If your system needs extra libraries loaded in, define them here. # In particular, add -lresolv if you are running bind 4.9.5 @@ -9,7 +9,7 @@ # LOADLIBS = -lsocket3r -lunix3r # QNX # Any extra object files your system needs. ---- 36,42 ---- +--- 37,43 ---- # If your system needs extra libraries loaded in, define them here. # In particular, add -lresolv if you are running bind 4.9.5 @@ -18,8 +18,8 @@ # Any extra object files your system needs. *************** -*** 66,71 **** ---- 66,73 ---- +*** 67,72 **** +--- 67,74 ---- INSTALL_PROGRAM = @INSTALL_PROGRAM@ # Program to install the man page. INSTALL_DATA = @INSTALL_DATA@ @@ -29,41 +29,41 @@ INSTALL = @INSTALL@ *************** -*** 80,86 **** +*** 81,87 **** 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 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 \ + interface.o netrc.o base64.o error.o unmime.o conf.o checkalias.o objs = $(protobjs) $(extras) $(EXTRAOBJ) ---- 82,88 ---- +--- 83,89 ---- 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 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 md5ify.o rpa.o \ + interface.o netrc.o base64.o error.o unmime.o conf.o checkalias.o objs = $(protobjs) $(extras) $(EXTRAOBJ) *************** -*** 91,97 **** - $(srcdir)/options.c $(srcdir)/daemon.c \ - $(srcdir)/driver.c $(srcdir)/rfc822.c $(srcdir)/smtp.c \ +*** 92,98 **** + $(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)/interface.c $(srcdir)/netrc.c $(srcdir)/base64.c \ $(srcdir)/error.c $(srcdir)/unmime.c $(srcdir)/conf.c \ $(srcdir)/checkalias.c ---- 93,99 ---- - $(srcdir)/options.c $(srcdir)/daemon.c \ - $(srcdir)/driver.c $(srcdir)/rfc822.c $(srcdir)/smtp.c \ +--- 94,100 ---- + $(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)/md5ify.c $(srcdir)/rpa.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)/checkalias.c *************** -*** 135,144 **** +*** 136,145 **** @echo "Installing fetchmail binary..." $(INSTALL_PROGRAM) ./fetchmail $(bindir)/fetchmail @echo "Installing fetchmail configurator..." @@ -74,7 +74,7 @@ uninstall: rm -f $(bindir)/fetchmail $(bindir)/fetchmailconf ---- 137,145 ---- +--- 138,146 ---- @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?199811272125.XAA10699>