svn commit: r503176 - head/databases/rubygem-dbm

Hajimu UMEMOTO ume at FreeBSD.org
Fri May 31 14:44:02 UTC 2019


Author: ume
Date: Fri May 31 14:44:01 2019
New Revision: 503176
URL: https://svnweb.freebsd.org/changeset/ports/503176

Log:
  Cnange default option to use dbm in libc
  
  PR:		237741
  Submitted by:	ume
  Approved by:	maintainer (timeout)

Modified:
  head/databases/rubygem-dbm/Makefile

Modified: head/databases/rubygem-dbm/Makefile
==============================================================================
--- head/databases/rubygem-dbm/Makefile	Fri May 31 14:15:23 2019	(r503175)
+++ head/databases/rubygem-dbm/Makefile	Fri May 31 14:44:01 2019	(r503176)
@@ -2,6 +2,7 @@
 
 PORTNAME=	dbm
 PORTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	databases rubygems
 MASTER_SITES=	RG
 
@@ -15,7 +16,7 @@ USE_RUBY=	yes
 
 OPTIONS_SINGLE=			BACKEND
 OPTIONS_SINGLE_BACKEND=		BDB GDBM LIBC QDBM
-OPTIONS_DEFAULT=		BDB
+OPTIONS_DEFAULT=		LIBC
 BACKEND_DESC=			Select backend dbm library
 BDB_USES=		bdb
 BDB_CONFIGURE_ON=	--with-dbm-type=db${BDB_VER}


More information about the svn-ports-head mailing list