Here is an update for Net::SSH2.

What's new upstream [0]: 

- Documentation improvements.
- SFTP stat was not reporting errors correctly 

Port wise it's a simple update. When checking against portgen(1),
it mentions that CONFIGURE_STYLE should be set to modinst, but 
upstream embeds their own Module::Install inside the distribution.

Testing:

- 'make test' passes on amd64 and macppc (XS module)
- The sole consumer is sysutils/p5-Rex, it also passes
  its tests [1].

Comments/feedback are welcome :) 

Charlène. 


[0] https://metacpan.org/source/SALVA/Net-SSH2-0.70/Changes
[1] http://0x0.st/zAJV.tgz


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/p5-Net-SSH2/Makefile,v
retrieving revision 1.21
diff -u -p -u -p -r1.21 Makefile
--- Makefile    19 Jan 2019 21:01:31 -0000      1.21
+++ Makefile    14 May 2019 18:26:32 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =      support for the SSH 2 protocol via libssh2
 
-DISTNAME =     Net-SSH2-0.69
+DISTNAME =     Net-SSH2-0.70
 CATEGORIES =   net
 MODULES =      cpan
 
@@ -11,7 +11,7 @@ PERMIT_PACKAGE_CDROM =        Yes
 
 WANTLIB += c crypto perl ssl z ssh2
 
-LIB_DEPENDS =  security/libssh2
+LIB_DEPENDS =          security/libssh2
 
 # Needed to find libssh2
 CONFIGURE_ARGS +=      lib=${LOCALBASE}/lib inc=${LOCALBASE}/include
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/p5-Net-SSH2/distinfo,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 distinfo
--- distinfo    19 Jan 2019 21:01:31 -0000      1.8
+++ distinfo    14 May 2019 18:26:32 -0000
@@ -1,2 +1,2 @@
-SHA256 (Net-SSH2-0.69.tar.gz) = L8heFDS4pudxQthePOpaCBynHaXQLEISuZcNOjkkuqY=
-SIZE (Net-SSH2-0.69.tar.gz) = 140601
+SHA256 (Net-SSH2-0.70.tar.gz) = RyNq+PSl5M+jA295adlAJHNJtlsDJHigxyugsuOYsAA=
+SIZE (Net-SSH2-0.70.tar.gz) = 141804

Reply via email to