diff options
author | mjl <mjl@pkgsrc.org> | 2002-08-31 01:37:14 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2002-08-31 01:37:14 +0000 |
commit | 327f4ae26f0902ece24f1b9fc8f3a5ec582c3bc4 (patch) | |
tree | 1dbd65e7f2a417a42bd3159b4c3d6feb8adaeb68 /mail/p5-MailTools | |
parent | 1f7ebc4af7096c29a95b03c6176c763d4fa84b94 (diff) | |
download | pkgsrc-327f4ae26f0902ece24f1b9fc8f3a5ec582c3bc4.tar.gz |
Update p5-MailTools to 1.49
- Mail::Mailer::_clean_up left an extra space behind each header line.
- Mail::Mailer::_clean_up trims folded headerlines on more than two lines.
- The fix for nested comments in Mail::Address's
"Mark Overmeer <mailtools@overmeer.net> (mailtools maintainer)"
was parsed into two separate objects
- Mail::Mailer::_cleanup_headers unfolds the header lines, but
forgot to remove the indentation blanks
- Mail::Cap::new has two new options
- typo in Mail/Mailer/rfc822.pm
- Add Content-Disposition to the list of structured header fields
- Mail/Mailer/smtp.pm which enables the passing-on of args to Net::SMTP
Diffstat (limited to 'mail/p5-MailTools')
-rw-r--r-- | mail/p5-MailTools/Makefile | 4 | ||||
-rw-r--r-- | mail/p5-MailTools/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/p5-MailTools/Makefile b/mail/p5-MailTools/Makefile index 28716f9a121..c1d7ae169e2 100644 --- a/mail/p5-MailTools/Makefile +++ b/mail/p5-MailTools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2002/05/15 22:48:19 mjl Exp $ +# $NetBSD: Makefile,v 1.18 2002/08/31 01:37:14 mjl Exp $ -DISTNAME= MailTools-1.44 +DISTNAME= MailTools-1.49 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mto CATEGORIES= mail perl5 diff --git a/mail/p5-MailTools/distinfo b/mail/p5-MailTools/distinfo index d4de98e10bd..b420346af2e 100644 --- a/mail/p5-MailTools/distinfo +++ b/mail/p5-MailTools/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2002/05/15 22:48:19 mjl Exp $ +$NetBSD: distinfo,v 1.7 2002/08/31 01:37:14 mjl Exp $ -SHA1 (MailTools-1.44.tar.gz) = a4c89623db76f9e83c96f72519d43084a6da5dee -Size (MailTools-1.44.tar.gz) = 41496 bytes +SHA1 (MailTools-1.49.tar.gz) = 92054e3339572c1075fa7e25fd2aeb2255686db5 +Size (MailTools-1.49.tar.gz) = 42488 bytes |