meta-pkgs/ruby-shoulda: update dependency
Allow depending to newer devel/ruby-shoulda-matchers. Bump PKGREVISION.
This commit is contained in:
parent
64843de7a7
commit
260433aaba
1 changed files with 5 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue