pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Add ruby-rails42



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5f03feb7baf
branches:  trunk
changeset: 361465:a5f03feb7baf
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Apr 22 10:46:18 2017 +0000

description:
Add ruby-rails42

diffstat:

 lang/ruby/rails.mk |  8 ++++----
 www/Makefile       |  3 ++-
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs (53 lines):

diff -r ef0b5f5d1935 -r a5f03feb7baf lang/ruby/rails.mk
--- a/lang/ruby/rails.mk        Sat Apr 22 10:44:40 2017 +0000
+++ b/lang/ruby/rails.mk        Sat Apr 22 10:46:18 2017 +0000
@@ -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_DEFAULT
 #      Select default Ruby on Rails version.
 #
-#      Possible values: 32
+#      Possible values: 32 42
 #      Default: 32
 #
 #
@@ -18,7 +18,7 @@
 # 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
 #      Selected Ruby on Rails version.
 #
-#      Possible values: 32
+#      Possible values: 32 42
 #
 
 #
diff -r ef0b5f5d1935 -r a5f03feb7baf www/Makefile
--- a/www/Makefile      Sat Apr 22 10:44:40 2017 +0000
+++ b/www/Makefile      Sat Apr 22 10:46:18 2017 +0000
@@ -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-rails-deprecated_sanitizer
 SUBDIR+=       ruby-rails-html-sanitizer
 SUBDIR+=       ruby-rails32
+SUBDIR+=       ruby-rails42
 SUBDIR+=       ruby-raindrops
 SUBDIR+=       ruby-rest-client
 SUBDIR+=       ruby-rouge



Home | Main Index | Thread Index | Old Index