summaryrefslogtreecommitdiff
path: root/security/p5-Net-SSH/Makefile
diff options
context:
space:
mode:
authordogcow <dogcow@pkgsrc.org>2007-10-22 06:53:16 +0000
committerdogcow <dogcow@pkgsrc.org>2007-10-22 06:53:16 +0000
commit198e66d0cfcbd5971b75c638a2391513153e7b3c (patch)
treec4d68dab2a7b3eb6afbcfba096ce7cd8ed3d44a1 /security/p5-Net-SSH/Makefile
parent06f34796660447132c5056a0baaaf6d54de60220 (diff)
downloadpkgsrc-198e66d0cfcbd5971b75c638a2391513153e7b3c.tar.gz
Update to Net::SSH::Perl 1.3.0:
1.30 2006.03.17 - Fix for local *READ/*WRITE tie problem in open2 function (Bas van Sisseren). - Add back 'use IO::Socket' to fix 'Can't locate object method "blocking" via package "IO::Handle"' error (rt.cpan.org #15102). - Allow "The socket is already in use" as well as "Address already in use" to detect port already in use (for AIX, rt.cpan.org #16301). - Use sysread (not <>) to read the version string to avoid mixing read types and allow pre-version data (fix by Denis Bider, rt.cpan.org #14812). - Fix warnings on empty hostfile lines (fix by JOHANL, rt.cpan.org #13750). - Get the user's home directory from getpwuid() if the HOME environment variable isn't set (rt.cpan.org #13434).
Diffstat (limited to 'security/p5-Net-SSH/Makefile')
-rw-r--r--security/p5-Net-SSH/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-Net-SSH/Makefile b/security/p5-Net-SSH/Makefile
index 49901615f1e..315e5851b1d 100644
--- a/security/p5-Net-SSH/Makefile
+++ b/security/p5-Net-SSH/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2006/03/04 21:30:37 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2007/10/22 06:53:16 dogcow Exp $
#
-DISTNAME= Net-SSH-Perl-1.29
-PKGNAME= p5-Net-SSH-1.29
+DISTNAME= Net-SSH-Perl-1.30
+PKGNAME= p5-Net-SSH-1.30
SVR4_PKGNAME= p5nsh
CATEGORIES= security net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}