diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-02-27 23:52:01 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-02-27 23:52:01 +0000 |
commit | 17c4c4649d54c43c9983c998ecb0564f6edcc1db (patch) | |
tree | bee472c8de9bb4a0047d7960b85ed32d0e0250f3 /mail | |
parent | c3a2f1d19e33a0fbc6176b38f35a7d07a443b570 (diff) | |
download | pkgsrc-17c4c4649d54c43c9983c998ecb0564f6edcc1db.tar.gz |
- Update from 1.62 to 1.66
> version 1.66: Thu Jan 20 10:16:10 CET 2005
>
> - Extended explanation that Mail::Address is limited.
>
> - Added examples/mail-mailer.pl, contributed by [Bruno Negrão]
>
> - use Mail::Mailer qw(mail) sets default mailer. Doc update by
> [Slavan Rezic]
>
> - Mail::Mailer::smtp now can authenticate SSL [Aaron J. Mackey]
>
> version 1.65: Wed Nov 24 15:43:17 CET 2004
>
> - Remove "minimal" comments from Mail::Address
>
> - [Dan Grillo] suggested some improvements to Mail::Address::name(),
> and some more were added.
>
> - [Slavan Rezic] small typo.
>
> version 1.64: Tue Aug 17 22:24:22 CEST 2004
>
> - CPAN failed to index 1.63 correctly, so hopefully it will
> work now.
>
> version 1.63: Mon Aug 16 17:28:15 CEST 2004
>
> - [Craig Davison] Fixed date format in Mail::Field::Date to
> comply to the RFC
>
> - [Alex Vandiver] patched the email address parser to be able
> to understand a list of addresses separated by ';', as Outlook
> does. The ';' is the group separator, which was not understood
> by MailTools before, but valid according to the RFCs.
>
> - [Torsten Luettgert] found that field labels like '-' where not
> beautified correctly.
>
> - [Slavan Rezic] Updated doc in Mail::Mailer: referred to $command
> which doesn't mean anything, and "testfile" is working differently.
>
> - [chris] Mail::Message::Field::wellformedName() will upper-case
> *-ID as part in the fieldname.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-MailTools/Makefile | 5 | ||||
-rw-r--r-- | mail/p5-MailTools/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/p5-MailTools/Makefile b/mail/p5-MailTools/Makefile index 956a6e2201c..5c527d2ba61 100644 --- a/mail/p5-MailTools/Makefile +++ b/mail/p5-MailTools/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2004/12/20 11:31:04 grant Exp $ +# $NetBSD: Makefile,v 1.30 2005/02/27 23:52:01 adrianp Exp $ -DISTNAME= MailTools-1.62 +DISTNAME= MailTools-1.66 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mto -PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} diff --git a/mail/p5-MailTools/distinfo b/mail/p5-MailTools/distinfo index ca6fb6be6f6..52e6dc4d57e 100644 --- a/mail/p5-MailTools/distinfo +++ b/mail/p5-MailTools/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2005/02/24 09:59:26 agc Exp $ +$NetBSD: distinfo,v 1.13 2005/02/27 23:52:01 adrianp Exp $ -SHA1 (MailTools-1.62.tar.gz) = 9f73381994e390c04c8491cfb2ce07184f443bec -RMD160 (MailTools-1.62.tar.gz) = 9c358fffcc60eb12cfe5da3a80d7e7e479a80105 -Size (MailTools-1.62.tar.gz) = 44394 bytes +SHA1 (MailTools-1.66.tar.gz) = 906dfaeb84ca0657c103ccd2e4aa16e352acdb0b +RMD160 (MailTools-1.66.tar.gz) = eebba4c5f874b30b3fcc935db35f79384c18ea4f +Size (MailTools-1.66.tar.gz) = 46901 bytes |