diff options
author | rhaen <rhaen> | 2012-01-26 12:18:43 +0000 |
---|---|---|
committer | rhaen <rhaen> | 2012-01-26 12:18:43 +0000 |
commit | 6d5800d9d8da2789d646b811d0abf7883844dd89 (patch) | |
tree | 21889592668763568299b9c51e063863c523f32f | |
parent | 8b814a9bfcc6653542906715517a2eba32c29680 (diff) | |
download | pkgsrc-6d5800d9d8da2789d646b811d0abf7883844dd89.tar.gz |
Updated to 2.83
ChangeLog:
2.83 2011-10-29T00:19:07Z
- Added the `smtp_port` parameter and accompanying `--smtp-port` option.
Patch from Gustavo Leite de Mendonça Chaves.
- Switched from Net::SMTP and Net::SMTP_auth to Net::SMTP::TLS, which
handles TLS and non TLS and auth and non-auth in any combintation.
Based on patches from Dawood Sangameshwari and Marino Miculan (RT #
40188).
- Added `--smtp-tls` option to enable TLS. Based on patch from Marino
Miculan.
- Deprecated `--smtp-authtype`, which is now a no-op. Net::SMTP::TLS
determins the auth type to use by asking the SMTP server.
-rw-r--r-- | devel/p5-SVN-Notify/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-SVN-Notify/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-SVN-Notify/Makefile b/devel/p5-SVN-Notify/Makefile index 1da21b6fe99..59e2f5daf02 100644 --- a/devel/p5-SVN-Notify/Makefile +++ b/devel/p5-SVN-Notify/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2011/08/16 23:09:33 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2012/01/26 12:18:43 rhaen Exp $ -DISTNAME= SVN-Notify-2.82 +DISTNAME= SVN-Notify-2.83 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 scm MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SVN/} diff --git a/devel/p5-SVN-Notify/distinfo b/devel/p5-SVN-Notify/distinfo index 47e965793c3..09ae9b8c360 100644 --- a/devel/p5-SVN-Notify/distinfo +++ b/devel/p5-SVN-Notify/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2011/08/16 23:09:33 wiz Exp $ +$NetBSD: distinfo,v 1.10 2012/01/26 12:18:43 rhaen Exp $ -SHA1 (SVN-Notify-2.82.tar.gz) = 23fda8be89b0cfd5e3645e7a98c2f637305e8307 -RMD160 (SVN-Notify-2.82.tar.gz) = ff49f2fad7b6c29aa1e74121a7ace5a0f871b63c -Size (SVN-Notify-2.82.tar.gz) = 97968 bytes +SHA1 (SVN-Notify-2.83.tar.gz) = 6bc4333cb209c09d2875fbbb412be167cd749d45 +RMD160 (SVN-Notify-2.83.tar.gz) = 3aae127a2f29e3aef91dd028685f6c60ba678a92 +Size (SVN-Notify-2.83.tar.gz) = 98407 bytes |