From f9ecb3d94466f51732101903638da36ab094cfb7 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 15 Dec 2003 18:55:31 +0000 Subject: Update to 0.5.1, with a patch from the author to make it compile. Changes: 2003-12-13 Version 0.5.1 * Procmail usage instructions added to manpage. * Fixed missing header in detector.cc (thanks to Jerome Warnier). 2003-11-26 Version 0.5.0 * ENCA support added (thanks to Volodymyr M. Lisivka). * -I and -O options added to exclude some charsets from processing (thanks to Ingvarr Zhmakin). --- mail/fix-mime-charset/Makefile | 4 ++-- mail/fix-mime-charset/distinfo | 7 ++++--- mail/fix-mime-charset/patches/patch-aa | 12 ++++++++++++ 3 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 mail/fix-mime-charset/patches/patch-aa diff --git a/mail/fix-mime-charset/Makefile b/mail/fix-mime-charset/Makefile index 8a9606a991d..5b36f6f31b8 100644 --- a/mail/fix-mime-charset/Makefile +++ b/mail/fix-mime-charset/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2003/10/01 07:17:06 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2003/12/15 18:55:31 wiz Exp $ # -DISTNAME= fix-mime-charset-0.4.0 +DISTNAME= fix-mime-charset-0.5.1 CATEGORIES= mail converters MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fix-mime-chr/} diff --git a/mail/fix-mime-charset/distinfo b/mail/fix-mime-charset/distinfo index f760c13a080..73afb4b5163 100644 --- a/mail/fix-mime-charset/distinfo +++ b/mail/fix-mime-charset/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/09/26 10:21:51 wiz Exp $ +$NetBSD: distinfo,v 1.2 2003/12/15 18:55:31 wiz Exp $ -SHA1 (fix-mime-charset-0.4.0.tar.gz) = b64dee1f20d915fcb53e848c9111646e5fbd0a04 -Size (fix-mime-charset-0.4.0.tar.gz) = 88018 bytes +SHA1 (fix-mime-charset-0.5.1.tar.gz) = aea9ccb98ec45e2fd9a2b0578fea0e0084ae2244 +Size (fix-mime-charset-0.5.1.tar.gz) = 115028 bytes +SHA1 (patch-aa) = 23517993de65322c21bc0604e3cac66148c4b2b8 diff --git a/mail/fix-mime-charset/patches/patch-aa b/mail/fix-mime-charset/patches/patch-aa new file mode 100644 index 00000000000..d2f43facc40 --- /dev/null +++ b/mail/fix-mime-charset/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2003/12/15 18:55:31 wiz Exp $ + +--- src/charsetlist.cc.orig Sat Nov 15 22:48:44 2003 ++++ src/charsetlist.cc +@@ -1,6 +1,7 @@ + #include "charsetlist.h" + #include "detector.h" + #include ++#include + + void CharsetList::append(const string &list) + { -- cgit v1.2.3