diff options
-rw-r--r-- | lang/ruby/rails.mk | 8 | ||||
-rw-r--r-- | www/Makefile | 3 |
2 files changed, 6 insertions, 5 deletions
diff --git a/lang/ruby/rails.mk b/lang/ruby/rails.mk index 5078505d95d..9bacb15bc7f 100644 --- a/lang/ruby/rails.mk +++ b/lang/ruby/rails.mk @@ -1,4 +1,4 @@ -# $NetBSD: rails.mk,v 1.58 2017/04/22 10:32:38 minskim Exp $ +# $NetBSD: rails.mk,v 1.59 2017/04/22 10:46:18 minskim Exp $ .if !defined(_RUBY_RAILS_MK) _RUBY_RAILS_MK= # defined @@ -9,7 +9,7 @@ _RUBY_RAILS_MK= # defined # RUBY_RAILS_DEFAULT # Select default Ruby on Rails version. # -# Possible values: 32 +# Possible values: 32 42 # Default: 32 # # @@ -18,7 +18,7 @@ _RUBY_RAILS_MK= # defined # RUBY_RAILS_SUPPORTED # The Ruby on Rails versions that are acceptable for the package. # -# Possible values: 32 +# Possible values: 32 42 # Default: (empty) # # RUBY_RAILS_STRICT_DEP @@ -32,7 +32,7 @@ _RUBY_RAILS_MK= # defined # RUBY_RAILS # Selected Ruby on Rails version. # -# Possible values: 32 +# Possible values: 32 42 # # diff --git a/www/Makefile b/www/Makefile index 1523cca9dec..8f0a4c377b1 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1225 2017/04/20 22:00:05 minskim Exp $ +# $NetBSD: Makefile,v 1.1226 2017/04/22 10:46:18 minskim Exp $ # COMMENT= Packages related to the World Wide Web @@ -810,6 +810,7 @@ SUBDIR+= ruby-rack15 SUBDIR+= ruby-rails-deprecated_sanitizer SUBDIR+= ruby-rails-html-sanitizer SUBDIR+= ruby-rails32 +SUBDIR+= ruby-rails42 SUBDIR+= ruby-raindrops SUBDIR+= ruby-rest-client SUBDIR+= ruby-rouge |