File:  [cvs.NetBSD.org] / pkgsrc / sysutils / capistrano / Attic / Makefile
Revision 1.40: download - view: text, annotated - select for diffs
Sat Nov 11 14:49:00 2023 UTC (15 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
sysutils/capistrano: update to 3.18.0

3.18.0 (2023-10-18)

Changes

* Remove default webpacker path to linked_dirs (#2139) @taketo1113

Bug Fixes

* Fix "lambda method requires a literal block" error (Ruby 3.3) (#2141)
  @mattbrictson

Housekeeping

* Upgrade to latest ver of release-drafter and update config (#2143)
  @mattbrictson
* Upgrade CI to actions/checkout v4 (#2142) @mattbrictson
* Auto-bump version number in generated release notes (#2140) @mattbrictson
* Migrate from CircleCI to GitHub Actions; add Cucumber features to CI
  (#2132) @mattbrictson

# $NetBSD: Makefile,v 1.40 2023/11/11 14:49:00 taca Exp $

DISTNAME=	capistrano-3.18.0
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>