pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/meta-pkgs/ruby-shoulda meta-pkgs/ruby-shoulda: update ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cca13c55da18
branches:  trunk
changeset: 457303:cca13c55da18
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Aug 22 14:49:05 2021 +0000

description:
meta-pkgs/ruby-shoulda: update dependency

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

Bump PKGREVISION.

diffstat:

 meta-pkgs/ruby-shoulda/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 85a1fd667dc3 -r cca13c55da18 meta-pkgs/ruby-shoulda/Makefile
--- a/meta-pkgs/ruby-shoulda/Makefile   Sun Aug 22 14:47:46 2021 +0000
+++ b/meta-pkgs/ruby-shoulda/Makefile   Sun Aug 22 14:49:05 2021 +0000
@@ -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@localhost
@@ -10,9 +11,11 @@
 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"



Home | Main Index | Thread Index | Old Index