git: 9676344ce6d2 - main - databases/mysql-udf: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Feb 2023 12:08:15 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=9676344ce6d2ab502cd70cde77be4c6b671b7181 commit 9676344ce6d2ab502cd70cde77be4c6b671b7181 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-02-01 11:23:27 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-02-01 12:07:20 +0000 databases/mysql-udf: Mark DEPRECATED - Upstream mentions about using MySQL 4.0 and has not been updated since 2007 - Set EXPIRATION_DATE on 2023-12-31 along with MySQL 5.7 - Add LICENSE=BSD2CLAUSE as mentioned in their homepage - Mark to ignore with mysql 8.0 [1] PR: 269203 [1] Reported by: exp-run [1] --- databases/mysql-udf/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/databases/mysql-udf/Makefile b/databases/mysql-udf/Makefile index 660861abaf62..a5d70184f1f3 100644 --- a/databases/mysql-udf/Makefile +++ b/databases/mysql-udf/Makefile @@ -8,11 +8,18 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Set of user-defined functions for the MySQL server WWW= http://mysql-udf.sourceforge.net/ -WRKSRC= ${WRKDIR}/${PORTNAME} +LICENSE= BSD2CLAUSE + +DEPRECATED= Upstream last update was in 2007 +EXPIRATION_DATE= 2023-12-31 USES= mysql +IGNORE_WITH_MYSQL= 80 + CFLAGS+= -fPIC +WRKSRC= ${WRKDIR}/${PORTNAME} + MODULES= colwidth confidence_higher confidence_lower correlation \ faculty geomean intercept kurtosis longest median noverm \ skewness slope stdnorm_density stdnorm_dist weightedavg