diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-09-16 13:17:45 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-09-16 13:17:45 +0000 |
commit | a615423a99528891c5ecd2f420feaf3e4c4fc162 (patch) | |
tree | e98444b78612cc14a17953a07e50d7d6289864b9 /mail | |
parent | 14d96003b2b84440bb5d5580cea4a7e1b7bb578a (diff) | |
download | pkgsrc-a615423a99528891c5ecd2f420feaf3e4c4fc162.tar.gz |
Updated to 2.6.8.
Patch provided by Adrian Portelli <adrianp@stindustries.net> via PR
pkg/22753.
Changes:
============================================================================
2003/08/12 (2.6.8)
* Bug Fixes:
Bug ID Summary
------ ------------------------------------------------------------
4719 Spurious read_fmt_file call
------ ------------------------------------------------------------
<https://savannah.nongnu.org/bugs/?group=mhonarc>
============================================================================
2003/08/07 (2.6.7)
* Bug Fixes:
Bug ID Summary
------ ------------------------------------------------------------
4569 Problem with unfolding can mess up boundary processing in
multipart messages.
4594 Initial space on lines removed when using fancyquote.
------ ------------------------------------------------------------
<https://savannah.nongnu.org/bugs/?group=mhonarc>
* Added LANG resource to define locale. Affects resource filename
resolution and message subject and author sorting.
* readmail.pl updated to define the following special header field
keys passed to filter routines:
x-mha-content-type The media type of the entity extracted from
content-type entity header
x-mha-part-number The relative part number of the entity with
respect to parent entity. To get the
absolute part number, use
readmail::get_full_part_number($fields).
x-mha-parent-header Reference to parent header fields hash.
This, and other data structures, are now mentioned in the MIMEFILTERS
resource page.
* Text/richtext tag, <samepage>, is quietly dropped in mhtxtenrich.pl.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mhonarc/Makefile | 6 | ||||
-rw-r--r-- | mail/mhonarc/PLIST | 3 | ||||
-rw-r--r-- | mail/mhonarc/distinfo | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/mail/mhonarc/Makefile b/mail/mhonarc/Makefile index c520092dc3e..866b528b006 100644 --- a/mail/mhonarc/Makefile +++ b/mail/mhonarc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2003/07/31 14:50:11 jwise Exp $ +# $NetBSD: Makefile,v 1.17 2003/09/16 13:17:45 xtraeme Exp $ # -DISTNAME= MHonArc-2.6.6 -PKGNAME= mhonarc-2.6.6 +DISTNAME= MHonArc-2.6.8 +PKGNAME= mhonarc-2.6.8 CATEGORIES= mail MASTER_SITES= http://www.oac.uci.edu/indiv/ehood/tar/ EXTRACT_SUFX= .tar.bz2 diff --git a/mail/mhonarc/PLIST b/mail/mhonarc/PLIST index f45d1f1a27e..7fd2618f31b 100644 --- a/mail/mhonarc/PLIST +++ b/mail/mhonarc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2003/07/31 14:30:29 jwise Exp $ +@comment $NetBSD: PLIST,v 1.5 2003/09/16 13:17:45 xtraeme Exp $ bin/mha-dbedit bin/mha-dbrecover bin/mha-decode @@ -276,6 +276,7 @@ share/doc/mhonarc/resources/keeponrmm.html share/doc/mhonarc/resources/labelbeg.html share/doc/mhonarc/resources/labelend.html share/doc/mhonarc/resources/labelstyles.html +share/doc/mhonarc/resources/lang.html share/doc/mhonarc/resources/lastpglink.html share/doc/mhonarc/resources/listbegin.html share/doc/mhonarc/resources/listend.html diff --git a/mail/mhonarc/distinfo b/mail/mhonarc/distinfo index 38c72942fcb..9365787029d 100644 --- a/mail/mhonarc/distinfo +++ b/mail/mhonarc/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2003/07/31 14:50:11 jwise Exp $ +$NetBSD: distinfo,v 1.10 2003/09/16 13:17:46 xtraeme Exp $ -SHA1 (MHonArc-2.6.6.tar.bz2) = 1816c4031e9e67e312acd51c743042c6df09a20c -Size (MHonArc-2.6.6.tar.bz2) = 1477217 bytes +SHA1 (MHonArc-2.6.8.tar.bz2) = 5967e283feeb34bae314a1f69bad1e17ea910077 +Size (MHonArc-2.6.8.tar.bz2) = 1514055 bytes |