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/Makefile | |
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/Makefile')
-rw-r--r-- | mail/p5-MailTools/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |