Date: 19 Aug 2000 15:48:56 -0000 From: Peter Pentchev <roam@orbitel.bg> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/20716: [PATCH] update port: mail/fetchmail to 5.5.0 Message-ID: <20000819154856.52439.qmail@ringwraith.office1>
next in thread | raw e-mail | index | archive | help
>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 <roam@orbitel.bg> >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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000819154856.52439.qmail>