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 | 6b98a6e5463d7863a5efd6656d1c9421a32114e8 (patch) | |
tree | e98444b78612cc14a17953a07e50d7d6289864b9 /mail/mhonarc/Makefile | |
parent | d122d879423cf17fb911b75a4c17cd21f96de8e6 (diff) | |
download | pkgsrc-6b98a6e5463d7863a5efd6656d1c9421a32114e8.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/mhonarc/Makefile')
-rw-r--r-- | mail/mhonarc/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |