diff options
author | kim <kim@pkgsrc.org> | 2000-03-02 05:11:42 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2000-03-02 05:11:42 +0000 |
commit | e9c091498c988ec0be3b6c49608adafb34e01d65 (patch) | |
tree | fa865456932f1716bdc0e4651ce9dc4b15e4a951 /mail/nmh/files | |
parent | 45094ad92d3c5406bbae3994358365cff1bbca46 (diff) | |
download | pkgsrc-e9c091498c988ec0be3b6c49608adafb34e01d65.tar.gz |
Fixes:
- added missing checksum for the distribution file
- put back GCOS_HACK define (it was removed from patch-cb)
- do not include mhn.defaults in the PLIST to keep protecting it
from upgrades in case it has local modifications
- install mhn.defaults.dist from the "files" directory instead of
using a dynamically generated one (this was the intention always)
- mhn.defaults and mts.conf get installed if they don't exist;
new users do not have to worry about copying *.dist files now
- added comments about the configuration file philosophy in Makefile
Diffstat (limited to 'mail/nmh/files')
-rw-r--r-- | mail/nmh/files/md5 | 4 | ||||
-rw-r--r-- | mail/nmh/files/mhn.defaults.dist (renamed from mail/nmh/files/mhn.defaults) | 2 | ||||
-rw-r--r-- | mail/nmh/files/patch-sum | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/mail/nmh/files/md5 b/mail/nmh/files/md5 index e7e912e3b0f..75fe6502916 100644 --- a/mail/nmh/files/md5 +++ b/mail/nmh/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.12 1999/03/04 09:12:40 kim Exp $ +$NetBSD: md5,v 1.13 2000/03/02 05:11:44 kim Exp $ -MD5 (nmh-1.0.tar.gz) = 712f93d485ab77a7b28e5abaa7341034 +MD5 (nmh-1.0.3.tar.gz) = 02519bf8f7ff8590ecfbee9f9500ea07 diff --git a/mail/nmh/files/mhn.defaults b/mail/nmh/files/mhn.defaults.dist index 72552997c08..48980d3a302 100644 --- a/mail/nmh/files/mhn.defaults +++ b/mail/nmh/files/mhn.defaults.dist @@ -1,4 +1,4 @@ -#: $NetBSD: mhn.defaults,v 1.1 1999/03/04 09:12:40 kim Exp $ +#: $NetBSD: mhn.defaults.dist,v 1.1 2000/03/02 05:11:44 kim Exp $ #: mhstore-store-application/PostScript: %m%P.ps mhstore-store-text: %m%P.txt diff --git a/mail/nmh/files/patch-sum b/mail/nmh/files/patch-sum index f549ebcb3d3..fcd02ccd53f 100644 --- a/mail/nmh/files/patch-sum +++ b/mail/nmh/files/patch-sum @@ -1,5 +1,5 @@ -$NetBSD: patch-sum,v 1.3 2000/03/02 00:23:15 hubertf Exp $ +$NetBSD: patch-sum,v 1.4 2000/03/02 05:11:45 kim Exp $ MD5 (patch-ca) = ba8bde6090ca48b315ac84f6a3c04f2d -MD5 (patch-cb) = 6ba803e016659cde1f688f27f6ce09b5 +MD5 (patch-cb) = 9045625460e75f206c0f11ab0c4a74e6 MD5 (patch-cc) = 14aab99374bf88d3d661ca795fdd2af8 |