diff options
author | jlam <jlam> | 2004-08-02 21:43:53 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-08-02 21:43:53 +0000 |
commit | 2e1f17096538db8f1b85c3ed88477f14a88764f6 (patch) | |
tree | 04592a9904b40b6459d1c621190d15172d4051b3 /mail/p5-MailTools/Makefile | |
parent | 962903f14c5df27dda274ffd769f7a3940ac59e6 (diff) | |
download | pkgsrc-2e1f17096538db8f1b85c3ed88477f14a88764f6.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/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 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 |