Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jun 1998 21:48:32 -0700 (PDT)
From:      Scott Blachowicz <scott@sabami.seaslug.org>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6863: update mail/nmh port to nmh-0.26
Message-ID:  <199806050448.VAA23554@two.sabami.seaslug.org>

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

>Number:         6863
>Category:       ports
>Synopsis:       update mail/nmh port to nmh-0.26
>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 Jun  4 22:10:01 PDT 1998
>Last-Modified:
>Originator:     Scott Blachowicz
>Organization:
>Release:        FreeBSD 2.2.2-RELEASE i386
>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 \


>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?199806050448.VAA23554>