Date: Sat, 13 Jan 2018 07:47:11 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r458893 - branches/2018Q1/textproc/rubygem-liquid-tag-parser Message-ID: <201801130747.w0D7lB5L008697@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jan 13 07:47:11 2018 New Revision: 458893 URL: https://svnweb.freebsd.org/changeset/ports/458893 Log: MFH: r457878 r457976 Fix build on Ruby prior to 2.5 Ruby 2.5 bundled RDoc 6.0.1. Due to unknown RDoc issue, RDoc prior to 6.0.0.beta1+ failed to parse the regex in lib/liquid/tag/parser.rb. Upstream also set "has_rdoc = false" in gemspec. Use OPTIONS_EXCLUDE=DOCS instead of NOPORTDOCS Suggested by: mat Approved by: ports-secteam (blanket) Modified: branches/2018Q1/textproc/rubygem-liquid-tag-parser/Makefile Directory Properties: branches/2018Q1/ (props changed) Modified: branches/2018Q1/textproc/rubygem-liquid-tag-parser/Makefile ============================================================================== --- branches/2018Q1/textproc/rubygem-liquid-tag-parser/Makefile Sat Jan 13 07:18:01 2018 (r458892) +++ branches/2018Q1/textproc/rubygem-liquid-tag-parser/Makefile Sat Jan 13 07:47:11 2018 (r458893) @@ -18,4 +18,7 @@ NO_ARCH= yes USE_RUBY= yes USES= gem +# Disable rdoc +OPTIONS_EXCLUDE=DOCS + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801130747.w0D7lB5L008697>