diff options
author | wiz <wiz@pkgsrc.org> | 2007-04-18 23:41:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-04-18 23:41:51 +0000 |
commit | 2d7d1730f4a3363d3eccc483e08d9a028e3eb5d5 (patch) | |
tree | 1cc06ebd2b05c509dadcce53e0d42a377f855d67 /mail/p5-MailTools | |
parent | 13685dd1ba2841a30a02a4bb2b3a76ce1557c1fb (diff) | |
download | pkgsrc-2d7d1730f4a3363d3eccc483e08d9a028e3eb5d5.tar.gz |
Update to 1.76:
version 1.77 [sic!]: Tue Apr 10 09:25:29 CEST 2007
- The tag (field label) casing is "normalized" which is not
required (as the comment in the code told), but a mis-
feature. The feature will not change, to avoid breaking
existing code. Original report by [Matt Swift]
- Do not ignore unknown argument to Mail::Internet::new(),
but complain about it [JPBS]
- Document that the \n is still after a header line, but folding
is removed. Suggested by [Roberto Jimenoca]
- Document that unfolding is too greading, taking all leading
blanks where only one should be taken. Suggested by
[Roberto Jimenoca]
version 1.75: Wed Jun 14 15:30:25 CEST 2006
- [Mike Lerley] reported that environment variables are not
thread-safe in mod_perl. Therefore, he required to pass the
sender of the message explictly on qmail's command-line.
His addapted patch included.
Diffstat (limited to 'mail/p5-MailTools')
-rw-r--r-- | mail/p5-MailTools/Makefile | 4 | ||||
-rw-r--r-- | mail/p5-MailTools/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/p5-MailTools/Makefile b/mail/p5-MailTools/Makefile index ef94a12c9df..f94a0ff161c 100644 --- a/mail/p5-MailTools/Makefile +++ b/mail/p5-MailTools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2006/11/05 17:15:54 joerg Exp $ +# $NetBSD: Makefile,v 1.40 2007/04/18 23:41:51 wiz Exp $ -DISTNAME= MailTools-1.74 +DISTNAME= MailTools-1.76 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mto CATEGORIES= mail perl5 diff --git a/mail/p5-MailTools/distinfo b/mail/p5-MailTools/distinfo index 59dd3f62c65..cc81a9f6ca1 100644 --- a/mail/p5-MailTools/distinfo +++ b/mail/p5-MailTools/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2006/05/17 21:52:38 wiz Exp $ +$NetBSD: distinfo,v 1.18 2007/04/18 23:41:51 wiz Exp $ -SHA1 (MailTools-1.74.tar.gz) = 9c5e1ca734fc694e9559cc812adabbcecad7d3c7 -RMD160 (MailTools-1.74.tar.gz) = fe6f9e3193f6bcaf0944192fed4a1336421a909b -Size (MailTools-1.74.tar.gz) = 47783 bytes +SHA1 (MailTools-1.76.tar.gz) = fb1df59e6540388bb77a6f451b59b058fa83db27 +RMD160 (MailTools-1.76.tar.gz) = ae0a6310be8899f5265c9168e0c7ed8b9b8d3b6d +Size (MailTools-1.76.tar.gz) = 48424 bytes |