File:  [cvs.NetBSD.org] / pkgsrc / sysutils / capistrano / Attic / Makefile
Revision 1.37: download - view: text, annotated - select for diffs
Sun Aug 28 12:57:33 2022 UTC (2 years, 5 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, HEAD
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

# $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"

CVSweb <webmaster@jp.NetBSD.org>