diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-15 00:31:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-15 00:31:31 +0000 |
commit | 80b2b60bada06529c86fc35573a8b315b6c4dde1 (patch) | |
tree | 55f6f65071c5dc0156a2789437d440c0cc8809a5 /mail/p5-MailTools | |
parent | 8e8d2e67cf77688853872f5194ed97ebc60b6c05 (diff) | |
download | pkgsrc-80b2b60bada06529c86fc35573a8b315b6c4dde1.tar.gz |
Update to 1.71:
version 1.71: Thu Jan 5 11:20:52 CET 2006
- grrrr tests failed
version 1.70: Thu Jan 5 11:17:05 CET 2006
- Mail::Mailer::testfile.pm adds "from" display to trace output.
[wurblzap]
- fixed regex in Mail::Address [J Meyers]
version 1.68: Thu Jan 5 10:29:25 CET 2006
- Updated copyright year.
- Removed 'use locale' from Mail::Address, which tainted the
parsed address. E-mail addresses are ASCII, so this 'locale'
thing seems flawed.
- $adr->name will refuse charset-encoded names. Found by [kappa]
- Improve parse-regexes in Mail::Address. By [J Meyers] and me.
Diffstat (limited to 'mail/p5-MailTools')
-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 7da3a8c61e8..1bca122c765 100644 --- a/mail/p5-MailTools/Makefile +++ b/mail/p5-MailTools/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2005/08/06 06:19:22 jlam Exp $ +# $NetBSD: Makefile,v 1.35 2006/01/15 00:31:31 wiz Exp $ -DISTNAME= MailTools-1.67 +DISTNAME= MailTools-1.71 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 7da1711744f..ab18458171e 100644 --- a/mail/p5-MailTools/distinfo +++ b/mail/p5-MailTools/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2005/04/18 16:16:33 wiz Exp $ +$NetBSD: distinfo,v 1.15 2006/01/15 00:31:31 wiz Exp $ -SHA1 (MailTools-1.67.tar.gz) = 707fb7bc7fff73191b5d2082a2e3b5f2003c9ad0 -RMD160 (MailTools-1.67.tar.gz) = 233ee3d24254c8516457ee669749b30b4f8a884b -Size (MailTools-1.67.tar.gz) = 46995 bytes +SHA1 (MailTools-1.71.tar.gz) = a5282c728fae03f020e3788c2486d5ee80869102 +RMD160 (MailTools-1.71.tar.gz) = 44bab0aef1bc864b809977cec7aff25d64a0c77d +Size (MailTools-1.71.tar.gz) = 47476 bytes |