Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Apr 2014 16:28:21 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350725 - head/net/p5-Net-SSH-Perl
Message-ID:  <201404091628.s39GSLbD021865@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Wed Apr  9 16:28:21 2014
New Revision: 350725
URL: http://svnweb.freebsd.org/changeset/ports/350725
QAT: https://qat.redports.org/buildarchive/r350725/

Log:
  - Update to 1.37
  - Sort and add missing dependencies
  - Add LICENSE (Artistic 1 & GPL 1)
  - Add WWW link
  - Fix typo in COMMENT
  
  Changes:	http://search.cpan.org/dist/Net-SSH-Perl/Changes

Modified:
  head/net/p5-Net-SSH-Perl/Makefile
  head/net/p5-Net-SSH-Perl/distinfo
  head/net/p5-Net-SSH-Perl/pkg-descr

Modified: head/net/p5-Net-SSH-Perl/Makefile
==============================================================================
--- head/net/p5-Net-SSH-Perl/Makefile	Wed Apr  9 16:15:39 2014	(r350724)
+++ head/net/p5-Net-SSH-Perl/Makefile	Wed Apr  9 16:28:21 2014	(r350725)
@@ -2,24 +2,29 @@
 # $FreeBSD$
 
 PORTNAME=	Net-SSH-Perl
-PORTVERSION=	1.36
-CATEGORIES=		net perl5
+PORTVERSION=	1.37
+CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl@FreeBSD.org
-COMMENT=	Perl5 module implements both the SSH1 and SSH2 protocols
+COMMENT=	Perl5 module implementing both the SSH1 and SSH2 protocols
 
-BUILD_DEPENDS=	p5-String-CRC32>=0:${PORTSDIR}/devel/p5-String-CRC32 \
-		p5-Math-GMP>=0:${PORTSDIR}/math/p5-Math-GMP \
-		p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
-		p5-Crypt-DSA>=0:${PORTSDIR}/security/p5-Crypt-DSA \
-		p5-Crypt-DH>=0:${PORTSDIR}/security/p5-Crypt-DH \
-		p5-Math-Pari>=0:${PORTSDIR}/math/p5-Math-Pari \
-		p5-Convert-PEM>=0:${PORTSDIR}/converters/p5-Convert-PEM \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Convert-PEM>=0.05:${PORTSDIR}/converters/p5-Convert-PEM \
+		p5-Crypt-DES>0:${PORTSDIR}/security/p5-Crypt-DES \
+		p5-Crypt-DH>=0.01:${PORTSDIR}/security/p5-Crypt-DH \
+		p5-Crypt-DSA>=0.11:${PORTSDIR}/security/p5-Crypt-DSA \
 		p5-Crypt-IDEA>=0:${PORTSDIR}/security/p5-Crypt-IDEA \
+		p5-Crypt-RSA>=0:${PORTSDIR}/security/p5-Crypt-RSA \
 		p5-Digest-BubbleBabble>=0:${PORTSDIR}/security/p5-Digest-BubbleBabble \
-		p5-Crypt-RSA>=0:${PORTSDIR}/security/p5-Crypt-RSA
+		p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
+		p5-Digest-SHA1>=2.10:${PORTSDIR}/security/p5-Digest-SHA1 \
+		p5-Math-GMP>=1.04:${PORTSDIR}/math/p5-Math-GMP \
+		p5-Math-Pari>=2.001804:${PORTSDIR}/math/p5-Math-Pari \
+		p5-String-CRC32>=1.2:${PORTSDIR}/devel/p5-String-CRC32
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 CONFIGURE_ENV+=	PERL_MM_USE_DEFAULT="1"

Modified: head/net/p5-Net-SSH-Perl/distinfo
==============================================================================
--- head/net/p5-Net-SSH-Perl/distinfo	Wed Apr  9 16:15:39 2014	(r350724)
+++ head/net/p5-Net-SSH-Perl/distinfo	Wed Apr  9 16:28:21 2014	(r350725)
@@ -1,2 +1,2 @@
-SHA256 (Net-SSH-Perl-1.36.tar.gz) = 18c84300105ada6617f840b2e9a233a4584a2e86c3706ba536f7d2fa0e4969da
-SIZE (Net-SSH-Perl-1.36.tar.gz) = 117219
+SHA256 (Net-SSH-Perl-1.37.tar.gz) = b833df91bebaaa336be34f387321ff777802eba841692a682edbcebc700a4947
+SIZE (Net-SSH-Perl-1.37.tar.gz) = 117491

Modified: head/net/p5-Net-SSH-Perl/pkg-descr
==============================================================================
--- head/net/p5-Net-SSH-Perl/pkg-descr	Wed Apr  9 16:15:39 2014	(r350724)
+++ head/net/p5-Net-SSH-Perl/pkg-descr	Wed Apr  9 16:28:21 2014	(r350725)
@@ -1,2 +1,4 @@
 This is Net::SSH::Perl. It contains implementations of
 both the SSH1 and SSH2 protocols.
+
+WWW: http://search.cpan.org/dist/Net-SSH-Perl/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404091628.s39GSLbD021865>