diff options
author | jadawin <jadawin@FreeBSD.org> | 2013-07-31 21:16:46 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2013-07-31 21:16:46 +0800 |
commit | d894a66c548bf3d44960c106866576840f90fe4b (patch) | |
tree | ff0a8d8de6feab6cd133f669b5d822ef28502303 /net | |
parent | 6ad73cb336df906b98e86d8d86e1ffed91df2685 (diff) | |
download | freebsd-ports-gnome-d894a66c548bf3d44960c106866576840f90fe4b.tar.gz freebsd-ports-gnome-d894a66c548bf3d44960c106866576840f90fe4b.tar.zst freebsd-ports-gnome-d894a66c548bf3d44960c106866576840f90fe4b.zip |
- Update to 0.50
- Convert to new Perl5 framework
- Changelog: http://cpansearch.perl.org/src/RKITOVER/Net-SSH2-0.50/Changes
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-SSH2/Makefile | 5 | ||||
-rw-r--r-- | net/p5-Net-SSH2/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net/p5-Net-SSH2/Makefile b/net/p5-Net-SSH2/Makefile index ec2347e8002f..4632fbfc191b 100644 --- a/net/p5-Net-SSH2/Makefile +++ b/net/p5-Net-SSH2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-SSH2 -PORTVERSION= 0.49 +PORTVERSION= 0.50 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,8 @@ LICENSE_COMB= dual LIB_DEPENDS= ssh2.1:${PORTSDIR}/security/libssh2 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL= configure MAN3= Net::SSH2.3 Net::SSH2::Channel.3 \ Net::SSH2::Dir.3 Net::SSH2::File.3 \ diff --git a/net/p5-Net-SSH2/distinfo b/net/p5-Net-SSH2/distinfo index af5f075921b8..5baa7c44cfe0 100644 --- a/net/p5-Net-SSH2/distinfo +++ b/net/p5-Net-SSH2/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-SSH2-0.49.tar.gz) = 10b33c982df2a01a1f292dc85b82d5f618fcca48fd8889afcec1fc30f10900af -SIZE (Net-SSH2-0.49.tar.gz) = 114405 +SHA256 (Net-SSH2-0.50.tar.gz) = 2a11c12dd25a87504aca25ca867298cbe0a0f2c0406c072e6c4f8878a204406d +SIZE (Net-SSH2-0.50.tar.gz) = 114475 |