Ticket #56254: Portfile.diff

File Portfile.diff, 1.1 KB (added by josephsacco, 6 years ago)

Portfile diff

  • (a) Portfile- vs. (b) Portfile

    a b  
    44
    55name                mysql56
    66set name_mysql      ${name}
    7 version             5.6.34
     7version             5.6.39
    88# Set revision_client and revision_server to 0 on
    99# version bump.
    1010set revision_client 0
     
    3131
    3232    distname            mysql-${version}
    3333    cmake.out_of_source yes
    34     use_parallel_build  yes
     34    use_parallel_build  no
    3535
    3636    patch.pre_args      -p1
    3737    patchfiles          patch-cmake-install_layout.cmake.diff
     
    4747    patchfiles-append   patch-scripts-mysql_install_db.pl.in.diff \
    4848                        patch-scripts-mysql_secure_installation.pl.in.diff
    4949
    50     checksums           rmd160 4095f4276623432d235211a445b5d5f540658b2d \
    51                         sha256 ee90bafec6af3abe2715ccb0b3cc9345ed8d1cce025d41e6ec2b2b7a7d820823
     50    checksums           rmd160  5b1eb6a5cd696112ec925b5d26dcf67dce7adc08 \
     51                        sha256  ab1814b03af77bf88dc381eff558ed2e73e19e8e5a4170a78ba3370cd5da434d
    5252
    5353    depends_lib-append  port:zlib port:tcp_wrappers
    5454    depends_run-append  port:mysql_select