From owner-freebsd-ports Mon Feb 5 10:31:31 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EDC037B4EC for ; Mon, 5 Feb 2001 10:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f15IU2r52747; Mon, 5 Feb 2001 10:30:02 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2169737B6F4 for ; Mon, 5 Feb 2001 10:28:01 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f15IS0D52486; Mon, 5 Feb 2001 10:28:00 -0800 (PST) (envelope-from nobody) Message-Id: <200102051828.f15IS0D52486@freefall.freebsd.org> Date: Mon, 5 Feb 2001 10:28:00 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/24876: Update port: mail/nail to 9.25 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 24876 >Category: ports >Synopsis: Update port: mail/nail to 9.25 >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: Mon Feb 05 10:30:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.2-RELEASE i386 >Organization: >Environment: >Description: - Update to version 9.25 - Add WWW: line >How-To-Repeat: >Fix: diff -urN /usr/ports/mail/nail/Makefile mail/nail/Makefile --- /usr/ports/mail/nail/Makefile Mon Jan 15 21:23:21 2001 +++ mail/nail/Makefile Thu Feb 1 01:45:45 2001 @@ -6,7 +6,7 @@ # PORTNAME= nail -PORTVERSION= 9.23 +PORTVERSION= 9.25 CATEGORIES= mail MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/ diff -urN /usr/ports/mail/nail/distinfo mail/nail/distinfo --- /usr/ports/mail/nail/distinfo Mon Jan 15 21:23:26 2001 +++ mail/nail/distinfo Thu Feb 1 01:47:31 2001 @@ -1 +1 @@ -MD5 (nail-9.23.tar.gz) = 275573f67597632d14c36001a5e3345e +MD5 (nail-9.25.tar.gz) = 82127b577bc66298085181499250d93c diff -urN /usr/ports/mail/nail/files/patch-aa mail/nail/files/patch-aa --- /usr/ports/mail/nail/files/patch-aa Sun Jan 14 17:02:36 2001 +++ mail/nail/files/patch-aa Thu Feb 1 01:51:34 2001 @@ -1,9 +1,9 @@ ---- mime.c.orig Fri Dec 29 14:32:43 2000 -+++ mime.c Fri Dec 29 14:32:57 2000 -@@ -150,7 +150,7 @@ - if ((wl = mbstowcs(w, t, LINESIZE)) == -1) +--- mime.c.orig Thu Jan 25 08:36:11 2001 ++++ mime.c Thu Feb 1 01:50:57 2001 +@@ -179,7 +179,7 @@ + if ((sz = xmbstowcs(w, t, LINESIZE)) == -1) return; - for (p = w, i = 0; *p && i < wl; p++, i++) { + for (p = w, i = 0; *p && i < sz; p++, i++) { - if (!iswprint(*p) && *p != '\n' && *p != '\r' + if (!isprint(*p) && *p != '\n' && *p != '\r' && *p != '\b' && *p != '\t') diff -urN /usr/ports/mail/nail/pkg-descr mail/nail/pkg-descr --- /usr/ports/mail/nail/pkg-descr Sat Oct 21 08:00:58 2000 +++ mail/nail/pkg-descr Thu Feb 1 01:46:17 2001 @@ -1 +1,3 @@ BSD mail utility with MIME extensions + +WWW: http://omnibus.ruf.uni-freiburg.de/~gritter/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message