svn commit: r511416 - head/databases/ruby-bdb

Matthias Fechner mfechner at FreeBSD.org
Sat Sep 7 19:54:35 UTC 2019


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 \


More information about the svn-ports-head mailing list