diff options
author | adam <adam@pkgsrc.org> | 2005-07-08 10:20:37 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-07-08 10:20:37 +0000 |
commit | f08d4377fd9dafdee42f9c94c4fb73adc1ecd0fb (patch) | |
tree | a94708fc97c9046b593e065e675725722fbc6435 /mail/msmtp | |
parent | db6aefc3bea05e1d9b2de8febd125f8a38c38c37 (diff) | |
download | pkgsrc-f08d4377fd9dafdee42f9c94c4fb73adc1ecd0fb.tar.gz |
Changes 1.4.2:
- The 'connect_timeout' setting was replaced by a 'timeout' setting that applies
to all network operations. The old option and command are still accepted, but
they are not restricted to connection attempts anymore.
- Native language support (NLS) was added. Currently the only supported language
besides english is german, but it is easy to add more translations (hint,
hint)!
Changes 1.4.1:
- Only bug fixes, no new features.
Diffstat (limited to 'mail/msmtp')
-rw-r--r-- | mail/msmtp/Makefile | 4 | ||||
-rw-r--r-- | mail/msmtp/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index cef2d3a7daa..6feeb7445a5 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2005/04/11 21:46:21 tv Exp $ +# $NetBSD: Makefile,v 1.10 2005/07/08 10:20:37 adam Exp $ -DISTNAME= msmtp-1.4.0 +DISTNAME= msmtp-1.4.2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=msmtp/} EXTRACT_SUFX= .tar.bz2 diff --git a/mail/msmtp/distinfo b/mail/msmtp/distinfo index 0a99fd66a9b..da69a8bf57f 100644 --- a/mail/msmtp/distinfo +++ b/mail/msmtp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2005/04/04 08:45:24 adam Exp $ +$NetBSD: distinfo,v 1.7 2005/07/08 10:20:37 adam Exp $ -SHA1 (msmtp-1.4.0.tar.bz2) = b3b202883831d62d53d8cc7347fe5b654d6ed38f -RMD160 (msmtp-1.4.0.tar.bz2) = 394b962b4c554b04757b1917ecd733972a2792f4 -Size (msmtp-1.4.0.tar.bz2) = 404850 bytes +SHA1 (msmtp-1.4.2.tar.bz2) = 305076f7e14e5234cc7485f880e6cd6fd7fa0925 +RMD160 (msmtp-1.4.2.tar.bz2) = 5eb94d6fd9ae01b836ae7fdb8293f48ee6c861f2 +Size (msmtp-1.4.2.tar.bz2) = 479968 bytes |