- update to ruby-net-sftp-2.1.2

This commit is contained in:
jasper 2015-05-14 17:56:15 +00:00
parent 752b4e3c0f
commit faae2ddadc
3 changed files with 16 additions and 14 deletions

View File

@ -1,23 +1,23 @@
# $OpenBSD: Makefile,v 1.19 2013/10/26 23:55:37 jeremy Exp $
# $OpenBSD: Makefile,v 1.20 2015/05/14 17:56:15 jasper Exp $
COMMENT = pure-ruby implementation of the SFTP client protocol
DISTNAME = net-sftp-2.0.2
REVISION = 7
DISTNAME = net-sftp-2.1.2
CATEGORIES = net
# bsd/ruby
PERMIT_PACKAGE_CDROM = yes
MODULES = lang/ruby
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = net/ruby-net-ssh,${MODRUBY_FLAVOR}>=2.0.0
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = net/ruby-net-ssh,${MODRUBY_FLAVOR}>=2.6.5
CONFIGURE_STYLE = ruby gem
CONFIGURE_STYLE = ruby gem
TEST_DEPENDS = devel/ruby-mocha,${MODRUBY_FLAVOR}
do-test:
@cd ${WRKBUILD} && ${RUBY} -rubygems -Ilib test/test_all.rb
MODRUBY_TEST = rake
TEST_DEPENDS = devel/ruby-jeweler,${MODRUBY_FLAVOR} \
devel/ruby-mocha,${MODRUBY_FLAVOR}
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (net-sftp-2.0.2.gem) = 1n9KPgwwb2voPx/FXaAiRB0Tey73eddJqbcHyn+YxII=
SIZE (net-sftp-2.0.2.gem) = 60928
SHA256 (net-sftp-2.1.2.gem) = PnC4EwschgObCEeusIiiJU30kFMCNUalkj5XY8kjxxA=
SIZE (net-sftp-2.1.2.gem) = 67584

View File

@ -1,10 +1,12 @@
@comment $OpenBSD: PLIST,v 1.4 2010/11/08 23:24:41 jeremy Exp $
@comment $OpenBSD: PLIST,v 1.5 2015/05/14 17:56:15 jasper Exp $
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.rdoc
${GEM_LIB}/gems/${DISTNAME}/CHANGES.txt
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
${GEM_LIB}/gems/${DISTNAME}/Manifest
${GEM_LIB}/gems/${DISTNAME}/README.rdoc
${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/gem-public_cert.pem
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/net/
${GEM_LIB}/gems/${DISTNAME}/lib/net/sftp/