most recent changes, diff for mysql5

Index: databases/mysql5-devel/Portfile
--- databases/mysql5-devel/Portfile (revision 37555)
+++ databases/mysql5-devel/Portfile (revision 37556)
@@ -3,7 +3,7 @@
PortSystem 1.0

name mysql5-devel
-set vers 5.1.24
+set vers 5.1.25
version ${vers}-rc
set branch [join [lrange [split ${version} .] 0 1] .]
homepage http://www.mysql.com/
@@ -11,6 +11,7 @@
platforms darwin
maintainers jwa ryandesign openmaintainer
distname mysql-${version}
+dist_subdir mysql5
use_parallel_build yes

description \
@@ -33,9 +34,9 @@

checksums \
${distname}${extract.suffix} \
- md5 5f75d7593af35be125fa3fc21509337a \
- sha1 5ce208da7832549a99ab07a1377ce2329fc74602 \
- rmd160 4ec3c8623e13c9b79635f64cf088ca8a16b50ea8
+ md5 3d9e8bf4f02b983d13be4ba3d33ae6ed \
+ sha1 3df9fca9a02d3bf18196e26b60a5570acf53f369 \
+ rmd160 f8f30599f572cf50eedf0b871006ebc6744a9210

depends_lib \
port:zlib \
@@ -92,26 +93,24 @@
startupitem.stop "${prefix}/share/${mysql}/mysql/mysql.server stop"
}

-set plugin_distname innodb_plugin-1.0.0-5.1
+set plugin_distname innodb_plugin-1.0.1
set plugin_distfile ${plugin_distname}${extract.suffix}
set plugin_worksrcdir ${plugin_distname}
set plugin_worksrcpath ${workpath}/${plugin_worksrcdir}
set innobase_dir storage/innobase

-variant innodb_plugin description {Install the InnoDB plugin Early Adopter release 1.0} {
+variant innodb_plugin description {Install the InnoDB plugin Early Adopter release 1.0.1} {
distfiles-append ${plugin_distfile}:plugin

checksums-append \
${plugin_distfile} \
- md5 1082a4a0e5a10943922f8e371caf6808 \
- sha1 055db3501de4e687370947cdcb431b1659a7cec0 \
- rmd160 33cd6c724b24ab63204ccbec29c2e69b1b3ed028
+ md5 eb9b1c077687444318aa46296548b419 \
+ sha1 60a357419d8759c869160bd94b2535bd1ebfd2e5 \
+ rmd160 9208d5a929f3860031fdf8624739db9c08fb74a0

post-extract {
delete ${worksrcpath}/${innobase_dir}
move ${plugin_worksrcpath} ${worksrcpath}/${innobase_dir}
- # Bug #36222 (http://bugs.mysql.com/bug.php?id=36222)
- reinplace "s;@MKDIR_P@;@mkdir_p@;" ${worksrcpath}/${innobase_dir}/Makefile.in
}
}