svn commit: r308703 - head/ports-mgmt/portupgrade

Bryan Drewery bdrewery at FreeBSD.org
Tue Dec 11 17:04:23 UTC 2012


Author: bdrewery
Date: Tue Dec 11 17:04:22 2012
New Revision: 308703
URL: http://svnweb.freebsd.org/changeset/ports/308703

Log:
  - Convert SINGLE OPTION DB_OVERRIDE to RADIO

Modified:
  head/ports-mgmt/portupgrade/Makefile

Modified: head/ports-mgmt/portupgrade/Makefile
==============================================================================
--- head/ports-mgmt/portupgrade/Makefile	Tue Dec 11 16:49:04 2012	(r308702)
+++ head/ports-mgmt/portupgrade/Makefile	Tue Dec 11 17:04:22 2012	(r308703)
@@ -15,11 +15,10 @@ COMMENT=	FreeBSD ports/packages administ
 LICENSE=	BSD
 
 NO_OPTIONS_SORT=	yes
-OPTIONS_DEFINE=	DOCS DB_OVERRIDE
-OPTIONS_SINGLE=	DB_OVERRIDE
-OPTIONS_SINGLE_DB_OVERRIDE=	BDB4 BDB1
-OPTIONS_DEFAULT=	DB_OVERRIDE BDB4 DOCS
-DB_OVERRIDE_DESC=	Override DB backend instead of default DBM
+OPTIONS_DEFINE=	DOCS
+OPTIONS_RADIO=	DB_OVERRIDE
+OPTIONS_RADIO_DB_OVERRIDE=	BDB4 BDB1
+OPTIONS_DEFAULT=	BDB4 DOCS
 BDB1_DESC=	Use Berkeley DB 1
 BDB4_DESC=	Use Berkeley DB >=2
 


More information about the svn-ports-all mailing list