Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Aug 2020 02:54:28 +0000 (UTC)
From:      Ganbold Tsagaankhuu <ganbold@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544734 - head/databases/ateam_mysql57_ldap_auth
Message-ID:  <202008120254.07C2sSJk091117@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ganbold (src,doc committer)
Date: Wed Aug 12 02:54:28 2020
New Revision: 544734
URL: https://svnweb.freebsd.org/changeset/ports/544734

Log:
  Specify mysql version in USES.
  
  PR:	248237
  Approved by:	fernape@
  Sponsored by:	A-Team Systems, LLC

Modified:
  head/databases/ateam_mysql57_ldap_auth/Makefile

Modified: head/databases/ateam_mysql57_ldap_auth/Makefile
==============================================================================
--- head/databases/ateam_mysql57_ldap_auth/Makefile	Wed Aug 12 00:05:33 2020	(r544733)
+++ head/databases/ateam_mysql57_ldap_auth/Makefile	Wed Aug 12 02:54:28 2020	(r544734)
@@ -15,7 +15,7 @@ IGNORE_WITH_MYSQL=	56 80 101m 102m 103m
 
 LIB_DEPENDS=	libconfig.so:devel/libconfig
 
-USES=		compiler:c++11-lang gmake mysql:client,server
+USES=		compiler:c++11-lang gmake mysql:57,client,server
 USE_OPENLDAP=	yes
 
 USE_GITHUB=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008120254.07C2sSJk091117>