Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2023 03:36:49 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eb6007b5a130 - main - */*: Cleanup pointers to EOL mariadb101
Message-ID:  <202306300336.35U3anIJ096795@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=eb6007b5a130a75bf4d330c0f389798da7513f00

commit eb6007b5a130a75bf4d330c0f389798da7513f00
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-06-30 03:29:51 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-06-30 03:29:51 +0000

    */*: Cleanup pointers to EOL mariadb101
    
    Although mariadb101 is EOL there were some pointers to this version, so
    cleanup the necessaries.
    
    Approved by:    portmgr (blanket)
---
 databases/ateam_mysql57_ldap_auth/Makefile | 2 +-
 databases/mroonga/Makefile                 | 2 +-
 databases/mysql-connector-odbc-80/Makefile | 2 +-
 www/typo3-11/Makefile                      | 2 --
 www/typo3-12/Makefile                      | 2 +-
 5 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/databases/ateam_mysql57_ldap_auth/Makefile b/databases/ateam_mysql57_ldap_auth/Makefile
index 67cda11fe743..0f72b564f922 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 101m 102m 103m
+IGNORE_WITH_MYSQL=	80 102m 103m
 
 LIB_DEPENDS=	libconfig.so:devel/libconfig
 
diff --git a/databases/mroonga/Makefile b/databases/mroonga/Makefile
index b4d75e93b6d6..d622ffb29aea 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=	101m 102m 103m 57p 57w
+IGNORE_WITH_MYSQL=	102m 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 ad1aa90358a4..0507ba40542e 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 101m 102m 103m 57p 57w
+IGNORE_WITH_MYSQL=	57 102m 103m 57p 57w
 USE_LDCONFIG=	yes
 
 CMAKE_ARGS=	-DWITH_UNIXODBC=1 -DDISABLE_GUI=1
diff --git a/www/typo3-11/Makefile b/www/typo3-11/Makefile
index dbe76f6b11fb..6c58bf0da656 100644
--- a/www/typo3-11/Makefile
+++ b/www/typo3-11/Makefile
@@ -13,8 +13,6 @@ WWW=		https://typo3.org/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-IGNORE_WITH_MYSQL=	101m
-
 USES=		cpe php:web,flavors shebangfix
 USE_PHP=	ctype dom fileinfo filter intl session simplexml \
 		tokenizer xml zip
diff --git a/www/typo3-12/Makefile b/www/typo3-12/Makefile
index c96b3f1e4c96..494dfaf9324c 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 101m 102m
+IGNORE_WITH_MYSQL=	57 102m
 IGNORE_WITH_PHP=	80 82 83
 
 USES=		cpe php:web,flavors shebangfix



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306300336.35U3anIJ096795>