summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-12-15 18:55:31 +0000
committerwiz <wiz@pkgsrc.org>2003-12-15 18:55:31 +0000
commitf9ecb3d94466f51732101903638da36ab094cfb7 (patch)
tree5ea447ed5fa67544c2e76f913a3de01cff022f48
parent5b08bc98680d80c4f8e70d95140e178b4de04f86 (diff)
downloadpkgsrc-f9ecb3d94466f51732101903638da36ab094cfb7.tar.gz
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 <algorithm> 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).
-rw-r--r--mail/fix-mime-charset/Makefile4
-rw-r--r--mail/fix-mime-charset/distinfo7
-rw-r--r--mail/fix-mime-charset/patches/patch-aa12
3 files changed, 18 insertions, 5 deletions
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 <ctype.h>
++#include <algorithm>
+
+ void CharsetList::append(const string &list)
+ {