summaryrefslogtreecommitdiff
path: root/databases/mysql55-server
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-05-04 07:41:32 -0500
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-05-04 07:44:51 -0500
commit51d9ef64dc9b96e2cc659490d0dcfa2a2d156569 (patch)
tree97d752b64d687089f8bb638e9fa36381cbdb9a4d /databases/mysql55-server
parentMk/Uses/go.mk: Do not insist on always pulling go.mod and distfile from GOPROXY (diff)
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)
Diffstat (limited to 'databases/mysql55-server')
-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}