diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2015-11-18 10:51:14 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2015-11-18 10:51:14 +0000 |
commit | e30954c60548a0f825d2b93f09f2fadd66092b79 (patch) | |
tree | 261d184f3fd0d5d98cd25fa7275b2bc100655862 /databases/mytop | |
parent | b25dc6aa1f1ce6f3644662e32d09fced1d134f62 (diff) |
databases/mariadb-client,scripts,server: Remove
- MariaDB is based on the vulnerable MySQL 5.1 version
- No new versions since 2013
- Simplify Mk/bsd.databases.mk
Reviewed by: koobs (mentor), feld
Approved by: koobs (mentor)
Differential Revision: https://reviews.freebsd.org/D4099
Notes
Notes:
svn path=/head/; revision=401861
Diffstat (limited to 'databases/mytop')
-rw-r--r-- | databases/mytop/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/mytop/Makefile b/databases/mytop/Makefile index 39fc1b9bae26..a6f2b6ad9529 100644 --- a/databases/mytop/Makefile +++ b/databases/mytop/Makefile @@ -19,7 +19,6 @@ GH_ACCOUNT= jzawodn GH_TAGNAME= 437f2ef NO_ARCH= yes -CONFLICTS= mariadb-scripts-[0-9]* USES+= perl5 USE_PERL5= configure |