pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/mairix Update mail/mairix to 0.21



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e34a1433e01
branches:  trunk
changeset: 536122:4e34a1433e01
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Sun Dec 02 12:56:08 2007 +0000

description:
Update mail/mairix to 0.21

Release notes:

* Fix make clean target in dfasyn/ (Benj. Mako Hill)
* Limit number of messages that are examined when an end boundary is
  missing in an mbox (Chung-chieh Shan)
* Avoid examining . and .. when traversing MH folder hierarchy (Steven Lumos)
* Fix various bugs in the name/value parser
* Add some RFC2231 support to the name/value parser (continuations)
* Fix indexing when existing database only contains 1 message

diffstat:

 mail/mairix/Makefile |  6 +++---
 mail/mairix/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r 4013ab12d4ac -r 4e34a1433e01 mail/mairix/Makefile
--- a/mail/mairix/Makefile      Sun Dec 02 12:55:08 2007 +0000
+++ b/mail/mairix/Makefile      Sun Dec 02 12:56:08 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2007/06/12 15:23:48 tonio Exp $
+# $NetBSD: Makefile,v 1.14 2007/12/02 12:56:08 tonio Exp $
 #
 
-DISTNAME=              mairix-0.20
+DISTNAME=              mairix-0.21
 CATEGORIES=            mail
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=mairix/}
 
@@ -10,7 +10,7 @@
 COMMENT=               Program for indexing and searching email messages
 
 HAS_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --prefix=${PREFIX:Q}
+CONFIGURE_ARGS+=       --prefix=${PREFIX}
 
 USE_TOOLS+=            bison flex
 
diff -r 4013ab12d4ac -r 4e34a1433e01 mail/mairix/distinfo
--- a/mail/mairix/distinfo      Sun Dec 02 12:55:08 2007 +0000
+++ b/mail/mairix/distinfo      Sun Dec 02 12:56:08 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2007/06/12 15:23:48 tonio Exp $
+$NetBSD: distinfo,v 1.5 2007/12/02 12:56:08 tonio Exp $
 
-SHA1 (mairix-0.20.tar.gz) = 7e7b64d76a4804d9e4ab59157e55bf9ae892f25e
-RMD160 (mairix-0.20.tar.gz) = d5547f4b05da5e06df21293a032c2ec5ba5238ad
-Size (mairix-0.20.tar.gz) = 158336 bytes
+SHA1 (mairix-0.21.tar.gz) = a5f4767462d3f86950acaa0dafd132de0e0d0c43
+RMD160 (mairix-0.21.tar.gz) = 68e9d0cf509c8524aa9e2f519b4385fd198f996a
+Size (mairix-0.21.tar.gz) = 159089 bytes
 SHA1 (patch-aa) = bc87571018a2470b09dd7f096794439ba8244025



Home | Main Index | Thread Index | Old Index