[Groonga-mysql-commit] mroonga/homebrew-mroonga at e2c13a8 [master] Display warning deprecated option

Back to archive index

Hiroshi Hatake null+****@clear*****
Fri Jun 26 23:35:25 JST 2015


Hiroshi Hatake	2015-06-26 23:35:25 +0900 (Fri, 26 Jun 2015)

  New Revision: e2c13a88a7c58c4fd7da9c7082b66b1533504f36
  https://github.com/mroonga/homebrew-mroonga/commit/e2c13a88a7c58c4fd7da9c7082b66b1533504f36

  Merged 135e0a6: Merge pull request #3 from mroonga/modernize-formula

  Message:
    Display warning deprecated option

  Modified files:
    mroonga.rb

  Modified: mroonga.rb (+3 -0)
===================================================================
--- mroonga.rb    2015-06-26 23:34:59 +0900 (b492110)
+++ mroonga.rb    2015-06-26 23:35:25 +0900 (6cd13e0)
@@ -16,6 +16,9 @@ class Mroonga < Formula
   option "with-debug[=full]", "Build with debug option"
   option "with-default-parser=PARSER", "Specify the default fulltext parser like with-default-parser=TokenMecab (default: TokenBigram)"
 
+  deprecated_option "use-homebrew-mysql" => "with-homebrew-mysql"
+  deprecated_option "use-homebrew-mariadb" => "with-homebrew-mariadb"
+
   if build.with?("mecab")
     depends_on "groonga" => "--with-mecab"
   else
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index