Ticket #56254: Portfile.diff
File Portfile.diff, 1.1 KB (added by josephsacco, 7 years ago) |
---|
-
(a) Portfile- vs. (b) Portfile
a b 4 4 5 5 name mysql56 6 6 set name_mysql ${name} 7 version 5.6.3 47 version 5.6.39 8 8 # Set revision_client and revision_server to 0 on 9 9 # version bump. 10 10 set revision_client 0 … … 31 31 32 32 distname mysql-${version} 33 33 cmake.out_of_source yes 34 use_parallel_build yes34 use_parallel_build no 35 35 36 36 patch.pre_args -p1 37 37 patchfiles patch-cmake-install_layout.cmake.diff … … 47 47 patchfiles-append patch-scripts-mysql_install_db.pl.in.diff \ 48 48 patch-scripts-mysql_secure_installation.pl.in.diff 49 49 50 checksums rmd160 4095f4276623432d235211a445b5d5f540658b2d\51 sha256 ee90bafec6af3abe2715ccb0b3cc9345ed8d1cce025d41e6ec2b2b7a7d82082350 checksums rmd160 5b1eb6a5cd696112ec925b5d26dcf67dce7adc08 \ 51 sha256 ab1814b03af77bf88dc381eff558ed2e73e19e8e5a4170a78ba3370cd5da434d 52 52 53 53 depends_lib-append port:zlib port:tcp_wrappers 54 54 depends_run-append port:mysql_select