Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Feb 2023 12:08:15 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: 9676344ce6d2 - main - databases/mysql-udf: Mark DEPRECATED
Message-ID:  <202302011208.311C8FTN089521@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=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



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