Commit 7b9d7322 authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

databases/ateam_mysql57_ldap_auth: Remove expired port

Depends on upstream EOL MySQL 5.7
parent d79abd4b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8186,3 +8186,5 @@ www/py-yt-dlp-devel|www/py-yt-dlp|2023-12-22|Remove the -devel suffix
math/octave-forge-statistics-bootstrap|math/octave-forge-statistics-resampling|2023-12-24|Name change upstream
comms/openzwave-devel||2023-12-28|Has expired: Upstream no longer maintained, indicates to move to openzwave JS instead
net/net/dpdk-22.11|net/dpdk|2023-12-30|Instead of expiring dpdk move dpdk-22.11 to dpdk
databases/ateam_mysql57_ldap_auth||2023-12-31|Depends on upstream EOL MySQL 5.7
databases/mysql-udf||2023-12-31|Has expired: Upstream last update was in 2007
+0 −2
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
    SUBDIR += apache-commons-dbutils
    SUBDIR += arrow
    SUBDIR += arrow-glib
    SUBDIR += ateam_mysql57_ldap_auth
    SUBDIR += autobackupmysql
    SUBDIR += automysqlbackup
    SUBDIR += bbdb
@@ -193,7 +192,6 @@
    SUBDIR += mysql-connector-j
    SUBDIR += mysql-connector-java51
    SUBDIR += mysql-connector-odbc-80
    SUBDIR += mysql-udf
    SUBDIR += mysql2pgsql
    SUBDIR += mysql57-client
    SUBDIR += mysql57-server
+0 −45
Original line number Diff line number Diff line
PORTNAME=	ateam_mysql57_ldap_auth
PORTVERSION=	1.0
PORTREVISION=	2
CATEGORIES=	databases

MAINTAINER=	ganbold@FreeBSD.org
COMMENT=	A-Team MySQL LDAP authentication plugin
WWW=		https://github.com/ateamsystems/ateam_mysql_ldap_auth

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

IGNORE_WITH_MYSQL=	80

LIB_DEPENDS=	libconfig.so:devel/libconfig

USES=		compiler:c++11-lang gmake ldap mysql:57,client,server

USE_GITHUB=	yes
GH_ACCOUNT=	ateamsystems
GH_TAGNAME=	f6d79fb

PLIST_FILES=	lib/mysql/plugin/auth_ldap.so \
		"@sample etc/ateam_mysql_ldap_auth.conf.sample"
PORTDOCS=	README INSTALL

OPTIONS_DEFINE=	DOCS

SUB_FILES=	pkg-message

MAKE_ARGS=	CC="${CC}"

do-install:
	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/mysql/plugin
	${INSTALL_PROGRAM} ${WRKSRC}/src/auth_ldap.so \
		${STAGEDIR}${PREFIX}/lib/mysql/plugin
	${INSTALL_DATA} ${WRKSRC}/ateam_mysql_ldap_auth.conf \
		${STAGEDIR}${PREFIX}/etc/ateam_mysql_ldap_auth.conf.sample

do-install-DOCS-on:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/INSTALL ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1593015605
SHA256 (ateamsystems-ateam_mysql57_ldap_auth-1.0-f6d79fb_GH0.tar.gz) = 0f175183472d89bc8dde450b2fc3d5f6562900a912898898ef9dcd32498bb875
SIZE (ateamsystems-ateam_mysql57_ldap_auth-1.0-f6d79fb_GH0.tar.gz) = 18081
+0 −4
Original line number Diff line number Diff line
---------------------------------------------------------------------
Please see %%DOCSDIR%%/INSTALL
for install notes.
---------------------------------------------------------------------
Loading