From owner-freebsd-ports Sat Aug 15 11:53:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA24902 for freebsd-ports-outgoing; Sat, 15 Aug 1998 11:53:31 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mx.seanet.com (dns2.seanet.com [199.181.164.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA24871; Sat, 15 Aug 1998 11:53:12 -0700 (PDT) (envelope-from scott@two.sabami.seaslug.org) Received: from two.sabami.seaslug.org (sab.seanet.com [199.181.166.94]) by mx.seanet.com (8.8.8/Seanet-8.7.3) with ESMTP id LAA19723; Sat, 15 Aug 1998 11:52:28 -0700 (PDT) Received: from two.sabami.seaslug.org (localhost [127.0.0.1]) by two.sabami.seaslug.org (8.8.5/8.6.12) with ESMTP id LAA04406; Sat, 15 Aug 1998 11:31:53 -0700 (PDT) Message-Id: <199808151831.LAA04406@two.sabami.seaslug.org> To: Bill Fumerola cc: ports@FreeBSD.ORG, FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/7617: update mail/nmh port to nmh-0.27 References: In-reply-to: From: Scott Blachowicz Reply-to: Scott.Blachowicz@seaslug.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <4403.903205912.1@two.sabami.seaslug.org> Date: Sat, 15 Aug 1998 11:31:52 -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Bill Fumerola wrote: > > if sendfiles(1) is a new man page that comes with the update then this > change should be reflected in the Makefile, and the PLIST should have the > gzip'd version. Oops...appended is a corrected patch. Seems I messed it up the last time a man page got added - you'd think I would've learned by now :-). > On Fri, 14 Aug 1998, Scott Blachowicz wrote: > > > >Number: 7617 > > >Category: ports > > >Synopsis: update mail/nmh port to nmh-0.27 > > > --- ../nmh-curr/pkg/PLIST Mon Feb 23 11:21:00 1998 > > +++ ./pkg/PLIST Sun Jul 12 15:02:23 1998 > > > @@ -105,6 +106,7 @@ > > man/man1/rmm.1.gz > > man/man1/scan.1.gz > > man/man1/send.1.gz > > +man/man1/sendfiles.1 > > man/man1/show.1.gz > > man/man1/slocal.1.gz > > man/man1/sortm.1.gz Sorry about that... -- Scott.Blachowicz@seaslug.org ========== Corrected patch follows: diff -ur ../nmh-curr/Makefile ./Makefile --- ../nmh-curr/Makefile Sat Jun 6 02:01:59 1998 +++ ./Makefile Sat Aug 15 11:28:43 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 # # $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/ @@ -20,7 +20,7 @@ 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 + slocal.1 sortm.1 vmh.1 whatnow.1 whom.1 mhbuild.1 sendfiles.1 MAN5= mh-alias.5 mh-draft.5 mh-format.5 mh-mail.5 mh-profile.5 \ mh-sequence.5 mh-tailor.5 diff -ur ../nmh-curr/files/md5 ./files/md5 --- ../nmh-curr/files/md5 Sat Jun 6 02:01:59 1998 +++ ./files/md5 Sun Jul 12 14:30:06 1998 @@ -1 +1 @@ -MD5 (nmh-0.26.tar.gz) = d1f06379f73e2021017d0377948fed3f +MD5 (nmh-0.27.tar.gz) = 62395d23c686b230ed0f2f17fbc2e01a diff -ur ../nmh-curr/pkg/PLIST ./pkg/PLIST --- ../nmh-curr/pkg/PLIST Mon Feb 23 11:21:00 1998 +++ ./pkg/PLIST Sat Aug 15 11:28:56 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message