Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
databases/mariadb-10.1: update to version 10.1.21.
  • Loading branch information
pixilla committed Feb 8, 2017
1 parent 65e23f8 commit 0ae5ab7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions databases/mariadb-10.1/Portfile
Expand Up @@ -4,11 +4,11 @@ PortSystem 1.0

name mariadb-10.1
set name_mysql ${name}
version 10.1.17
version 10.1.21
set version_branch [join [lrange [split ${version} .] 0 1] .]
# Please set revision_client and revision_server to 0 if you bump version.
set revision_client 1
set revision_server 1
set revision_client 0
set revision_server 0
categories databases
platforms darwin
license GPL-2
Expand Down Expand Up @@ -45,8 +45,8 @@ if {$subport eq $name} {
patchfiles patch-cmake-install_layout.cmake.diff \
patch-CMakeLists.txt.diff

checksums rmd160 55086373d63f86d056566eb9af52d05153f53ce5 \
sha256 4ca45ac5e34418761868115ebc8c068d511fed08e283b2cac52559d63ba4aab5
checksums rmd160 622f172376926e7b9ba403048aa0578187a5c658 \
sha256 5a816355781ea22a6c65a436d8162f19bd292ec90e2b7d9499c031ae4a659490

depends_lib-append port:zlib port:tcp_wrappers port:ncurses
depends_run-append port:mysql_select
Expand Down

0 comments on commit 0ae5ab7

Please sign in to comment.