[37556] trunk/dports/databases/mysql5-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Jun 13 02:37:32 PDT 2008


Revision: 37556
          http://trac.macosforge.org/projects/macports/changeset/37556
Author:   ryandesign at macports.org
Date:     2008-06-13 02:37:31 -0700 (Fri, 13 Jun 2008)

Log Message:
-----------
mysql5-devel:

 * update to 5.1.25-rc
 * update InnoDB plugin to 1.0.1 and remove workaround for bug fixed upstream
 * download distfiles to mysql5's directory

Modified Paths:
--------------
    trunk/dports/databases/mysql5-devel/Portfile

Modified: trunk/dports/databases/mysql5-devel/Portfile
===================================================================
--- trunk/dports/databases/mysql5-devel/Portfile	2008-06-13 09:31:31 UTC (rev 37555)
+++ trunk/dports/databases/mysql5-devel/Portfile	2008-06-13 09:37:31 UTC (rev 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
     }
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080613/f8c2bee5/attachment.htm 


More information about the macports-changes mailing list