From owner-freebsd-ports Sun Aug 16 10:20:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA29639 for freebsd-ports-outgoing; Sun, 16 Aug 1998 10:20:11 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA29596 for ; Sun, 16 Aug 1998 10:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA27019; Sun, 16 Aug 1998 10:20:00 -0700 (PDT) Received: from mail.vlsi.fi (mail.vlsi.fi [195.74.10.147]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA29215 for ; Sun, 16 Aug 1998 10:16:48 -0700 (PDT) (envelope-from ville@vehome.pp.sci.fi) Received: (from smap@localhost) by mail.vlsi.fi (8.8.8/8.8.8) id UAA20736 for ; Sun, 16 Aug 1998 20:16:11 +0300 (EET DST) (envelope-from ville@vehome.pp.sci.fi) Received: from vebsd.vlsi.fi(10.0.2.2) by mail.vlsi.fi via smap (V1.3) id sma020727; Sun Aug 16 20:15:43 1998 Received: (from ville@localhost) by vebsd.vlsi.fi (8.8.8/8.7.3) id UAA05771; Sun, 16 Aug 1998 20:15:42 +0300 (EEST) Message-Id: <199808161715.UAA05771@vebsd.vlsi.fi> Date: Sun, 16 Aug 1998 20:15:42 +0300 (EEST) From: Ville Eerola Reply-To: Ville Eerola To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7631: Update of the fetchmail port to version 4.5.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7631 >Category: ports >Synopsis: Update of the fetchmail port to version 4.5.5 >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: Sun Aug 16 10:20:00 PDT 1998 >Last-Modified: >Originator: Ville Eerola >Organization: >Release: FreeBSD 2.2.6-STABLE i386 >Environment: Current FreeBSD ports as of August 16, 1998 >Description: Fetchmail has been upgraded to version 4.5.5 by the author. >How-To-Repeat: % cd /usr/ports/mail/fetchmail % make Note that it builds an old version ;-) >Fix: Commit the patch below. Index: Makefile =================================================================== RCS file: /disk4/FreeBSD/cvs/ports/mail/fetchmail/Makefile,v retrieving revision 1.65 diff -u -r1.65 Makefile --- Makefile 1998/07/20 03:39:29 1.65 +++ Makefile 1998/08/16 16:44:59 @@ -11,7 +11,7 @@ # does not need Python, so there is no RUN_DEPENDS for Python in # this Makefile. -DISTNAME= fetchmail-4.5.2 +DISTNAME= fetchmail-4.5.5 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.59 diff -u -r1.59 md5 --- md5 1998/07/20 03:39:34 1.59 +++ md5 1998/08/16 16:48:48 @@ -1 +1 @@ -MD5 (fetchmail-4.5.2.tar.gz) = 84e37be3b338427683531b00e6804487 +MD5 (fetchmail-4.5.5.tar.gz) = 42e9e598e8f35894291737080198a2aa Index: patches/patch-ab =================================================================== RCS file: /disk4/FreeBSD/cvs/ports/mail/fetchmail/patches/patch-ab,v retrieving revision 1.16 diff -u -r1.16 patch-ab --- patch-ab 1998/07/20 03:39:35 1.16 +++ patch-ab 1998/08/16 16:58:39 @@ -1,5 +1,5 @@ -*** Makefile.in.orig Wed Jul 15 02:03:27 1998 ---- Makefile.in Sun Jul 19 02:38:43 1998 +*** Makefile.in.orig Mon Aug 3 22:23:48 1998 +--- Makefile.in Sun Aug 16 19:53:04 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 is_ip_alias.o + base64.o error.o unmime.o conf.o checkalias.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 is_ip_alias.o + base64.o error.o unmime.o conf.o checkalias.o objs = $(protobjs) $(extras) $(EXTRAOBJ) *************** @@ -53,7 +53,7 @@ ! $(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)/is_ip_alias.c + $(srcdir)/checkalias.c --- 93,99 ---- $(srcdir)/options.c $(srcdir)/daemon.c \ $(srcdir)/driver.c $(srcdir)/rfc822.c $(srcdir)/smtp.c \ @@ -61,7 +61,7 @@ ! $(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)/is_ip_alias.c + $(srcdir)/checkalias.c *************** *** 135,144 **** @echo "Installing fetchmail binary..." Index: pkg/PLIST =================================================================== RCS file: /disk4/FreeBSD/cvs/ports/mail/fetchmail/pkg/PLIST,v retrieving revision 1.7 diff -u -r1.7 PLIST --- PLIST 1998/06/13 19:26:55 1.7 +++ PLIST 1998/08/16 17:06:38 @@ -1,7 +1,6 @@ bin/fetchmail bin/fetchmailconf libexec/fetchmailconf.bin -man/man1/fetchmail.1.gz man/man1/fetchmailconf.1.gz share/doc/fetchmail/README share/doc/fetchmail/COPYING >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message