pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/imapfilter Updated imapfilter to 1.2.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41e7d29716b1
branches:  trunk
changeset: 517009:41e7d29716b1
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Aug 02 20:03:13 2006 +0000

description:
Updated imapfilter to 1.2.2.

Patch from PR 34130, which includes resetting the MAINTAINER to the
default value.

Version 1.2.2 - 1 August 2006
-----------------------------
- Bug fix; a mix up of connections could happen in certain circumstances, when
  a hostname and/or username was a prefix of another hostname and/or username
  respectively, or when the same hostname and username was used to connect to
  a different port.
- Bug fix; the list()/lsub() functions parsed mailboxes/folders whose names
  contained spaces incorrectly.
- The list() function now does not return the folder itself, when listing
  mailboxes inside a specific folder.
- It is now possible to define new user keywords for messages inside a mailbox,
  apart from the standard system flags.

diffstat:

 mail/imapfilter/Makefile |  9 +++++----
 mail/imapfilter/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (41 lines):

diff -r ff666f377ea6 -r 41e7d29716b1 mail/imapfilter/Makefile
--- a/mail/imapfilter/Makefile  Wed Aug 02 19:58:54 2006 +0000
+++ b/mail/imapfilter/Makefile  Wed Aug 02 20:03:13 2006 +0000
@@ -1,18 +1,19 @@
-# $NetBSD: Makefile,v 1.22 2006/05/31 00:18:28 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2006/08/02 20:03:13 rillig Exp $
 
-DISTNAME=              imapfilter-1.2.1
+DISTNAME=              imapfilter-1.2.2
 CATEGORIES=            mail
 MASTER_SITES=          http://imapfilter.hellug.gr/source/
 EXTRACT_SUFX=          .tar.bz2
 
-MAINTAINER=            lefcha%hellug.gr@localhost
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://imapfilter.hellug.gr/
 COMMENT=               Mail filtering utility for the IMAP
 
 LDFLAGS.SunOS+=                -lsocket -lnsl
 
+INSTALLATION_DIRS=     share/examples/imapfilter
+
 post-install:
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/imapfilter
 .for f in sample.config.lua sample.extend.lua
        ${INSTALL_DATA} ${WRKSRC}/${f} \
                ${PREFIX}/share/examples/imapfilter
diff -r ff666f377ea6 -r 41e7d29716b1 mail/imapfilter/distinfo
--- a/mail/imapfilter/distinfo  Wed Aug 02 19:58:54 2006 +0000
+++ b/mail/imapfilter/distinfo  Wed Aug 02 20:03:13 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2006/05/31 00:18:28 wiz Exp $
+$NetBSD: distinfo,v 1.14 2006/08/02 20:03:13 rillig Exp $
 
-SHA1 (imapfilter-1.2.1.tar.bz2) = 9f0da10bf9e0eebd72f73cf5048e9d2f5cbd0168
-RMD160 (imapfilter-1.2.1.tar.bz2) = 330dc981284d75e5b4ea47eea2d9fb5b441e410d
-Size (imapfilter-1.2.1.tar.bz2) = 32110 bytes
+SHA1 (imapfilter-1.2.2.tar.bz2) = a033cb7128cba0cd9cb514e55743f84ad7608ecd
+RMD160 (imapfilter-1.2.2.tar.bz2) = 0bbe32f16ab956a8a736d9e072829d7974186cf3
+Size (imapfilter-1.2.2.tar.bz2) = 32625 bytes
 SHA1 (patch-aa) = 6cf4fcd70cb115b0333659a39ffdea902a381c9f



Home | Main Index | Thread Index | Old Index