Ticket #47371: Portfile-mysql56.diff

File Portfile-mysql56.diff, 1.3 KB (added by Schamschula (Marius Schamschula), 9 years ago)
  • Portfile

    old new  
    66
    77name                mysql56
    88set name_mysql      ${name}
    9 version             5.6.23
     9version             5.6.24
    1010# Set revision_client, revision_server and revision_innodb_memcached_plugin to 0 on
    1111# version bump.
    1212set revision_client 0
     
    4949
    5050    # Patch cmake/ssl.cmake to be compatible with OpenSSL 1.0.2.
    5151    # http://bugs.mysql.com/bug.php?id=75622
    52     patchfiles-append   patch-cmake-ssl.cmake.diff
     52    #patchfiles-append   patch-cmake-ssl.cmake.diff
    5353
    5454    if { (![variant_isset universal] && ${build_arch} eq "i386") || ([variant_isset universal] && [lsearch ${universal_archs} i386] != -1) } {
    5555        # Disallow clang versions older than the clang version which caused the problem
     
    6363        configure.compiler gcc
    6464    }
    6565
    66     checksums           rmd160  90e1b18264493434d986f39962d249c176b8469a \
    67                         sha256  3bd21af06a9304e372daba41fa5612bb54ac1bc05a4349b3160d0cda972ac098
     66    checksums           rmd160  cc1b8e7347e3b0bc0c94a35c1611d1cb82f80799 \
     67                        sha256  37e27305b67d76883c5902dce59c89d596beee9dca7dbadd4a2e117f8101dfeb
    6868
    6969    depends_lib-append  port:zlib port:tcp_wrappers
    7070    depends_run-append  port:mysql_select