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

ryandesign at macports.org ryandesign at macports.org
Sun Jan 4 20:42:51 PST 2009


Revision: 44956
          http://trac.macports.org/changeset/44956
Author:   ryandesign at macports.org
Date:     2009-01-04 20:42:51 -0800 (Sun, 04 Jan 2009)
Log Message:
-----------
mysql5-devel:

 * always build the server, in preparation for the +server variant being replaced by a mysql5-server port; see #12313
 * update InnoDB plugin to 1.0.2

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

Modified: trunk/dports/databases/mysql5-devel/Portfile
===================================================================
--- trunk/dports/databases/mysql5-devel/Portfile	2009-01-05 04:42:14 UTC (rev 44955)
+++ trunk/dports/databases/mysql5-devel/Portfile	2009-01-05 04:42:51 UTC (rev 44956)
@@ -4,6 +4,7 @@
 
 name                    mysql5-devel
 version                 5.1.30
+revision                1
 set branch              [join [lrange [split ${version} .] 0 1] .]
 homepage                http://www.mysql.com/
 categories              databases
@@ -73,7 +74,6 @@
     --without-docs \
     --without-bench \
     --with-plugins=all \
-    --without-server \
     --enable-thread-safe-client
 # the following is in store for future
 #    --program-suffix=5
@@ -100,27 +100,27 @@
 }
 
 variant server description {add a startup item} {
-    configure.args-delete --without-server
     # Create a startupitem to start/stop the server
     startupitem.create  yes
     startupitem.start   "${prefix}/share/${mysql}/mysql/mysql.server start"
     startupitem.stop    "${prefix}/share/${mysql}/mysql/mysql.server stop"
 }
 
-set plugin_distname     innodb_plugin-1.0.1
+set plugin_version      1.0.2
+set plugin_distname     innodb_plugin-${plugin_version}
 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.1} {
+variant innodb_plugin description "Install the InnoDB plugin Early Adopter release ${plugin_version}" {
     distfiles-append        ${plugin_distfile}:plugin
     
     checksums-append \
         ${plugin_distfile} \
-            md5 eb9b1c077687444318aa46296548b419 \
-            sha1 60a357419d8759c869160bd94b2535bd1ebfd2e5 \
-            rmd160 9208d5a929f3860031fdf8624739db9c08fb74a0
+            md5     6528c6cabd71b0714f38bbe648b1019c \
+            sha1    99cf457b489fe844a625aede8174c1cc708ed323 \
+            rmd160  a2076329d906bda9a489e9c411002544cf7a2b5c
     
     post-extract {
         delete ${worksrcpath}/${innobase_dir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090104/3daeab12/attachment.html>


More information about the macports-changes mailing list