diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2005-02-05 22:36:26 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2005-02-05 22:36:26 +0000 |
commit | 572f9269b92975c1de6f97e9c39d8c54b52662a1 (patch) | |
tree | 3c065e277dc59db2e02b08f4aa3c99ed953e0fc0 /mail | |
parent | b71dc4358cc9ef179ccbdacecdd1050c05a373ee (diff) | |
download | pkgsrc-572f9269b92975c1de6f97e9c39d8c54b52662a1.tar.gz |
Updated elmo to latest 1.3.1. Note project has been discontinued
according to the maintainer website.
Changes since 1.2.0:
1.3.1
=====
- it is now possible to run an arbitrary command on a selected
attachment
- made elmo less conservative about the format of the message
- updated translations
- several bugfixes
1.3.0
=====
- rewritten networking
- full-asynchronous, working POP3 support, you don't have to bother
whether the message has been already fetched or not any more
- elmo checks your POP3 accounts and plays sound, when there is mail
waiting on one of them
Diffstat (limited to 'mail')
-rw-r--r-- | mail/elmo/Makefile | 6 | ||||
-rw-r--r-- | mail/elmo/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/elmo/Makefile b/mail/elmo/Makefile index 6b0a7173f8b..c9272833969 100644 --- a/mail/elmo/Makefile +++ b/mail/elmo/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2004/10/03 00:12:52 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/02/05 22:36:26 jdolecek Exp $ # -DISTNAME= elmo-1.2.0 -PKGREVISION= 2 +DISTNAME= elmo-1.3.1 +PKGREVISION= # empty CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=elmo/} diff --git a/mail/elmo/distinfo b/mail/elmo/distinfo index 4524c85a615..810462c3405 100644 --- a/mail/elmo/distinfo +++ b/mail/elmo/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/07/06 14:28:42 xtraeme Exp $ +$NetBSD: distinfo,v 1.2 2005/02/05 22:36:26 jdolecek Exp $ -SHA1 (elmo-1.2.0.tar.gz) = a6a4ebf666bd3ef2350a68a40b3e886d54c7bc97 -Size (elmo-1.2.0.tar.gz) = 506336 bytes +SHA1 (elmo-1.3.1.tar.gz) = e4d0a8b2119af101290e400fd9c0f1cca4411d8b +Size (elmo-1.3.1.tar.gz) = 534779 bytes |