pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-coffee-rails



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep  3 02:11:53 UTC 2023

Modified Files:
        pkgsrc/www/ruby-coffee-rails: Makefile

Log Message:
www/ruby-coffee-rails: allow Ruby on Rails 6.1

There is no reason to avoid Rails 6.1.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-coffee-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/www/ruby-coffee-rails/Makefile
diff -u pkgsrc/www/ruby-coffee-rails/Makefile:1.3 pkgsrc/www/ruby-coffee-rails/Makefile:1.4
--- pkgsrc/www/ruby-coffee-rails/Makefile:1.3   Sat Mar 21 16:09:02 2020
+++ pkgsrc/www/ruby-coffee-rails/Makefile       Sun Sep  3 02:11:53 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/03/21 16:09:02 taca Exp $
+# $NetBSD: Makefile,v 1.4 2023/09/03 02:11:53 taca Exp $
 
 DISTNAME=      coffee-rails-5.0.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/rails-/rails${RUBY_RAILS}-/}
@@ -14,7 +14,7 @@ DEPENDS+=     ${RUBY_RAILTIES_DEPENDS}
 
 USE_LANGUAGES= # none
 
-RUBY_RAILS_ACCEPTED=   52 60
+RUBY_RAILS_ACCEPTED=   52 60 61
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index