Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2019 19:54:34 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511416 - head/databases/ruby-bdb
Message-ID:  <201909071954.x87JsYEb040771@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Sat Sep  7 19:54:34 2019
New Revision: 511416
URL: https://svnweb.freebsd.org/changeset/ports/511416

Log:
  Added rdoc as build dependency which is required for ruby 2.6.
  
  PR:		240161
  Approved by:	maintainer timeout

Modified:
  head/databases/ruby-bdb/Makefile

Modified: head/databases/ruby-bdb/Makefile
==============================================================================
--- head/databases/ruby-bdb/Makefile	Sat Sep  7 19:52:09 2019	(r511415)
+++ head/databases/ruby-bdb/Makefile	Sat Sep  7 19:54:34 2019	(r511416)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bdb
 PORTVERSION=	0.6.6
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	databases ruby
 MASTER_SITES=	ftp://ftp.idaemons.org/pub/distfiles/ruby/ \
 		http://idaemons.org/distfiles/ruby/ \
@@ -16,8 +16,11 @@ COMMENT=	Ruby interface to Oracle Berkeley DB revision
 
 LICENSE=	RUBY
 
+BUILD_DEPENDS=	rubygem-rdoc>=0.a:devel/rubygem-rdoc
+
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
+USES=		bdb shebangfix tar:bzip2
 USE_RUBY=		yes
 USE_RUBY_EXTCONF=	yes
 USE_RUBY_RDOC=		yes
@@ -34,7 +37,6 @@ SHAREMODE=	0644
 PLIST_FILES=	%%RUBY_SITEARCHLIBDIR%%/bdb.so
 PORTDOCS=	*
 PORTEXAMPLES=	*
-USES=		bdb shebangfix tar:bzip2
 SHEBANG_FILES=	examples/record.rb \
 		examples/recno.rb \
 		examples/zeroc.rb \



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