From 3a20b273d7543902fbc18a1a77d01fa6e5fc4112 Mon Sep 17 00:00:00 2001 From: ale Date: Mon, 4 Jan 2010 09:02:45 +0000 Subject: Set DEPRECATED and EXPIRATION_DATE. --- databases/mysql60-server/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'databases') diff --git a/databases/mysql60-server/Makefile b/databases/mysql60-server/Makefile index 4f98f7ce5712..bb351cf4abc7 100644 --- a/databases/mysql60-server/Makefile +++ b/databases/mysql60-server/Makefile @@ -17,6 +17,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-alpha MAINTAINER= ale@FreeBSD.org COMMENT?= Multithreaded SQL database (server) +DEPRECATED= The MySQL 6.0 development branch is deprecated and will be removed soon. \ + Please consider using MySQL 5.5 instead. +EXPIRATION_DATE=2010-01-10 + SLAVEDIRS= databases/mysql60-client databases/mysql60-scripts USE_AUTOTOOLS= libtool:22 USE_GMAKE= yes -- cgit