pkgsrc/net/ruby-train-core/Makefile
taca 202cbe45dc net/ruby-train-core: update to 3.7.2
3.7.2 (2021-05-24)

Merged Pull Requests
* Remove ruby 2.4 support and udpated activesupport to be >= 6.0.0 #680
  (Vasu1105)
* Add support for Ubios #687 (tas50)

3.7.0 (2021-04-28)

Merged Pull Requests

* Update chefstyle requirement from 1.7.4 to 1.7.5 #678 (dependabot[bot])
* Switch to GNU timeout-based implementation of SSH timeouts #679
  (clintoncwolfe)
* Read the username and port from /.ssh/config file and replace if present
  #659 (sanga1794)
2021-05-30 11:27:04 +00:00

20 lines
722 B
Makefile

# $NetBSD: Makefile,v 1.11 2021/05/30 11:27:04 taca Exp $
DISTNAME= train-core-3.7.2
CATEGORIES= net
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/inspec/train
COMMENT= Transport interface to talk to a selected set of backends
LICENSE= apache-2.0
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.5<3:../../net/ruby-addressable
DEPENDS+= ${RUBY_PKGPREFIX}-ffi>=1.13.1:../../devel/ruby-ffi
DEPENDS+= ${RUBY_PKGPREFIX}-mixlib-shellout>=2.0:../../devel/ruby-mixlib-shellout
DEPENDS+= ${RUBY_PKGPREFIX}-net-scp>=1.2<4.0:../../security/ruby-net-scp
#DEPENDS+= ${RUBY_PKGPREFIX}-net-ssh>=2.9<7.0:../../security/ruby-net-ssh
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"