From dbushong@bushong.net  Tue Oct 15 17:13:44 2002
Return-Path: <dbushong@bushong.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EE65D37B404
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 15 Oct 2002 17:13:44 -0700 (PDT)
Received: from firebat.bushong.net (12-235-38-234.client.attbi.com [12.235.38.234])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7988E43E42
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 15 Oct 2002 17:13:30 -0700 (PDT)
	(envelope-from dbushong@bushong.net)
Received: from firebat.bushong.net (dbushong@localhost [127.0.0.1])
	by firebat.bushong.net (8.12.3/8.12.3) with ESMTP id g9G0DTPC087505
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 15 Oct 2002 17:13:29 -0700 (PDT)
	(envelope-from dbushong@bushong.net)
Received: (from dbushong@localhost)
	by firebat.bushong.net (8.12.3/8.12.3/Submit) id g9G0DTOO087504;
	Tue, 15 Oct 2002 17:13:29 -0700 (PDT)
Message-Id: <200210160013.g9G0DTOO087504@firebat.bushong.net>
Date: Tue, 15 Oct 2002 17:13:29 -0700 (PDT)
From: David Bushong <david+ports@bushong.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: updaet port mail/ifile from 1.0.11 to 1.1.4
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         44125
>Category:       ports
>Synopsis:       updaet port mail/ifile from 1.0.11 to 1.1.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 15 17:20:01 PDT 2002
>Closed-Date:    Wed Oct 16 14:35:06 PDT 2002
>Last-Modified:  Wed Oct 16 14:35:06 PDT 2002
>Originator:     David Bushong
>Release:        FreeBSD 4.6-RC i386
>Organization:
>Environment:
System: FreeBSD firebat.bushong.net 4.6-RC FreeBSD 4.6-RC #2: Wed May 29 20:21:27 PDT 2002 dbushong@firebat.bushong.net:/stripe/obj/usr/src/sys/FIREBAT i386


	
>Description:
	diff update to mail/ifile 1.0.11 -> 1.1.4;
	had to re-add s/malloc.h/stdlib.h/ substitution (they reverted
	back to using malloc.h in this more recent version (!?))
>How-To-Repeat:
	apply diff
>Fix:

diff -ruN ifile.bak/Makefile ifile/Makefile
--- ifile.bak/Makefile	Thu Sep 19 14:30:38 2002
+++ ifile/Makefile	Tue Oct 15 17:02:16 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ifile
-PORTVERSION=	1.0.11
+PORTVERSION=	1.1.4
 CATEGORIES=	mail textproc
 MASTER_SITES=	http://www.ai.mit.edu/~jrennie/ifile/
 
@@ -15,5 +15,10 @@
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 MAN1=		ifile.1
+
+post-patch:
+.for file in argp-help.c strndup.c
+	@${PERL} -pi -e 's/malloc\.h/stdlib.h/g' ${WRKSRC}/argp/${file}
+.endfor
 
 .include <bsd.port.mk>
diff -ruN ifile.bak/distinfo ifile/distinfo
--- ifile.bak/distinfo	Thu Sep 12 11:42:10 2002
+++ ifile/distinfo	Tue Oct 15 16:59:15 2002
@@ -1 +1 @@
-MD5 (ifile-1.0.11.tar.gz) = 62b783da6e129682551ccf47198be4ea
+MD5 (ifile-1.1.4.tar.gz) = 05934021cb36b33c4100b31b922e8781
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: obraun 
State-Changed-When: Wed Oct 16 14:34:19 PDT 2002 
State-Changed-Why:  
Committed, thanks! 

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