pkgsrc/sysutils/ruby-specinfra/Makefile
taca c76ab4665e sysutils/ruby-specinfra: update to 2.82.23
2.82.23 (2021-01-13)

* windows: fix version detection when multiple gem is installed

2.82.22 (2020-10-23)

* update is_port_listening.ps1

2.82.21 (2020-10-11)

* Add: Services check for Homebrew

2.82.20 (2020-10-10)

* ss: fix local_address format for IPv6.
* Windows: fix wrong gem version detection
2021-01-14 14:32:18 +00:00

16 lines
408 B
Makefile

# $NetBSD: Makefile,v 1.10 2021/01/14 14:32:18 taca Exp $
DISTNAME= specinfra-2.82.23
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/mizzy/specinfra
COMMENT= Common layer for serverspec and itamae
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-net-scp>=0:../../security/ruby-net-scp
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"