diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-01-04 09:02:45 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-01-04 09:02:45 +0000 |
commit | 69cd31fcf0b0772208cbecf1afa3954a85ae064d (patch) | |
tree | 34529f454bc48f04acb6f33c773d9849dc4c2732 /databases/mysql60-server | |
parent | Mueval is a Haskell interpreter. It uses the GHC API to evaluate (diff) |
Set DEPRECATED and EXPIRATION_DATE.
Notes
Notes:
svn path=/head/; revision=247117
Diffstat (limited to 'databases/mysql60-server')
-rw-r--r-- | databases/mysql60-server/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |