diff options
author | Mark Murray <markm@FreeBSD.org> | 1997-08-04 06:51:46 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1997-08-04 06:51:46 +0000 |
commit | a6e587c45c40232a01e510f8ab0607b31c8adb54 (patch) | |
tree | a88b1b9b987a212e6bff4b45adff17123d578680 /mail/nmh | |
parent | Add more info to workaround (diff) |
Update this to version 0.17
Submitted by: Scott Blachowicz
Notes
Notes:
svn path=/head/; revision=7468
Diffstat (limited to 'mail/nmh')
-rw-r--r-- | mail/nmh/Makefile | 16 | ||||
-rw-r--r-- | mail/nmh/distinfo | 2 | ||||
-rw-r--r-- | mail/nmh/files/patch-ab | 23 | ||||
-rw-r--r-- | mail/nmh/pkg-install | 15 | ||||
-rw-r--r-- | mail/nmh/pkg-plist | 1 |
5 files changed, 32 insertions, 25 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index 58e44b2e3f8c..db5ee7b584fb 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: nmh -# Version required: 0.14 -# Date created: 20 May 1997 +# Version required: 0.17 +# Date created: 26 July 1997 # Whom: Scott Blachowicz <Scott.Blachowicz@seaslug.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/06/04 04:39:25 asami Exp $ # -DISTNAME= nmh-0.14 +DISTNAME= nmh-0.17 CATEGORIES= mail MASTER_SITES= ftp://ftp.math.gatech.edu/pub/nmh/ @@ -27,4 +27,12 @@ MAN5= mh-alias.5 mh-draft.5 mh-format.5 mh-mail.5 mh-profile.5 \ MAN8= ap.8 conflict.8 dp.8 fmtdump.8 install-mh.8 mh-mts.8 post.8 +# Since we patch the autoconf files as well as their outputs, avoid attempt +# to regenerate header input files with 'autoheader' by Makefile. +post-patch: + ${ECHO} > ${WRKSRC}/stamp-h.in + +post-install: + @PKG_PREFIX='${PREFIX}' ./pkg/INSTALL + .include <bsd.port.mk> diff --git a/mail/nmh/distinfo b/mail/nmh/distinfo index f7cc09d4d8a6..1e666050d75c 100644 --- a/mail/nmh/distinfo +++ b/mail/nmh/distinfo @@ -1 +1 @@ -MD5 (nmh-0.14.tar.gz) = a4cb090677fcc16b0e9b28fb75cea643 +MD5 (nmh-0.17.tar.gz) = c18643f3bc43c6d0b8fa2e0dd75406d0 diff --git a/mail/nmh/files/patch-ab b/mail/nmh/files/patch-ab index 7dac5f96d38a..96a2e2d662f9 100644 --- a/mail/nmh/files/patch-ab +++ b/mail/nmh/files/patch-ab @@ -1,23 +1,6 @@ -diff -ur configure.in-dist configure.in ---- configure.in-dist Fri May 2 12:31:29 1997 -+++ configure.in Mon May 12 21:01:07 1997 -@@ -119,9 +119,12 @@ - AC_SUBST(TSORT)dnl - fi - --AC_PATH_PROG(sendmailpath, sendmail, no, /usr/lib:/usr/sbin:/usr/etc:/usr/ucblib:/usr/bin) --AC_PATH_PROG(morepath, more, no, /usr/bin:/usr/ucb:/usr/local/bin) --AC_PATH_PROG(vipath, vi, no, /usr/bin:/usr/ucb:/usr/local/bin) -+pathtmp=/usr/lib:/usr/sbin:/usr/etc:/usr/ucblib:/usr/bin -+AC_PATH_PROG(sendmailpath, sendmail, no, [$pathtmp]) -+pathtmp=/usr/bin:/usr/ucb:/usr/local/bin -+AC_PATH_PROG(morepath, more, no, [$pathtmp]) -+pathtmp=/usr/bin:/usr/ucb:/usr/local/bin -+AC_PATH_PROG(vipath, vi, no, [$pathtmp]) - - dnl Check for broken vi - AC_CACHE_CHECK(for broken vi, nmh_cv_attvibug, -@@ -416,8 +419,8 @@ +--- configure.in-dist Wed Jun 4 19:39:43 1997 ++++ configure.in Sat Jun 21 10:13:11 1997 +@@ -424,8 +424,8 @@ [test -z "$CONFIG_HEADERS" || echo > stamp-h]) eval "nmhbin=${bindir}"; eval "nmhbin2=${nmhbin}" diff --git a/mail/nmh/pkg-install b/mail/nmh/pkg-install new file mode 100644 index 000000000000..b691411eeaff --- /dev/null +++ b/mail/nmh/pkg-install @@ -0,0 +1,15 @@ +#! /bin/sh + +case "$2" in + ""|POST-INSTALL) cat <<EOF +============================================================= + +Some files you might need to customize include the following: + + ${PKG_PREFIX}/etc/nmh/mhn.defaults + ${PKG_PREFIX}/etc/nmh/mts.conf + +============================================================= +EOF + ;; +esac diff --git a/mail/nmh/pkg-plist b/mail/nmh/pkg-plist index 9f9722754de2..6830d97c72b9 100644 --- a/mail/nmh/pkg-plist +++ b/mail/nmh/pkg-plist @@ -49,6 +49,7 @@ etc/nmh/scan.mailx etc/nmh/scan.size etc/nmh/scan.time etc/nmh/scan.timely +etc/nmh/scan.unseen etc/nmh/tmac.h libexec/nmh/ap libexec/nmh/conflict |