Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2019 11:22:40 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514788 - head/misc/py-cinder
Message-ID:  <201910191122.x9JBMenj007801@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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