Commits

Chris Jones authored 88b91253eb8
mysql57: update to 5.7.27
No tags

databases/mysql57/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4 PortGroup conflicts_build 1.0
5 5
6 6 name mysql57
7 7 set name_mysql ${name}
8 -version 5.7.26
8 +version 5.7.27
9 9 set boost_version 1.59.0
10 10 # Set revision_client and revision_server to 0 on version bump.
11 11 set revision_client 0
12 12 set revision_server 0
13 13 set version_branch [join [lrange [split ${version} .] 0 1] .]
14 14 categories databases
15 15 platforms darwin
16 16 license GPL-2
17 17 maintainers nomaintainer
18 18 homepage https://www.mysql.com/
37 37 cmake.out_of_source yes
38 38 set boost_distver [join [split ${boost_version} .] _]
39 39 set boost_distname boost_${boost_distver}
40 40
41 41 conflicts_build boost protobuf3-cpp protobuf-cpp
42 42
43 43 distfiles ${distname}${extract.suffix}:mysql \
44 44 ${boost_distname}${extract.suffix}:boost
45 45
46 46 checksums ${distname}${extract.suffix} \
47 - rmd160 3ab0a5b4d6883af767869fa9d55a5c8fd9013121 \
48 - sha256 5f01d579a20199e06fcbc28f0801c3cb545a54a2863ed8634f17fe526480b9f1 \
49 - size 54056899 \
47 + rmd160 5b3cb0ae9a0ebc2530b92be24550a360fbaa0572 \
48 + sha256 f8b65872a358d6f5957de86715c0a3ef733b60451dad8d64a8fd1a92bf091bba \
49 + size 54398696 \
50 50 ${boost_distname}${extract.suffix} \
51 51 rmd160 a7974be69a426e8a56b880a412d6c418e4cd751c \
52 52 sha256 47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac \
53 53 size 83709983
54 54
55 55 depends_lib-append port:ncurses \
56 56 port:libedit \
57 57 port:zlib
58 58 depends_run-append port:mysql_select
59 59

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut