Date: Sat, 7 Sep 2019 19:52:09 +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: r511415 - head/textproc/ruby-htree Message-ID: <201909071952.x87Jq9pK037494@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Sat Sep 7 19:52:09 2019 New Revision: 511415 URL: https://svnweb.freebsd.org/changeset/ports/511415 Log: Added rdoc as build dependency which is required for ruby 2.6. PR: 240161 Approved by: maintainer timeout Modified: head/textproc/ruby-htree/Makefile Modified: head/textproc/ruby-htree/Makefile ============================================================================== --- head/textproc/ruby-htree/Makefile Sat Sep 7 19:12:33 2019 (r511414) +++ head/textproc/ruby-htree/Makefile Sat Sep 7 19:52:09 2019 (r511415) @@ -3,6 +3,7 @@ PORTNAME= htree PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= textproc www ruby MASTER_SITES= http://www.a-k-r.org/htree/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -10,6 +11,8 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= Ruby library to manipulate HTML/XML tree data structure + +BUILD_DEPENDS= rubygem-rdoc>=0.a:devel/rubygem-rdoc OPTIONS_DEFINE= DOCS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909071952.x87Jq9pK037494>