git: 9a9e8f8d35b6 - main - */*: Cleanup pointers to EOL mariadb102
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 04:27:19 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9a9e8f8d35b60f6719591ee07df3da4cf5dafd7b
commit 9a9e8f8d35b60f6719591ee07df3da4cf5dafd7b
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-06-30 04:02:04 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-06-30 04:02:04 +0000
*/*: Cleanup pointers to EOL mariadb102
Although mariadb102 is EOL there were some pointers to this version, so
cleanup the necessaries.
Approved by: portmgr (blanket)
---
Mk/Uses/mysql.mk | 2 +-
databases/ateam_mysql57_ldap_auth/Makefile | 2 +-
databases/mroonga/Makefile | 2 +-
databases/mysql-connector-odbc-80/Makefile | 2 +-
www/typo3-12/Makefile | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Mk/Uses/mysql.mk b/Mk/Uses/mysql.mk
index 680ac025ed80..58dd085288ef 100644
--- a/Mk/Uses/mysql.mk
+++ b/Mk/Uses/mysql.mk
@@ -129,7 +129,7 @@ _MYSQL_SHLIB= libmysqlclient
. if (${MYSQL_VER:C/[0-9]*//} == "m")
_MYSQL_SERVER_FLAVOUR= mariadb
_MYSQL_CLIENT_FLAVOUR= mariadb
-. if ${MYSQL_VER:C/m//} >= 102
+. if ${MYSQL_VER:C/m//} >= 103
_MYSQL_SHLIB= libmariadb
. endif
. elif (${MYSQL_VER:C/[0-9]*//} == "p")
diff --git a/databases/ateam_mysql57_ldap_auth/Makefile b/databases/ateam_mysql57_ldap_auth/Makefile
index 0f72b564f922..cbb898070007 100644
--- a/databases/ateam_mysql57_ldap_auth/Makefile
+++ b/databases/ateam_mysql57_ldap_auth/Makefile
@@ -10,7 +10,7 @@ WWW= https://github.com/ateamsystems/ateam_mysql_ldap_auth
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-IGNORE_WITH_MYSQL= 80 102m 103m
+IGNORE_WITH_MYSQL= 80 103m
LIB_DEPENDS= libconfig.so:devel/libconfig
diff --git a/databases/mroonga/Makefile b/databases/mroonga/Makefile
index d622ffb29aea..692a5b572231 100644
--- a/databases/mroonga/Makefile
+++ b/databases/mroonga/Makefile
@@ -14,7 +14,7 @@ BUILD_DEPENDS= ${NONEXISTENT}:${_MYSQL_SERVER}:configure
LIB_DEPENDS= libgroonga.so:textproc/groonga
USES= compiler:c11 libtool mysql pkgconfig shebangfix
-IGNORE_WITH_MYSQL= 102m 103m 57p 57w
+IGNORE_WITH_MYSQL= 103m 57p 57w
SHEBANG_FILES= data/rpm/post.sh data/rpm/preun.sh
diff --git a/databases/mysql-connector-odbc-80/Makefile b/databases/mysql-connector-odbc-80/Makefile
index 0507ba40542e..41b5da967b80 100644
--- a/databases/mysql-connector-odbc-80/Makefile
+++ b/databases/mysql-connector-odbc-80/Makefile
@@ -17,7 +17,7 @@ LIB_DEPENDS= libodbc.so:databases/unixODBC \
libzstd.so:archivers/zstd
USES= cmake compiler:c++11-lang localbase:ldflags mysql:80 ssl
-IGNORE_WITH_MYSQL= 57 102m 103m 57p 57w
+IGNORE_WITH_MYSQL= 57 103m 57p 57w
USE_LDCONFIG= yes
CMAKE_ARGS= -DWITH_UNIXODBC=1 -DDISABLE_GUI=1
diff --git a/www/typo3-12/Makefile b/www/typo3-12/Makefile
index 494dfaf9324c..afe86aa942b4 100644
--- a/www/typo3-12/Makefile
+++ b/www/typo3-12/Makefile
@@ -13,7 +13,7 @@ WWW= https://typo3.org/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-IGNORE_WITH_MYSQL= 57 102m
+IGNORE_WITH_MYSQL= 57
IGNORE_WITH_PHP= 80 82 83
USES= cpe php:web,flavors shebangfix