From owner-freebsd-ports Sat Aug 19 9: 0: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 87AD637B422 for ; Sat, 19 Aug 2000 09:00:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA09847; Sat, 19 Aug 2000 09:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from sentinel.office1.bg (sentinel.office1.bg [195.24.48.182]) by hub.freebsd.org (Postfix) with SMTP id E319A37B43C for ; Sat, 19 Aug 2000 08:55:06 -0700 (PDT) Received: (qmail 52440 invoked by uid 1001); 19 Aug 2000 15:48:56 -0000 Message-Id: <20000819154856.52439.qmail@ringwraith.office1> Date: 19 Aug 2000 15:48:56 -0000 From: Peter Pentchev Reply-To: Peter Pentchev To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/20716: [PATCH] update port: mail/fetchmail to 5.5.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20716 >Category: ports >Synopsis: [PATCH] update port: mail/fetchmail to 5.5.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: Sat Aug 19 09:00:04 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Peter Pentchev >Release: FreeBSD 4.1-STABLE i386 >Organization: Orbitel JSCo >Environment: current ports tree >Description: update fetchmail port from 5.4.4 to 5.5.0, fix a minor 5.5.0 bug in the meantime (pop3.c, bad migration to DOTLINE macro). >How-To-Repeat: N/A >Fix: diff -urN ports/mail/fetchmail/Makefile myports/mail/fetchmail/Makefile --- ports/mail/fetchmail/Makefile Wed Aug 9 18:09:27 2000 +++ myports/mail/fetchmail/Makefile Sat Aug 19 18:02:56 2000 @@ -10,7 +10,7 @@ # want fetchmailconf to work, define WITH_X11 PORTNAME= fetchmail -PORTVERSION= 5.4.4 +PORTVERSION= 5.5.0 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ diff -urN ports/mail/fetchmail/files/md5 myports/mail/fetchmail/files/md5 --- ports/mail/fetchmail/files/md5 Wed Aug 9 18:09:27 2000 +++ myports/mail/fetchmail/files/md5 Sat Aug 19 18:05:25 2000 @@ -1 +1 @@ -MD5 (fetchmail-5.4.4.tar.gz) = 92e45cba6e248588278d53cecb1da7a3 +MD5 (fetchmail-5.5.0.tar.gz) = 40ce23412285a82b74b1ad24e2e4c2c2 diff -urN ports/mail/fetchmail/patches/patch-an myports/mail/fetchmail/patches/patch-an --- ports/mail/fetchmail/patches/patch-an Thu Jan 1 02:00:00 1970 +++ myports/mail/fetchmail/patches/patch-an Sat Aug 19 18:31:03 2000 @@ -0,0 +1,11 @@ +--- pop3.c.orig Sat Aug 19 18:30:49 2000 ++++ pop3.c Sat Aug 19 18:28:53 2000 +@@ -157,7 +157,7 @@ + + while ((ok = gen_recv(sock, buffer, sizeof(buffer))) == 0) + { +- if (DOTLINE([0])) ++ if (DOTLINE(buffer)) + break; + if (strncasecmp(buffer, "rpa", 3) == 0) + has_rpa = TRUE; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message