From greid@ukug.uk.freebsd.org  Fri Dec 29 06:33:09 2000
Return-Path: <greid@ukug.uk.freebsd.org>
Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43])
	by hub.freebsd.org (Postfix) with ESMTP
	id A8C7437B400; Fri, 29 Dec 2000 06:33:08 -0800 (PST)
Received: from sobek.openirc.co.uk ([62.252.12.141])
          by mta03-svc.ntlworld.com
          (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP
          id <20001229143307.UICW10171.mta03-svc.ntlworld.com@sobek.openirc.co.uk>;
          Fri, 29 Dec 2000 14:33:07 +0000
Message-Id: <Pine.BSF.4.21.0012291436080.60381-100000@sobek.openirc.co.uk>
Date: Fri, 29 Dec 2000 14:37:26 +0000 (GMT)
From: George Reid <greid@ukug.uk.freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org, kris@freebsd.org
Subject: [PATCH] mail/nail has unfetchable distfile

>Number:         23942
>Category:       ports
>Synopsis:       [PATCH] mail/nail has unfetchable distfile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kris
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 29 06:40:01 PST 2000
>Closed-Date:    Sun Jan 14 00:02:40 PST 2001
>Last-Modified:  Sun Jan 14 00:02:53 PST 2001
>Originator:     George Reid
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
FreeBSD UKUG
>Environment:
n/a
>Description:
Port mail/nail has an unfetchable distfile. Patch updates port to
version 9.2.3 and adds files/patch-aa.
>How-To-Repeat:
Try to build :)
>Fix:
diff -urN nail/Makefile nail-new/Makefile
--- nail/Makefile	Sat Oct 21 00:00:58 2000
+++ nail-new/Makefile	Fri Dec 29 14:30:22 2000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	nail
-PORTVERSION=	9.22
+PORTVERSION=	9.23
 CATEGORIES=	mail
 MASTER_SITES=	http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/
 
diff -urN nail/distinfo nail-new/distinfo
--- nail/distinfo	Sat Oct 21 00:00:58 2000
+++ nail-new/distinfo	Fri Dec 29 14:34:17 2000
@@ -1 +1 @@
-MD5 (nail-9.22.tar.gz) = 09149c695e1871e235b291a800f9f6cc
+MD5 (nail-9.23.tar.gz) = 275573f67597632d14c36001a5e3345e
diff -urN nail/files/patch-aa nail-new/files/patch-aa
--- nail/files/patch-aa	Thu Jan  1 01:00:00 1970
+++ nail-new/files/patch-aa	Fri Dec 29 14:33:19 2000
@@ -0,0 +1,11 @@
+--- 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)
+ 			return;
+ 		for (p = w, i = 0; *p && i < wl; p++, i++) {
+-			if (!iswprint(*p) && *p != '\n' && *p != '\r'
++			if (!isprint(*p) && *p != '\n' && *p != '\r'
+ 					&& *p != '\b' && *p != '\t')
+ 				*p = '?';
+ 		}


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->kris 
Responsible-Changed-By: nbm 
Responsible-Changed-When: Thu Jan 4 06:14:42 PST 2001 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=23942 
State-Changed-From-To: open->closed 
State-Changed-By: kris 
State-Changed-When: Sun Jan 14 00:02:40 PST 2001 
State-Changed-Why:  
Update committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=23942 
>Unformatted:
