Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2023 17:00:00 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0cc85088f3ab - main - www/kannel*: Mark as deprecated and set an expiry date
Message-ID:  <202310291700.39TH00kD028580@gitrepo.freebsd.org>

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

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

commit 0cc85088f3abd3b1a141059f3b82daa3dadbe393
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2023-10-29 16:56:33 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2023-10-29 16:56:33 +0000

    www/kannel*: Mark as deprecated and set an expiry date
    
    per EOL MySQL 5.7
---
 www/kannel-sqlbox/Makefile | 3 +++
 www/kannel/Makefile        | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/www/kannel-sqlbox/Makefile b/www/kannel-sqlbox/Makefile
index 1acc18fdc2e9..55e49db33c40 100644
--- a/www/kannel-sqlbox/Makefile
+++ b/www/kannel-sqlbox/Makefile
@@ -13,6 +13,9 @@ LICENSE_NAME=	The Kannel Software License, Version 1.0
 LICENSE_FILE=	${WRKSRC}/KannelLICENSE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+DEPRECATED=	Depends on EOL MySQL 5.7 (www/kannel)
+EXPIRATION_DATE=	2023-11-30
+
 BUILD_DEPENDS=	${LOCALBASE}/include/kannel/gw-config.h:www/kannel
 RUN_DEPENDS=	${LOCALBASE}/sbin/bearerbox:www/kannel
 LIB_DEPENDS=	libpcreposix.so:devel/pcre
diff --git a/www/kannel/Makefile b/www/kannel/Makefile
index 9a5137ef14e7..a368a831fb72 100644
--- a/www/kannel/Makefile
+++ b/www/kannel/Makefile
@@ -15,6 +15,9 @@ LICENSE_NAME=	The Kannel Software License, Version 1.0
 LICENSE_FILE=	${WRKSRC}/LICENSE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+DEPRECATED=	Depends on EOL MySQL 5.7
+EXPIRATION_DATE=	2023-11-30
+
 LIB_DEPENDS=	libpcre.so:devel/pcre
 
 PORTSCOUT=	skipv:1.5.0



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