From sabami.seaslug.org!scott@celestial.com  Thu Jun  4 22:00:58 1998
Received: from johngalt.celestial.com (johngalt.celestial.com [192.136.111.59])
          by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA29399
          for <FreeBSD-gnats-submit@freebsd.org>; Thu, 4 Jun 1998 22:00:56 -0700 (PDT)
          (envelope-from sabami.seaslug.org!scott@celestial.com)
Received: from localhost (3201 bytes) by johngalt.celestial.com
	via rmail with P:stdio/R:inet_hosts/T:smtp
	(sender: <sabami.seaslug.org!scott>) (ident <sabami.seaslug.org!scott> using unix)
	id <m0yhocP-000FrPC@johngalt.celestial.com>
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 4 Jun 1998 22:00:45 -0700 (PDT)
	(Smail-3.2.0.101 1997-Dec-17 #8 built 1998-May-2)
Received: (from scott@localhost) by two.sabami.seaslug.org (8.8.5/8.6.12) id VAA23554; Thu, 4 Jun 1998 21:48:32 -0700 (PDT)
Message-Id: <199806050448.VAA23554@two.sabami.seaslug.org>
Date: Thu, 4 Jun 1998 21:48:32 -0700 (PDT)
From: Scott Blachowicz <scott@sabami.seaslug.org>
Reply-To: scott@sabami.seaslug.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: update mail/nmh port to nmh-0.26
X-Send-Pr-Version: 3.2

>Number:         6863
>Category:       ports
>Synopsis:       update mail/nmh port to nmh-0.26
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun  4 22:10:01 PDT 1998
>Closed-Date:    Fri Jun 5 08:11:14 PDT 1998
>Last-Modified:  Fri Jun  5 08:11:30 PDT 1998
>Originator:     Scott Blachowicz
>Release:        FreeBSD 2.2.2-RELEASE i386
>Organization:
>Environment:

	FreeBSD

>Description:

	Author updated nmh to v0.26.  (also, source code structure changed a
	little.../support/general/ moved to ./etc/)

>How-To-Repeat:

	

>Fix:
	
	Apply patch to mail/nmh port.
diff -udr ../nmh-curr/Makefile ./Makefile
--- ../nmh-curr/Makefile	Mon May 11 02:01:41 1998
+++ ./Makefile	Mon Jun  1 20:53:30 1998
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	nmh
-# Version required:     0.25
+# Version required:     0.26
 # Date created:		26 July 1997
 # Whom:			Scott Blachowicz <Scott.Blachowicz@seaslug.org>
 #
 # $Id: Makefile,v 1.8 1998/05/10 08:27:15 itojun Exp $
 #
 
-DISTNAME=	nmh-0.25
+DISTNAME=	nmh-0.26
 CATEGORIES=	mail
 MASTER_SITES=   ftp://ftp.math.gatech.edu/pub/nmh/
 
diff -udr ../nmh-curr/files/md5 ./files/md5
--- ../nmh-curr/files/md5	Mon May 11 02:01:41 1998
+++ ./files/md5	Mon Jun  1 20:54:20 1998
@@ -1 +1 @@
-MD5 (nmh-0.25.tar.gz) = cd8ababb6347f4192e662b1ba3dab7d8
+MD5 (nmh-0.26.tar.gz) = d1f06379f73e2021017d0377948fed3f
diff -udr ../nmh-curr/patches/patch-ab ./patches/patch-ab
--- ../nmh-curr/patches/patch-ab	Mon Jan  5 23:30:00 1998
+++ ./patches/patch-ab	Mon Jun  1 21:07:22 1998
@@ -46,10 +46,10 @@
  config files install path : ${nmhsysconf2}
  man page install path     : ${nmhman}"
  echo ""
-diff -udr ../nmh-0.19.ORIG/support/general/Makefile.in ./support/general/Makefile.in
---- ../nmh-0.19.ORIG/support/general/Makefile.in	Tue Dec 23 14:05:49 1997
-+++ ./support/general/Makefile.in	Mon Jan  5 20:22:42 1998
-@@ -13,11 +13,12 @@
+diff -udr ../nmh-0.26.ORIG/etc/Makefile.in ./etc/Makefile.in
+--- ../nmh-0.26.ORIG/etc/Makefile.in	Sat May 16 21:05:03 1998
++++ ./etc/Makefile.in	Mon Jun  1 21:05:45 1998
+@@ -13,13 +13,14 @@
  prefix      = @prefix@
  exec_prefix = @exec_prefix@
  bindir      = @bindir@
@@ -57,13 +57,15 @@
 +libexecdir  = @libexecdir@
  etcdir      = @sysconfdir@
  
+ mailspool    = @mailspool@
+ 
  INSTALL         = @INSTALL@
  INSTALL_PROGRAM = @INSTALL_PROGRAM@
 +INSTALL_SCRIPT  = @INSTALL_SCRIPT@
  INSTALL_DATA    = @INSTALL_DATA@
  
  # Path to search for programs to display content
-@@ -77,9 +78,9 @@
+@@ -86,9 +87,9 @@
  	done
  
  install-scripts:
@@ -75,7 +77,7 @@
  	done
  
  uninstall: uninstall-files uninstall-scripts
-@@ -91,7 +92,7 @@
+@@ -100,7 +101,7 @@
  
  uninstall-scripts:
  	for script in $(SCRIPTS); do \


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: itojun 
State-Changed-When: Fri Jun 5 08:11:14 PDT 1998 
State-Changed-Why:  
committed, thanks! 
>Unformatted:
