Ticket #39906: Portfile.3.patch
File Portfile.3.patch, 1.3 KB (added by mp@…, 11 years ago) |
---|
-
Portfile
old new 6 6 name mysql5 7 7 version 5.1.70 8 8 # Please set revision_client and revision_server to 0 if you bump version. 9 set revision_client 0 9 # Also change back the dist_subdir (stealth upgrade fixed) 10 set revision_client 1 10 11 set revision_server 0 11 12 set branch [join [lrange [split ${version} .] 0 1] .] 12 13 homepage http://www.mysql.com/ … … 15 16 maintainers ryandesign pixilla 16 17 license GPL-2 17 18 distname mysql-${version} 18 dist_subdir mysql51 19 dist_subdir mysql51/${version}_1 19 20 use_parallel_build yes 20 21 21 22 description \ … … 33 34 http://mirror.facebook.net/mysql/Downloads/MySQL-${branch}/ \ 34 35 http://ftp.plusline.de/mysql/Downloads/MySQL-${branch}/ 35 36 36 checksums rmd160 9a7978aa9370c56ed5c3a0a9f3ca135255f19cd8\37 sha256 9e03a343cf1b72b07f9c9bf7be24ffc808aa5c1a9daa590aaf2bc6a7a31f60ed37 checksums rmd160 3992485cf86171c9838585e1e073ff999966a11d \ 38 sha256 05ffdce6b94d8ea6bb69a1585685c40e8f3e5ce903231fc62d475a56ebec040c 38 39 39 40 set major_version [strsed ${version} {s/\..*$//}] 40 41 set mysql mysql${major_version}