Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Feb 2001 10:28:00 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/24876: Update port: mail/nail to 9.25
Message-ID:  <200102051828.f15IS0D52486@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102051828.f15IS0D52486>