Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2013 16:25:05 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331713 - head/security/rubygem-net-sftp
Message-ID:  <201310261625.r9QGP5bU037837@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct 26 16:25:05 2013
New Revision: 331713
URL: http://svnweb.freebsd.org/changeset/ports/331713

Log:
  - Update to 2.1.2
  - Add LICENSE
  - Support STAGEDIR
  
  Changes:	https://github.com/net-ssh/net-sftp/blob/master/CHANGES.txt

Modified:
  head/security/rubygem-net-sftp/Makefile   (contents, props changed)
  head/security/rubygem-net-sftp/distinfo   (contents, props changed)

Modified: head/security/rubygem-net-sftp/Makefile
==============================================================================
--- head/security/rubygem-net-sftp/Makefile	Sat Oct 26 16:24:59 2013	(r331712)
+++ head/security/rubygem-net-sftp/Makefile	Sat Oct 26 16:25:05 2013	(r331713)
@@ -2,19 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	net-sftp
-PORTVERSION=	2.0.5
-PORTREVISION=	1
+PORTVERSION=	2.1.2
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Implementation of the SFTP client protocol
 
-RUN_DEPENDS=	rubygem-net-ssh>=2.0.9:${PORTSDIR}/security/rubygem-net-ssh
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-net-ssh>=2.6.5:${PORTSDIR}/security/rubygem-net-ssh
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
-RUBYGEM_AUTOPLIST=  yes
+RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/security/rubygem-net-sftp/distinfo
==============================================================================
--- head/security/rubygem-net-sftp/distinfo	Sat Oct 26 16:24:59 2013	(r331712)
+++ head/security/rubygem-net-sftp/distinfo	Sat Oct 26 16:25:05 2013	(r331713)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/net-sftp-2.0.5.gem) = 1b54a3d560c11ce0ad3bae05ad01789ee13c23a271ddeee3caa85ecdcb381353
-SIZE (rubygem/net-sftp-2.0.5.gem) = 61440
+SHA256 (rubygem/net-sftp-2.1.2.gem) = 3e70b8130b1c86039b0847aeb088a2254df49053023546a5923e5763c923c710
+SIZE (rubygem/net-sftp-2.1.2.gem) = 67584



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