Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2013 16:25:00 +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: r331712 - head/security/rubygem-net-scp
Message-ID:  <201310261625.r9QGP0o5037740@svn.freebsd.org>

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

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

Modified:
  head/security/rubygem-net-scp/Makefile
  head/security/rubygem-net-scp/distinfo

Modified: head/security/rubygem-net-scp/Makefile
==============================================================================
--- head/security/rubygem-net-scp/Makefile	Sat Oct 26 16:17:33 2013	(r331711)
+++ head/security/rubygem-net-scp/Makefile	Sat Oct 26 16:24:59 2013	(r331712)
@@ -1,18 +1,19 @@
 # $FreeBSD$
 
 PORTNAME=	net-scp
-PORTVERSION=	1.1.1
+PORTVERSION=	1.1.2
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Non-interactive SCP processing
 
+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-scp/distinfo
==============================================================================
--- head/security/rubygem-net-scp/distinfo	Sat Oct 26 16:17:33 2013	(r331711)
+++ head/security/rubygem-net-scp/distinfo	Sat Oct 26 16:24:59 2013	(r331712)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/net-scp-1.1.1.gem) = bef4117672df3009b6bb4da302d2b49f5185fc4f31b78d3300055eeb271770ea
-SIZE (rubygem/net-scp-1.1.1.gem) = 31744
+SHA256 (rubygem/net-scp-1.1.2.gem) = f3d8848f63f9b7670e57af2e2c308e9bd6fddb7c5440a36e892478a1e62b5977
+SIZE (rubygem/net-scp-1.1.2.gem) = 32256



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