summaryrefslogtreecommitdiff
path: root/mail/nmh
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-06-01 13:15:58 +0000
committeragc <agc@pkgsrc.org>1998-06-01 13:15:58 +0000
commit15706c03e90fbaafffd1b84b286deb1d48efc9ba (patch)
tree7204f90a5daed55e432d895e82602fa6e35bd12d /mail/nmh
parent0d5600cab108277d41997cee8c6d58a67078c353 (diff)
downloadpkgsrc-15706c03e90fbaafffd1b84b286deb1d48efc9ba.tar.gz
Update to version 0.26 of nmh, the enhanced MH mail user agent. The
viamail script has changed its (source) location, but only minor modifications necessary.
Diffstat (limited to 'mail/nmh')
-rw-r--r--mail/nmh/Makefile4
-rw-r--r--mail/nmh/files/md52
-rw-r--r--mail/nmh/patches/patch-ac38
3 files changed, 26 insertions, 18 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile
index b8ff7e4f112..085e97843cf 100644
--- a/mail/nmh/Makefile
+++ b/mail/nmh/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 1998/05/21 07:16:41 agc Exp $
+# $NetBSD: Makefile,v 1.17 1998/06/01 13:15:58 agc Exp $
# FreeBSD Id: Makefile,v 1.2 1997/08/04 06:51:28 markm Exp
#
-DISTNAME= nmh-0.25
+DISTNAME= nmh-0.26
CATEGORIES= mail
MASTER_SITES= ftp://ftp.math.gatech.edu/pub/nmh/
diff --git a/mail/nmh/files/md5 b/mail/nmh/files/md5
index 373dc21a7b2..65eec46c686 100644
--- a/mail/nmh/files/md5
+++ b/mail/nmh/files/md5
@@ -1 +1 @@
-MD5 (nmh-0.25.tar.gz) = cd8ababb6347f4192e662b1ba3dab7d8
+MD5 (nmh-0.26.tar.gz) = d1f06379f73e2021017d0377948fed3f
diff --git a/mail/nmh/patches/patch-ac b/mail/nmh/patches/patch-ac
index 73d6fadf934..41599796b2c 100644
--- a/mail/nmh/patches/patch-ac
+++ b/mail/nmh/patches/patch-ac
@@ -53,8 +53,19 @@
etcdir = @sysconfdir@
CC = @CC@
---- support/general/Makefile.in 1997/12/19 13:01:03 1.1
-+++ support/general/Makefile.in 1997/12/19 13:02:49
+--- man/Makefile.in 1997/12/19 13:01:04 1.1
++++ man/Makefile.in 1997/12/19 13:01:28
+@@ -15,7 +15,7 @@
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
+ bindir = @bindir@
+-libdir = @libdir@
++libdir = @libexecdir@
+ etcdir = @sysconfdir@
+ mandir = @mandir@
+ manext1 = 1
+--- etc/Makefile.in 1998/06/01 12:43:22 1.1
++++ etc/Makefile.in 1998/06/01 12:46:59
@@ -13,7 +13,7 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
@@ -63,24 +74,21 @@
+libdir = @libexecdir@
etcdir = @sysconfdir@
+ mailspool = @mailspool@
+@@ -21,6 +21,7 @@
INSTALL = @INSTALL@
-@@ -79,7 +79,7 @@
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
+ INSTALL_DATA = @INSTALL_DATA@
++INSTALL_SCRIPT= ${BSD_INSTALL_SCRIPT}
+
+ # Path to search for programs to display content
+ # for mhn. Used to create mhn.defaults
+@@ -88,7 +89,7 @@
install-scripts:
$(top_srcdir)/mkinstalldirs $(libdir)
for script in $(SCRIPTS); do \
- $(INSTALL_PROGRAM) $(srcdir)/$$script $(libdir)/$$script; \
-+ $(INSTALL) -m 555 $(srcdir)/$$script $(libdir)/$$script; \
++ $(INSTALL_SCRIPT) $(srcdir)/$$script $(libdir)/$$script; \
done
uninstall: uninstall-files uninstall-scripts
---- man/Makefile.in 1997/12/19 13:01:04 1.1
-+++ man/Makefile.in 1997/12/19 13:01:28
-@@ -15,7 +15,7 @@
- prefix = @prefix@
- exec_prefix = @exec_prefix@
- bindir = @bindir@
--libdir = @libdir@
-+libdir = @libexecdir@
- etcdir = @sysconfdir@
- mandir = @mandir@
- manext1 = 1