pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Dec 27 03:17:53 UTC 2019

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

Log Message:
www/ruby-sass-rails: drop ruby24

Accept ruby25 and ruby26 but not ruby24 any more.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-sass-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-sass-rails/Makefile
diff -u pkgsrc/www/ruby-sass-rails/Makefile:1.2 pkgsrc/www/ruby-sass-rails/Makefile:1.3
--- pkgsrc/www/ruby-sass-rails/Makefile:1.2     Thu Dec 26 05:45:33 2019
+++ pkgsrc/www/ruby-sass-rails/Makefile Fri Dec 27 03:17:53 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/12/26 05:45:33 taca Exp $
+# $NetBSD: Makefile,v 1.3 2019/12/27 03:17:53 taca Exp $
 
 DISTNAME=      sass-rails-5.0.7
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/rails-/rails${RUBY_RAILS}-/}
@@ -18,6 +18,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-tilt1>=1.3<3
 USE_LANGUAGES= # none
 
 RUBY_RAILS_ACCEPTED=   42 51
+RUBY_VERSIONS_ACCEPTED=        25 26
 
 OVERRIDE_GEMSPEC=      sprockets-rails>=3
 



Home | Main Index | Thread Index | Old Index