1 | Index: ruby/rb-mysql/Portfile |
---|
2 | =================================================================== |
---|
3 | --- ruby/rb-mysql/Portfile (revision 36837) |
---|
4 | +++ ruby/rb-mysql/Portfile (working copy) |
---|
5 | @@ -2,9 +2,9 @@ |
---|
6 | PortSystem 1.0 |
---|
7 | PortGroup ruby 1.0 |
---|
8 | |
---|
9 | -revision 1 |
---|
10 | +revision 0 |
---|
11 | |
---|
12 | -ruby.setup {mysql mysql-ruby} 2.7.3 extconf.rb {README.html README_ja.html} |
---|
13 | +ruby.setup {mysql mysql-ruby} 2.7.5 extconf.rb {README.html README_ja.html} |
---|
14 | |
---|
15 | maintainers roberto@freebsd.org blair |
---|
16 | |
---|
17 | @@ -14,11 +14,10 @@ |
---|
18 | categories-append databases |
---|
19 | homepage http://www.tmtm.org/mysql/ruby/ |
---|
20 | master_sites http://tmtm.org/downloads/mysql/ruby/ |
---|
21 | -checksums md5 033b768396dfff8124803c849a34d216 |
---|
22 | +checksums md5 4e42869196aa84ca17e70ab2287f8830 |
---|
23 | + |
---|
24 | platforms darwin |
---|
25 | |
---|
26 | -patchfiles patch-mysql.c.in |
---|
27 | - |
---|
28 | depends_lib port:mysql5 |
---|
29 | depends_build port:ruby |
---|
30 | configure.args --with-mysql-include=${prefix}/include/mysql5/mysql \ |
---|