aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-SSH-Perl
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2008-10-29 02:02:47 +0800
committererwin <erwin@FreeBSD.org>2008-10-29 02:02:47 +0800
commitfe488f49ef4c9889eb78c169dfb250d427b0db93 (patch)
tree9580aaa54b2d9d76b1b883a59d2e0ecd4eb6424a /net/p5-Net-SSH-Perl
parented46612456b318fa4bbe1d7cb726bc18055c84e4 (diff)
downloadfreebsd-ports-gnome-fe488f49ef4c9889eb78c169dfb250d427b0db93.tar.gz
freebsd-ports-gnome-fe488f49ef4c9889eb78c169dfb250d427b0db93.tar.zst
freebsd-ports-gnome-fe488f49ef4c9889eb78c169dfb250d427b0db93.zip
Update to 1.33
Diffstat (limited to 'net/p5-Net-SSH-Perl')
-rw-r--r--net/p5-Net-SSH-Perl/Makefile5
-rw-r--r--net/p5-Net-SSH-Perl/distinfo6
-rw-r--r--net/p5-Net-SSH-Perl/pkg-plist4
3 files changed, 10 insertions, 5 deletions
diff --git a/net/p5-Net-SSH-Perl/Makefile b/net/p5-Net-SSH-Perl/Makefile
index dd583f1973c4..13b926021254 100644
--- a/net/p5-Net-SSH-Perl/Makefile
+++ b/net/p5-Net-SSH-Perl/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= Net-SSH-Perl
-PORTVERSION= 1.30
-PORTREVISION= 1
+PORTVERSION= 1.33
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -66,6 +65,8 @@ MAN3= Net::SSH::Perl.3 \
Net::SSH::Perl::Packet.3 \
Net::SSH::Perl::SSH1.3 \
Net::SSH::Perl::SSH2.3 \
+ Net::SSH::Perl::Subsystem::Client.3 \
+ Net::SSH::Perl::Subsystem::Server.3 \
Net::SSH::Perl::Util.3
CONFIGURE_ENV+= PERL_MM_USE_DEFAULT="1"
diff --git a/net/p5-Net-SSH-Perl/distinfo b/net/p5-Net-SSH-Perl/distinfo
index 6f68499371ba..a9c7dd73452c 100644
--- a/net/p5-Net-SSH-Perl/distinfo
+++ b/net/p5-Net-SSH-Perl/distinfo
@@ -1,3 +1,3 @@
-MD5 (Net-SSH-Perl-1.30.tar.gz) = 063f3dc93a4fe6108b068b6d6097992d
-SHA256 (Net-SSH-Perl-1.30.tar.gz) = 5e0d141b6366517d7fb7cf58d045eeff73a0e64de8627a844dc87d1aa056ecec
-SIZE (Net-SSH-Perl-1.30.tar.gz) = 94950
+MD5 (Net-SSH-Perl-1.33.tar.gz) = 961496d5a600b04bae1b8e62463f84e8
+SHA256 (Net-SSH-Perl-1.33.tar.gz) = 83aaa5ca6f71be88c1f1d5867a94b14d667963eeca236a407eada5f02e0fa3a8
+SIZE (Net-SSH-Perl-1.33.tar.gz) = 113826
diff --git a/net/p5-Net-SSH-Perl/pkg-plist b/net/p5-Net-SSH-Perl/pkg-plist
index c2da195efee5..d51e7f17453b 100644
--- a/net/p5-Net-SSH-Perl/pkg-plist
+++ b/net/p5-Net-SSH-Perl/pkg-plist
@@ -24,6 +24,7 @@
%%SITE_PERL%%/Net/SSH/Perl/Comp/Zlib.pm
%%SITE_PERL%%/Net/SSH/Perl/Config.pm
%%SITE_PERL%%/Net/SSH/Perl/Constants.pm
+%%SITE_PERL%%/Net/SSH/Perl/Handle.pm
%%SITE_PERL%%/Net/SSH/Perl/Handle/SSH1.pm
%%SITE_PERL%%/Net/SSH/Perl/Handle/SSH2.pm
%%SITE_PERL%%/Net/SSH/Perl/Kex.pm
@@ -36,6 +37,8 @@
%%SITE_PERL%%/Net/SSH/Perl/Packet.pm
%%SITE_PERL%%/Net/SSH/Perl/SSH1.pm
%%SITE_PERL%%/Net/SSH/Perl/SSH2.pm
+%%SITE_PERL%%/Net/SSH/Perl/Subsystem/Client.pm
+%%SITE_PERL%%/Net/SSH/Perl/Subsystem/Server.pm
%%SITE_PERL%%/Net/SSH/Perl/Util.pm
%%SITE_PERL%%/Net/SSH/Perl/Util/Authfile.pm
%%SITE_PERL%%/Net/SSH/Perl/Util/Hosts.pm
@@ -49,6 +52,7 @@
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SSH
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
@dirrm %%SITE_PERL%%/Net/SSH/Perl/Util
+@dirrm %%SITE_PERL%%/Net/SSH/Perl/Subsystem
@dirrm %%SITE_PERL%%/Net/SSH/Perl/Key
@dirrm %%SITE_PERL%%/Net/SSH/Perl/Kex
@dirrm %%SITE_PERL%%/Net/SSH/Perl/Handle