pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/ruby-roadie-rails



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Feb 23 14:15:43 UTC 2023

Modified Files:
        pkgsrc/mail/ruby-roadie-rails: Makefile

Log Message:
mail/ruby-roadie-rails: no need to restrict ruby's version

Drop RUBY_VERSIONS_ACCEPTED which contains all current supported versions.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/ruby-roadie-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/mail/ruby-roadie-rails/Makefile
diff -u pkgsrc/mail/ruby-roadie-rails/Makefile:1.7 pkgsrc/mail/ruby-roadie-rails/Makefile:1.8
--- pkgsrc/mail/ruby-roadie-rails/Makefile:1.7  Sat Jan 21 13:57:31 2023
+++ pkgsrc/mail/ruby-roadie-rails/Makefile      Thu Feb 23 14:15:43 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2023/01/21 13:57:31 taca Exp $
+# $NetBSD: Makefile,v 1.8 2023/02/23 14:15:43 taca Exp $
 
 DISTNAME=      roadie-rails-3.0.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/rails/rails${RUBY_RAILS}/}
@@ -14,7 +14,6 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-roadie>=5.0<
 
 USE_LANGUAGES= # none
 
-RUBY_VERSIONS_ACCEPTED=        27 30 31 32
 RUBY_RAILS_ACCEPTED=   61
 
 .include "../../lang/ruby/gem.mk"



Home | Main Index | Thread Index | Old Index