diff options
author | shell <shell> | 2003-01-31 11:01:30 +0000 |
---|---|---|
committer | shell <shell> | 2003-01-31 11:01:30 +0000 |
commit | dfe5c2f4abd1c81c79116153abbeffe8ad7bdcaf (patch) | |
tree | 213a297577aab78b4a9c8c3490a823508f3152f9 /mail | |
parent | 937ae21ca98499afea703f34f542572df93fee15 (diff) | |
download | pkgsrc-dfe5c2f4abd1c81c79116153abbeffe8ad7bdcaf.tar.gz |
Updated p5-MailTools to 1.58
Changes :
- add utf8 support [Philip Molter]
- copyright notices fixed, date updated
- And again, the patches of Autrijus had to be adapted to run on
a perl 5.6.1 installation. Thanks to [Philip Molter]
- Mail::Util::maildomain() if no information about domains
is found in sendmail.cf, no error should be reported.
[Vaughn Skinner]
- Removed the possibility to use 'mailx', which was the
default: removal from the detectionn routines and Mail/Mailer/mail.pm.
Strongly suggested by [Sebastian Krahmer]
- Mail::Util::domainname() Patch to remove use of S variable from
sendmail.cf, because its inclusion is contra-productive.
[Timur Bakeyev]
- Mail::Util::domainname() Clean domain from sendmail.cf from
trailing trash (if present) [Timur Bakeyev]
- Mail::Util::domainname() Added environment variable MAILDOMAIN
to overrule smart domain discovery. [Timur Bakeyev]
- Fixed some typos
- perl5.8.0 utf8 and unicode bugs fixed
* See ChangeLog for more details
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 721dc2b948e..56d23e649a8 100644 --- a/mail/p5-MailTools/Makefile +++ b/mail/p5-MailTools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2002/10/07 22:34:26 seb Exp $ +# $NetBSD: Makefile,v 1.20 2003/01/31 11:01:30 shell Exp $ -DISTNAME= MailTools-1.49 +DISTNAME= MailTools-1.58 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mto CATEGORIES= mail perl5 diff --git a/mail/p5-MailTools/distinfo b/mail/p5-MailTools/distinfo index b420346af2e..24ce82c0a85 100644 --- a/mail/p5-MailTools/distinfo +++ b/mail/p5-MailTools/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2002/08/31 01:37:14 mjl Exp $ +$NetBSD: distinfo,v 1.8 2003/01/31 11:01:30 shell Exp $ -SHA1 (MailTools-1.49.tar.gz) = 92054e3339572c1075fa7e25fd2aeb2255686db5 -Size (MailTools-1.49.tar.gz) = 42488 bytes +SHA1 (MailTools-1.58.tar.gz) = 9931b5f719c59d08daff97bf65ab453b8c4efef9 +Size (MailTools-1.58.tar.gz) = 42906 bytes |