Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Feb 2013 14:10:55 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312353 - head/net/p5-Net-OpenSSH
Message-ID:  <201302161410.r1GEAt6A010634@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Sat Feb 16 14:10:55 2013
New Revision: 312353
URL: http://svnweb.freebsd.org/changeset/ports/312353

Log:
  - Update to 0.60
  - Add LICENSE
  - Trim Makefile header

Modified:
  head/net/p5-Net-OpenSSH/Makefile   (contents, props changed)
  head/net/p5-Net-OpenSSH/distinfo   (contents, props changed)
  head/net/p5-Net-OpenSSH/pkg-plist   (contents, props changed)

Modified: head/net/p5-Net-OpenSSH/Makefile
==============================================================================
--- head/net/p5-Net-OpenSSH/Makefile	Sat Feb 16 14:09:17 2013	(r312352)
+++ head/net/p5-Net-OpenSSH/Makefile	Sat Feb 16 14:10:55 2013	(r312353)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	p5-Net-OpenSSH
-# Date created:		2009-01-13
-# Whom:			Andrej Zverev <az@FreeBSD.org>
-#
+# Created by: Andrej Zverev <az@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Net-OpenSSH
-PORTVERSION=	0.57
+PORTVERSION=	0.60
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:SALVA
@@ -15,12 +11,17 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	az@FreeBSD.org
 COMMENT=	Perl SSH client package implemented on top of OpenSSH
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-IO-Tty>=0:${PORTSDIR}/devel/p5-IO-Tty
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
 MAN3=	Net::OpenSSH::Constants.3 \
+	Net::OpenSSH::ConnectionCache.3 \
+	Net::OpenSSH::OSTracer.3 \
 	Net::OpenSSH.3
 
 .include <bsd.port.mk>

Modified: head/net/p5-Net-OpenSSH/distinfo
==============================================================================
--- head/net/p5-Net-OpenSSH/distinfo	Sat Feb 16 14:09:17 2013	(r312352)
+++ head/net/p5-Net-OpenSSH/distinfo	Sat Feb 16 14:10:55 2013	(r312353)
@@ -1,2 +1,2 @@
-SHA256 (Net-OpenSSH-0.57.tar.gz) = 8c667f430572ebc9c54490165c3ca3530703a054116702fda8693f115681211b
-SIZE (Net-OpenSSH-0.57.tar.gz) = 50654
+SHA256 (Net-OpenSSH-0.60.tar.gz) = c3034cfa8577d314364c9ff2d3ed8a5f5ec7b47d4c134818ab72cc6dce2a29af
+SIZE (Net-OpenSSH-0.60.tar.gz) = 55413

Modified: head/net/p5-Net-OpenSSH/pkg-plist
==============================================================================
--- head/net/p5-Net-OpenSSH/pkg-plist	Sat Feb 16 14:09:17 2013	(r312352)
+++ head/net/p5-Net-OpenSSH/pkg-plist	Sat Feb 16 14:10:55 2013	(r312353)
@@ -1,4 +1,6 @@
 %%SITE_PERL%%/Net/OpenSSH/Constants.pm
+%%SITE_PERL%%/Net/OpenSSH/ConnectionCache.pm
+%%SITE_PERL%%/Net/OpenSSH/OSTracer.pm
 %%SITE_PERL%%/Net/OpenSSH.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenSSH/.packlist
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenSSH



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