diff options
author | grant <grant@pkgsrc.org> | 2003-12-17 00:27:27 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-12-17 00:27:27 +0000 |
commit | 31e57e4f78382cca2f2bbcc9e7cefffca7156d6d (patch) | |
tree | c740025b5eac7bcbf35bbfce7caae65d2192c7ad /mail | |
parent | 0f9e22ba193b5b6669efd96e76c77a9c82004d3f (diff) | |
download | pkgsrc-31e57e4f78382cca2f2bbcc9e7cefffca7156d6d.tar.gz |
Updated p5-MailTools to 1.60.
Changes since 1.59:
version 1.60: Wed Sep 24 09:20:30 CEST 2003
- [Henrique Martins] found that enclosing parenthesis were not
correctly stripped when processing a Mail::Address.
- [Tony Bowden] asked for a change in Mail::Address::name, where
existing (probably correct) capitization is left intact. The
_extract_name() can be called as method, is needed, such that
it can be extended.
Diffstat (limited to 'mail')
-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 57e44cf8e6f..0adb178f06a 100644 --- a/mail/p5-MailTools/Makefile +++ b/mail/p5-MailTools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2003/09/20 16:06:22 chris Exp $ +# $NetBSD: Makefile,v 1.25 2003/12/17 00:27:27 grant Exp $ -DISTNAME= MailTools-1.59 +DISTNAME= MailTools-1.60 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mto CATEGORIES= mail perl5 diff --git a/mail/p5-MailTools/distinfo b/mail/p5-MailTools/distinfo index 5798ff0f98c..7861d9c7cc7 100644 --- a/mail/p5-MailTools/distinfo +++ b/mail/p5-MailTools/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2003/09/20 16:06:22 chris Exp $ +$NetBSD: distinfo,v 1.10 2003/12/17 00:27:27 grant Exp $ -SHA1 (MailTools-1.59.tar.gz) = 8302aa452b92b6e97e22835053332a8653a85314 -Size (MailTools-1.59.tar.gz) = 43294 bytes +SHA1 (MailTools-1.60.tar.gz) = d8795705f2e48d3fc6b5abdd1994549024c69901 +Size (MailTools-1.60.tar.gz) = 43515 bytes |