svn commit: r514788 - head/misc/py-cinder

Tobias Kortkamp tobik at FreeBSD.org
Sat Oct 19 11:22:40 UTC 2019


Author: tobik
Date: Sat Oct 19 11:22:39 2019
New Revision: 514788
URL: https://svnweb.freebsd.org/changeset/ports/514788

Log:
  misc/py-cinder: Spell OPTIONS_RADIO correctly
  
  Hook up MySQL and PGSQL options.

Modified:
  head/misc/py-cinder/Makefile

Modified: head/misc/py-cinder/Makefile
==============================================================================
--- head/misc/py-cinder/Makefile	Sat Oct 19 11:16:00 2019	(r514787)
+++ head/misc/py-cinder/Makefile	Sat Oct 19 11:22:39 2019	(r514788)
@@ -93,8 +93,8 @@ CONFLICTS_INSTALL=	py??-cinder-*
 
 OPTIONS_GROUP=		MISC
 OPTIONS_GROUP_MISC=	MEMCACHED MONGODB
-OPTIONS_GROUP_RADIO=	DB
-OPTIONS_GROUP_RADIO_DB=	MYSQL PGSQL
+OPTIONS_RADIO=		DB
+OPTIONS_RADIO_DB=	MYSQL PGSQL
 
 MEMCACHED_DESC=		memcached support
 MONGODB_DESC=		MongoDB support (used for messaging services)


More information about the svn-ports-head mailing list