svn commit: r331712 - head/security/rubygem-net-scp
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Oct 26 16:25:00 UTC 2013
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 at 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
More information about the svn-ports-all
mailing list