aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-05-04 12:41:32 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-05-04 12:44:51 +0000
commit51d9ef64dc9b96e2cc659490d0dcfa2a2d156569 (patch)
tree97d752b64d687089f8bb638e9fa36381cbdb9a4d
parentd592a0f851d5e09f08eb62f0e7342b3cc69d9ad1 (diff)
downloadports-51d9ef64dc9b96e2cc659490d0dcfa2a2d156569.tar.gz
ports-51d9ef64dc9b96e2cc659490d0dcfa2a2d156569.zip
databases/mysql55-server: Mark DEPRECATED
According to the upstream document https://www.oracle.com/us/support/library/lifetime-support-technology-069183.pdf MySQL 5.5 has reached it's Extended Support on December 2018. Under sustaining support there is no New updates, fixes, security alerts, data fixes, and critical patch updates. Hence we are setting it to EXPIRE before 2022Q3. PR: 263762 Approved by: ale (maintainer)
-rw-r--r--databases/mysql55-server/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/mysql55-server/Makefile b/databases/mysql55-server/Makefile
index 684e15435e06..26858eaef772 100644
--- a/databases/mysql55-server/Makefile
+++ b/databases/mysql55-server/Makefile
@@ -12,6 +12,9 @@ COMMENT?= Multithreaded SQL database (server)
LICENSE= GPLv2
+DEPRECATED= Upstream support ended on December 2018
+EXPIRATION_DATE= 2022-06-30
+
SLAVEDIRS= databases/mysql55-client
USES= cmake:insource,noninja compiler:c++11-lang cpe readline shebangfix
CXXFLAGS+= ${CPPFLAGS}