Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Aug 1998 01:35:46 +0200 (SAST)
From:      axl@iafrica.com
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/7638: UPDATED: ports/mail/nmh 0.26 -> 0.27
Message-ID:  <199808162335.BAA21291@axl.training.iafrica.com>

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

>Number:         7638
>Category:       ports
>Synopsis:       UPDATED: ports/mail/nmh 0.26 -> 0.27
>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:   Sun Aug 16 16:40:00 PDT 1998
>Last-Modified:
>Originator:     Sheldon Hearn
>Organization:
UUNET Internet Africa
>Release:        FreeBSD 2.2.7-STABLE i386
>Environment:

	FreeBSD 2.2

>Description:

	The current version of nmh (0.26) does not match the current
	version available (0.27), which sports a few new toys I'd
	like (e.g. a delete command for whatnow, instead of quit
	-delete).

>How-To-Repeat:

	N/A

>Fix:
	
	The following patch updates the port to the latest stable
	version available.

diff -urN nmh.ORIG/Makefile nmh/Makefile
--- nmh.ORIG/Makefile	Mon Aug 17 01:07:13 1998
+++ nmh/Makefile	Mon Aug 17 01:06:03 1998
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	nmh
-# Version required:     0.26
+# Version required:     0.27
 # Date created:		26 July 1997
 # Whom:			Scott Blachowicz <Scott.Blachowicz@seaslug.org>
 #
 # $Id: Makefile,v 1.9 1998/06/05 15:10:54 itojun Exp $
 #
 
-DISTNAME=	nmh-0.26
+DISTNAME=	nmh-0.27
 CATEGORIES=	mail
 MASTER_SITES=   ftp://ftp.math.gatech.edu/pub/nmh/
 
@@ -16,11 +16,12 @@
 CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/nmh \
 		--sysconfdir=${PREFIX}/etc/nmh --enable-nmh-pop
 
-MAN1= ali.1 anno.1 burst.1 comp.1 dist.1 flist.1 folder.1 forw.1 inc.1 \
-      mark.1 mh-chart.1 mhl.1 mhmail.1 mhn.1 mhparam.1 mhpath.1 msgchk.1 msh.1 \
-      next.1 nmh.1 packf.1 pick.1 prev.1 prompter.1 rcvdist.1 rcvpack.1 \
-      rcvstore.1 rcvtty.1 refile.1 repl.1 rmf.1 rmm.1 scan.1 send.1 show.1 \
-      slocal.1 sortm.1 vmh.1 whatnow.1 whom.1 mhbuild.1
+MAN1= ali.1 anno.1 burst.1 comp.1 dist.1 flist.1 folder.1 forw.1 \
+      inc.1 mark.1 mh-chart.1 mhbuild.1 mhl.1 mhmail.1 mhn.1 \
+      mhparam.1 mhpath.1 msgchk.1 msh.1 next.1 nmh.1 packf.1 pick.1 \
+      prev.1 prompter.1 rcvdist.1 rcvpack.1 rcvstore.1 rcvtty.1 \
+      refile.1 repl.1 rmf.1 rmm.1 scan.1 send.1 sendfiles.1 show.1 \
+      slocal.1 sortm.1 vmh.1 whatnow.1 whom.1
 
 MAN5= mh-alias.5 mh-draft.5 mh-format.5 mh-mail.5 mh-profile.5 \
       mh-sequence.5 mh-tailor.5
diff -urN nmh.ORIG/files/md5 nmh/files/md5
--- nmh.ORIG/files/md5	Mon Aug 17 01:07:12 1998
+++ nmh/files/md5	Mon Aug 17 00:33:43 1998
@@ -1 +1 @@
-MD5 (nmh-0.26.tar.gz) = d1f06379f73e2021017d0377948fed3f
+MD5 (nmh-0.27.tar.gz) = 62395d23c686b230ed0f2f17fbc2e01a
diff -urN nmh.ORIG/pkg/PLIST nmh/pkg/PLIST
--- nmh.ORIG/pkg/PLIST	Mon Aug 17 01:07:12 1998
+++ nmh/pkg/PLIST	Mon Aug 17 01:00:43 1998
@@ -30,6 +30,7 @@
 bin/send
 bin/show
 bin/sortm
+bin/viamail
 bin/whatnow
 bin/whom
 etc/nmh/MailAliases
@@ -67,9 +68,9 @@
 libexec/nmh/rcvpack
 libexec/nmh/rcvstore
 libexec/nmh/rcvtty
+libexec/nmh/sendfiles
 libexec/nmh/slocal
 libexec/nmh/spost
-libexec/nmh/viamail
 man/man1/ali.1.gz
 man/man1/anno.1.gz
 man/man1/burst.1.gz
@@ -105,6 +106,7 @@
 man/man1/rmm.1.gz
 man/man1/scan.1.gz
 man/man1/send.1.gz
+man/man1/sendfiles.1.gz
 man/man1/show.1.gz
 man/man1/slocal.1.gz
 man/man1/sortm.1.gz
>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?199808162335.BAA21291>