diff options
author | wiz <wiz@pkgsrc.org> | 2010-02-16 13:57:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-02-16 13:57:20 +0000 |
commit | 4bb286252aed11cfd52be3ae2f5947538601c037 (patch) | |
tree | 79c2c9e7a5af8fde4c6b586b5bff51c793de0b92 /mail/p5-MailTools/Makefile | |
parent | fc032c2e28066323233a1180fec7635a830c8d1f (diff) | |
download | pkgsrc-4bb286252aed11cfd52be3ae2f5947538601c037.tar.gz |
Update to 2.06:
version 2.06: Tue Jan 26 10:01:22 CET 2010
Improvements:
- express more clearly that Authen::SASL needs to be installed
manually if you need the functionality
- support for smtps via Net::SMTP::SSL, by [Maciej Żenczykowski]
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 e00f9e16bd4..b9656e7d99f 100644 --- a/mail/p5-MailTools/Makefile +++ b/mail/p5-MailTools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.48 2010/01/20 14:52:26 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2010/02/16 13:57:20 wiz Exp $ -DISTNAME= MailTools-2.05 +DISTNAME= MailTools-2.06 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mto CATEGORIES= mail perl5 |