aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql80-server/Makefile
diff options
context:
space:
mode:
authorJochen Neumeister <joneum@FreeBSD.org>2021-11-25 07:14:34 +0000
committerJochen Neumeister <joneum@FreeBSD.org>2021-11-25 07:17:30 +0000
commitea739e8990792020fa9fcdc83adcd5854095ea7d (patch)
treea04525553997f151d3c05b6783ee0b4573d046e5 /databases/mysql80-server/Makefile
parente04c4f2bb74d3518b415140314420d2de2268e26 (diff)
downloadports-ea739e8990792020fa9fcdc83adcd5854095ea7d.tar.gz
ports-ea739e8990792020fa9fcdc83adcd5854095ea7d.zip
databases/mysql80-*: Update to 8.0.27
Release Notes: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-27.html Sponsored by: Netzkommune GmbH
Diffstat (limited to 'databases/mysql80-server/Makefile')
-rw-r--r--databases/mysql80-server/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/mysql80-server/Makefile b/databases/mysql80-server/Makefile
index c525a921bee0..53a99ba306a9 100644
--- a/databases/mysql80-server/Makefile
+++ b/databases/mysql80-server/Makefile
@@ -1,8 +1,8 @@
# Created by: Mahdi Mokhtari <mokhi64@gmail.com>
PORTNAME?= mysql
-PORTVERSION= 8.0.26
-PORTREVISION?= 1
+PORTVERSION= 8.0.27
+PORTREVISION?= 0
CATEGORIES= databases
MASTER_SITES= MYSQL/MySQL-8.0
PKGNAMESUFFIX?= 80-server
@@ -21,7 +21,7 @@ USES= bison:build cmake:noninja compiler:c++17-lang cpe \
CPE_VENDOR= oracle
-USE_CXXSTD= c++14
+USE_CXXSTD= c++17
USE_PERL5= run
MY_DBDIR= /var/db/mysql
@@ -84,7 +84,7 @@ CMAKE_ARGS+= -DINSTALL_LAYOUT=FREEBSD \
-DWITH_ZLIB=system \
-DWITH_ZSTD=system \
-DWITH_PROTOBUF=system \
- -DWITH_SSL=${OPENSSLBASE} \
+ -DWITH_SSL=system \
-DBUILD_BUNDLED_ZLIB=0 \
-DBUILD_BUNDLED_LZ4=0