diff options
author | rillig <rillig> | 2006-08-02 20:03:13 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-08-02 20:03:13 +0000 |
commit | 634e827bb3e5fb3b0261dd7da9d65346be67c802 (patch) | |
tree | f97383ee6ebfb0c0bcfd5913c1e4adf909b985e3 /mail/imapfilter | |
parent | 89a92e37573ac5b711f5d49ae01e7bf08ce76966 (diff) | |
download | pkgsrc-634e827bb3e5fb3b0261dd7da9d65346be67c802.tar.gz |
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 (limited to 'mail/imapfilter')
-rw-r--r-- | mail/imapfilter/Makefile | 9 | ||||
-rw-r--r-- | mail/imapfilter/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/mail/imapfilter/Makefile b/mail/imapfilter/Makefile index 367c6f9dea1..c276d186713 100644 --- a/mail/imapfilter/Makefile +++ b/mail/imapfilter/Makefile @@ -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 +MAINTAINER= pkgsrc-users@NetBSD.org 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 --git a/mail/imapfilter/distinfo b/mail/imapfilter/distinfo index 7783b3368ac..31a52e1d8df 100644 --- a/mail/imapfilter/distinfo +++ b/mail/imapfilter/distinfo @@ -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 |