diff options
author | chris <chris@pkgsrc.org> | 2003-09-20 16:06:22 +0000 |
---|---|---|
committer | chris <chris@pkgsrc.org> | 2003-09-20 16:06:22 +0000 |
commit | 5c21c5dbd7d4c1108bcb2e1dd3502c29d3a4860a (patch) | |
tree | 335e0213dc4a7a6eafde77014839521cac9907df /mail/p5-MailTools/Makefile | |
parent | 7972b3e15dc54c4fbd49a6394faf97131047b046 (diff) | |
download | pkgsrc-5c21c5dbd7d4c1108bcb2e1dd3502c29d3a4860a.tar.gz |
Update p5-MailTools to 0.59, changes are:
version 1.59: Wed Aug 13 08:13:00 CEST 2003
- Patch by [Shafiek Rasdien] which adds Mail::Internet::smtpsend
option MailFrom.
- [Ziya Suzen] extended Mail::Mailer::test to provide more
test information.
- Added SWE (Sender Waranted E-mail) as abbreviation in field
names which is always in caps, on request by [Ronnie Paskin]
- Added SOAP and LDAP as abbreviation in field names which is
always in caps.
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 afc5916decf..57e44cf8e6f 100644 --- a/mail/p5-MailTools/Makefile +++ b/mail/p5-MailTools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2003/07/21 16:56:51 martti Exp $ +# $NetBSD: Makefile,v 1.24 2003/09/20 16:06:22 chris Exp $ -DISTNAME= MailTools-1.58 +DISTNAME= MailTools-1.59 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mto CATEGORIES= mail perl5 |