svn commit: r324048 - head/net/p5-Net-SSH2
Philippe Audeoud
jadawin at FreeBSD.org
Wed Jul 31 13:16:47 UTC 2013
Author: jadawin
Date: Wed Jul 31 13:16:46 2013
New Revision: 324048
URL: http://svnweb.freebsd.org/changeset/ports/324048
Log:
- Update to 0.50
- Convert to new Perl5 framework
- Changelog: http://cpansearch.perl.org/src/RKITOVER/Net-SSH2-0.50/Changes
Modified:
head/net/p5-Net-SSH2/Makefile
head/net/p5-Net-SSH2/distinfo
Modified: head/net/p5-Net-SSH2/Makefile
==============================================================================
--- head/net/p5-Net-SSH2/Makefile Wed Jul 31 13:15:36 2013 (r324047)
+++ head/net/p5-Net-SSH2/Makefile Wed Jul 31 13:16:46 2013 (r324048)
@@ -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 \
Modified: head/net/p5-Net-SSH2/distinfo
==============================================================================
--- head/net/p5-Net-SSH2/distinfo Wed Jul 31 13:15:36 2013 (r324047)
+++ head/net/p5-Net-SSH2/distinfo Wed Jul 31 13:16:46 2013 (r324048)
@@ -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
More information about the svn-ports-head
mailing list