Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Apr 1998 19:35:38 -0700 (PDT)
From:      Scott Blachowicz <sab@sabami.seaslug.org>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6428: Update mail/nmh port to nmh-0.24
Message-ID:  <199804270235.TAA22484@two.sabami.seaslug.org>

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

>Number:         6428
>Category:       ports
>Synopsis:       update port to latest release
>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 Apr 26 20:40:01 PDT 1998
>Last-Modified:
>Originator:     Scott Blachowicz
>Organization:
none
>Release:        FreeBSD 2.2.2-RELEASE i386
>Environment:

	

>Description:

	Update to latest release.  Also, fix problem of running the pkg/INSTALL
	script if it managed to lose its execute permissions.

>How-To-Repeat:

	Apply this boring patch

>Fix:
	
	Not much of anything needed over previous version...here's the patch...
	apply with 'patch -p1':

diff -ur nmh-curr/Makefile nmh-0.24/Makefile
--- nmh-curr/Makefile	Tue Feb 24 03:23:00 1998
+++ nmh-0.24/Makefile	Fri Apr  3 21:08:13 1998
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	nmh
-# Version required:     0.23
+# Version required:     0.24
 # Date created:		26 July 1997
 # Whom:			Scott Blachowicz <Scott.Blachowicz@seaslug.org>
 #
 # $Id: Makefile,v 1.6 1998/02/24 03:02:46 steve Exp $
 #
 
-DISTNAME=	nmh-0.23
+DISTNAME=	nmh-0.24
 CATEGORIES=	mail
 MASTER_SITES=   ftp://ftp.math.gatech.edu/pub/nmh/
 
@@ -33,7 +33,7 @@
 	@${TOUCH} ${WRKSRC}/stamp-h.in
 
 post-install:
-	@PKG_PREFIX='${PREFIX}' ${PKGDIR}/INSTALL
+	@PKG_PREFIX='${PREFIX}' sh ${PKGDIR}/INSTALL
 	chgrp mail ${PREFIX}/bin/inc
 	chmod g+s ${PREFIX}/bin/inc
 
diff -ur nmh-curr/files/md5 nmh-0.24/files/md5
--- nmh-curr/files/md5	Tue Feb 24 03:23:00 1998
+++ nmh-0.24/files/md5	Fri Apr  3 20:59:35 1998
@@ -1 +1 @@
-MD5 (nmh-0.23.tar.gz) = 382fad4ac6524c5477d06e81fc5916be
+MD5 (nmh-0.24.tar.gz) = cc9236c060355756ad469a338806416d

>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?199804270235.TAA22484>