diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-22 20:50:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-22 20:50:25 +0000 |
commit | aaa34cdda6cf837ac082ded7067aa32d92ab94e8 (patch) | |
tree | 11af2a3adec81f0e13802038e2a14814ef043578 /mail/p5-MailTools/Makefile | |
parent | fff8db9e2a584a0d04e244f86198a526fad01a7e (diff) | |
download | pkgsrc-aaa34cdda6cf837ac082ded7067aa32d92ab94e8.tar.gz |
Update to 1.73:
version 1.73: Sat Jan 21 09:54:13 CET 2006
- Added 'use Mail::Util' to Mail::Mailer::testfile to produce
mailaddress();
- Improved exec() call from version 1.67 a little more. Let's hope
that SMTP works again.
version 1.72: Tue Jan 17 09:04:37 CET 2006
- release 1.70 broke SMTP sending. Detected by [J Meyers]
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 1bca122c765..abad34fc9ea 100644 --- a/mail/p5-MailTools/Makefile +++ b/mail/p5-MailTools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2006/01/15 00:31:31 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2006/01/22 20:50:25 wiz Exp $ -DISTNAME= MailTools-1.71 +DISTNAME= MailTools-1.73 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mto CATEGORIES= mail perl5 |