pkgsrc/sysutils/capistrano/Makefile
taca 2879d3eaf5 sysutils/capistrano: update to 3.17.1
3.17.0 (2022-03-12)

New Features

* Add common Rails paths to suggested linked_dirs and linked_files (#2105)
  @gdurelle
* Add new default webpacker path to linked_dirs (#2084) @razum2um

Bug Fixes

* Add linked_dirs and linked_files to VariblesDoctor WHITELIST (#2103)
  @y-yagi

Housekeeping

* Switch from Travis to Circle CI (#2100) @mattbrictson
* Ensure rubocop can run under Ruby 3.1 (#2099) @mattbrictson
* Fix warnings and errors in cucumber feature tests (#2095) @mattbrictson


3.17.1 (2022-08-07)

Documentation

* Remove reference to the deprecated :scm variable (#2111) @elondaits

Housekeeping

* Switch cucumber tests to use https instead of git:// (#2112) @mattbrictson
* Install newer SSH client to fix CI for old Rubies (#2106) @mattbrictson
2022-08-28 12:57:33 +00:00

20 lines
614 B
Makefile

# $NetBSD: Makefile,v 1.37 2022/08/28 12:57:33 taca Exp $
DISTNAME= capistrano-3.17.1
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/capistrano/capistrano
COMMENT= Tool for parallel execution of commands across multiple machines
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-sshkit>=1.9.0:../../security/ruby-sshkit
DEPENDS+= ${RUBY_PKGPREFIX}-i18n>=0:../../devel/ruby-i18n
DEPENDS+= ${RUBY_PKGPREFIX}-airbrussh>=1.0.0:../../security/ruby-airbrussh
USE_LANGUAGES= # none
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"