Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 2001 15:42:31 -0800 (PST)
From:      joseph@randomnetworks.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24440: PORT-UPDATE-NO MAINTAINER : mail/nail 9.23 -> 9.24
Message-ID:  <200101182342.f0INgVL20259@rodan.randomnetworks.com>

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

>Number:         24440
>Category:       ports
>Synopsis:       PORT-UPDATE-NO MAINTAINER : mail/nail 9.23 -> 9.24
>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:   Thu Jan 18 15:50:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Joseph Scott
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
randomnetworks.com
>Environment:

ports collection

>Description:

PORT-UPDATE-NO MAINTAINER : mail/nail 9.23 -> 9.24

>How-To-Repeat:


>Fix:

This diff was generated by : diff -ruN nail nail.new
From : /usr/ports/mail
Also at : http://www.randomnetworks.com/freebsd/prs/nail.diff
----------------------------------------------------------------
diff -ruN nail/Makefile nail.new/Makefile
--- nail/Makefile	Mon Jan 15 10:39:18 2001
+++ nail.new/Makefile	Thu Jan 18 15:35:21 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	nail
-PORTVERSION=	9.23
+PORTVERSION=	9.24
 CATEGORIES=	mail
 MASTER_SITES=	http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/
 
diff -ruN nail/distinfo nail.new/distinfo
--- nail/distinfo	Mon Jan 15 10:39:20 2001
+++ nail.new/distinfo	Thu Jan 18 15:35:33 2001
@@ -1 +1 @@
-MD5 (nail-9.23.tar.gz) = 275573f67597632d14c36001a5e3345e
+MD5 (nail-9.24.tar.gz) = 0919aab353ceb67b0e9fc87fd6fa532b
diff -ruN nail/files/patch-aa nail.new/files/patch-aa
--- nail/files/patch-aa	Sun Jan 14 00:02:36 2001
+++ nail.new/files/patch-aa	Thu Jan 18 15:38:41 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	Wed Jan 17 10:58:32 2001
++++ mime.c.new	Thu Jan 18 15:38:15 2001
+@@ -177,7 +177,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')

>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?200101182342.f0INgVL20259>