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