svn commit: r544734 - head/databases/ateam_mysql57_ldap_auth

Ganbold Tsagaankhuu ganbold at FreeBSD.org
Wed Aug 12 02:54:28 UTC 2020


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


More information about the svn-ports-head mailing list