diff options
author | jlam <jlam@pkgsrc.org> | 2004-08-02 21:43:53 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-08-02 21:43:53 +0000 |
commit | 44ab01d690e6a42ae8a8323f5667e610b6fba117 (patch) | |
tree | 04592a9904b40b6459d1c621190d15172d4051b3 /mail/p5-MailTools | |
parent | cc9ef9f677e17ecbe161507875c31e61df148b78 (diff) | |
download | pkgsrc-44ab01d690e6a42ae8a8323f5667e610b6fba117.tar.gz |
Update mail/p5-MailTools to 1.62. Changes from versio 1.60 include:
- removed warning by Mail::Address::host() when no e-mail address
is provided.
- corrected the folding of lines: folds start only with one blank
according to rfc2822.
- Added a big warning against automatic sender email address detection
as provided by Mail::Util::mailaddress(). Please explicitly set
MAILADDRESS.
- Mail::Address->format should quote phrases with weird character.
- reported confusing error message when no MailerType was specified.
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 afa8b380d0f..9a00ecf556a 100644 --- a/mail/p5-MailTools/Makefile +++ b/mail/p5-MailTools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2004/03/21 01:31:27 heinz Exp $ +# $NetBSD: Makefile,v 1.28 2004/08/02 21:43:53 jlam Exp $ -DISTNAME= MailTools-1.60 +DISTNAME= MailTools-1.62 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mto CATEGORIES= mail perl5 diff --git a/mail/p5-MailTools/distinfo b/mail/p5-MailTools/distinfo index 7861d9c7cc7..9060c7b2f69 100644 --- a/mail/p5-MailTools/distinfo +++ b/mail/p5-MailTools/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2003/12/17 00:27:27 grant Exp $ +$NetBSD: distinfo,v 1.11 2004/08/02 21:43:53 jlam Exp $ -SHA1 (MailTools-1.60.tar.gz) = d8795705f2e48d3fc6b5abdd1994549024c69901 -Size (MailTools-1.60.tar.gz) = 43515 bytes +SHA1 (MailTools-1.62.tar.gz) = 9f73381994e390c04c8491cfb2ce07184f443bec +Size (MailTools-1.62.tar.gz) = 44394 bytes |