pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-rspec-rails



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Nov 30 15:43:07 UTC 2023

Modified Files:
        pkgsrc/devel/ruby-rspec-rails: Makefile

Log Message:
devel/ruby-rspec-rails: allow rails 70 and 71


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/ruby-rspec-rails/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-rspec-rails/Makefile
diff -u pkgsrc/devel/ruby-rspec-rails/Makefile:1.47 pkgsrc/devel/ruby-rspec-rails/Makefile:1.48
--- pkgsrc/devel/ruby-rspec-rails/Makefile:1.47 Tue Jun  6 13:47:54 2023
+++ pkgsrc/devel/ruby-rspec-rails/Makefile      Thu Nov 30 15:43:07 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2023/06/06 13:47:54 taca Exp $
+# $NetBSD: Makefile,v 1.48 2023/11/30 15:43:07 taca Exp $
 
-DISTNAME=      rspec-rails-6.0.3
+DISTNAME=      rspec-rails-6.1.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,14 +11,14 @@ LICENSE=    mit
 DEPENDS+=      ${RUBY_ACTIVESUPPORT_DEPENDS}
 DEPENDS+=      ${RUBY_ACTIONPACK_DEPENDS}
 DEPENDS+=      ${RUBY_RAILTIES_DEPENDS}
-DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-support>=3.11<4:../../devel/ruby-rspec-support
-DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-core>=3.11<4:../../devel/ruby-rspec-core
-DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-expectations>=3.11<4:../../devel/ruby-rspec-expectations
-DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-mocks>=3.11<4:../../devel/ruby-rspec-mocks
+DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-support>=3.12<4:../../devel/ruby-rspec-support
+DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-core>=3.12<4:../../devel/ruby-rspec-core
+DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-expectations>=3.12<4:../../devel/ruby-rspec-expectations
+DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-mocks>=3.12<4:../../devel/ruby-rspec-mocks
 
 USE_LANGUAGES= # empty
 
-RUBY_RAILS_ACCEPTED=   61
+RUBY_RAILS_ACCEPTED=   61 70 71
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index