Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Apr 2003 12:00:25 -0700 (PDT)
From:      David Bushong <david+ports@bushong.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/51597: upgrade mail/ifile to 1.3.1
Message-ID:  <200304291900.h3TJ0PpO067219@firebat.davedawn.net>
Resent-Message-ID: <200304291910.h3TJA9rx086230@freefall.freebsd.org>

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

>Number:         51597
>Category:       ports
>Synopsis:       upgrade mail/ifile to 1.3.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 29 12:10:08 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     David Bushong
>Release:        FreeBSD 4.8-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD firebat.bushong.net 4.8-PRERELEASE FreeBSD 4.8-PRERELEASE #5: Sun Mar 2 11:58:22 PST 2003 dbushong@firebat.bushong.net:/stripe/obj/usr/src/sys/FIREBAT i386


>Description:
	This looks good with merely a version bump and distinfo fix.  I 
	removed the malloc.h substitution as it is no longer needed.
>How-To-Repeat:
	Apply patch.
>Fix:
diff -ruN ifile.bak/Makefile ifile/Makefile
--- ifile.bak/Makefile	Fri Feb 21 04:42:16 2003
+++ ifile/Makefile	Tue Apr 29 11:57:33 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ifile
-PORTVERSION=	1.2.1
+PORTVERSION=	1.3.1
 CATEGORIES=	mail textproc
 MASTER_SITES=	http://savannah.nongnu.org/download/ifile/default.pkg/${PORTVERSION}/
 
@@ -21,9 +21,6 @@
 MAN1=		ifile.1
 
 post-patch:
-.for file in argp-help.c strndup.c
-	@${REINPLACE_CMD} -e 's/malloc\.h/stdlib.h/g' ${WRKSRC}/argp/${file}
-.endfor
 	@${REINPLACE_CMD} -e 's,-lm,-lm -L${LOCALBASE}/lib -lgnugetopt,' \
 		${WRKSRC}/Makefile.in
 
diff -ruN ifile.bak/distinfo ifile/distinfo
--- ifile.bak/distinfo	Sun Jan  5 14:18:38 2003
+++ ifile/distinfo	Tue Apr 29 11:48:44 2003
@@ -1 +1 @@
-MD5 (ifile-1.2.1.tar.gz) = 43f457ccef67124dbceae5fba3d5ced6
+MD5 (ifile-1.3.1.tar.gz) = 49f54031e2734480dc6821792308b7d1
>Release-Note:
>Audit-Trail:
>Unformatted:



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