Changeset 37556 for trunk/dports/databases/mysql5-devel
- Timestamp:
- Jun 13, 2008, 9:37:31 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/databases/mysql5-devel/Portfile
r36616 r37556 4 4 5 5 name mysql5-devel 6 set vers 5.1.2 46 set vers 5.1.25 7 7 version ${vers}-rc 8 8 set branch [join [lrange [split ${version} .] 0 1] .] … … 12 12 maintainers jwa ryandesign openmaintainer 13 13 distname mysql-${version} 14 dist_subdir mysql5 14 15 use_parallel_build yes 15 16 … … 34 35 checksums \ 35 36 ${distname}${extract.suffix} \ 36 md5 5f75d7593af35be125fa3fc21509337a\37 sha1 5ce208da7832549a99ab07a1377ce2329fc74602\38 rmd160 4ec3c8623e13c9b79635f64cf088ca8a16b50ea837 md5 3d9e8bf4f02b983d13be4ba3d33ae6ed \ 38 sha1 3df9fca9a02d3bf18196e26b60a5570acf53f369 \ 39 rmd160 f8f30599f572cf50eedf0b871006ebc6744a9210 39 40 40 41 depends_lib \ … … 93 94 } 94 95 95 set plugin_distname innodb_plugin-1.0. 0-5.196 set plugin_distname innodb_plugin-1.0.1 96 97 set plugin_distfile ${plugin_distname}${extract.suffix} 97 98 set plugin_worksrcdir ${plugin_distname} … … 99 100 set innobase_dir storage/innobase 100 101 101 variant innodb_plugin description {Install the InnoDB plugin Early Adopter release 1.0 } {102 variant innodb_plugin description {Install the InnoDB plugin Early Adopter release 1.0.1} { 102 103 distfiles-append ${plugin_distfile}:plugin 103 104 104 105 checksums-append \ 105 106 ${plugin_distfile} \ 106 md5 1082a4a0e5a10943922f8e371caf6808\107 sha1 055db3501de4e687370947cdcb431b1659a7cec0\108 rmd160 33cd6c724b24ab63204ccbec29c2e69b1b3ed028107 md5 eb9b1c077687444318aa46296548b419 \ 108 sha1 60a357419d8759c869160bd94b2535bd1ebfd2e5 \ 109 rmd160 9208d5a929f3860031fdf8624739db9c08fb74a0 109 110 110 111 post-extract { 111 112 delete ${worksrcpath}/${innobase_dir} 112 113 move ${plugin_worksrcpath} ${worksrcpath}/${innobase_dir} 113 # Bug #36222 (http://bugs.mysql.com/bug.php?id=36222)114 reinplace "s;@MKDIR_P@;@mkdir_p@;" ${worksrcpath}/${innobase_dir}/Makefile.in115 114 } 116 115 }
Note: See TracChangeset
for help on using the changeset viewer.