pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   minskim
Date:           Sat Apr 22 10:46:19 UTC 2017

Modified Files:
        pkgsrc/lang/ruby: rails.mk
        pkgsrc/www: Makefile

Log Message:
Add ruby-rails42


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/lang/ruby/rails.mk
cvs rdiff -u -r1.1225 -r1.1226 pkgsrc/www/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/ruby/rails.mk
diff -u pkgsrc/lang/ruby/rails.mk:1.58 pkgsrc/lang/ruby/rails.mk:1.59
--- pkgsrc/lang/ruby/rails.mk:1.58      Sat Apr 22 10:32:38 2017
+++ pkgsrc/lang/ruby/rails.mk   Sat Apr 22 10:46:18 2017
@@ -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
 #
 
 #

Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1225 pkgsrc/www/Makefile:1.1226
--- pkgsrc/www/Makefile:1.1225  Thu Apr 20 22:00:05 2017
+++ pkgsrc/www/Makefile Sat Apr 22 10:46:18 2017
@@ -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



Home | Main Index | Thread Index | Old Index