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 15:35:26 UTC 2023

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

Log Message:
www/ruby-coffee-rails: drop Rails 5.2 and 6.0


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/www/ruby-coffee-rails/Makefile:1.5
--- pkgsrc/www/ruby-coffee-rails/Makefile:1.4   Sun Sep  3 02:11:53 2023
+++ pkgsrc/www/ruby-coffee-rails/Makefile       Sun Sep  3 15:35:26 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/09/03 02:11:53 taca Exp $
+# $NetBSD: Makefile,v 1.5 2023/09/03 15:35:26 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 61
+RUBY_RAILS_ACCEPTED=   61
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index