meta-pkgs/ruby-shoulda: update dependency

Allow depending to newer devel/ruby-shoulda-matchers.

Bump PKGREVISION.
This commit is contained in:
taca 2021-08-22 14:49:05 +00:00
parent 64843de7a7
commit 260433aaba

View file

@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.10 2020/06/14 13:32:57 taca Exp $
# $NetBSD: Makefile,v 1.11 2021/08/22 14:49:05 taca Exp $
DISTNAME= shoulda-4.0.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel meta-pkgs ruby
MAINTAINER= pkgsrc-users@NetBSD.org
@ -10,9 +11,11 @@ COMMENT= Making tests easy on the fingers and eyes
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-shoulda-context>=2.0<3:../../devel/ruby-shoulda-context
DEPENDS+= ${RUBY_PKGPREFIX}-shoulda-matchers>=4.0<5:../../devel/ruby-shoulda-matchers
DEPENDS+= ${RUBY_PKGPREFIX}-shoulda-matchers>=4.0:../../devel/ruby-shoulda-matchers
USE_LANGUAGES= # none
GEMSPEC_OVERRIDE+= shoulda-matchers>=4.0
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"