svn commit: r457878 - head/textproc/rubygem-liquid-tag-parser

Mathieu Arnold mat at FreeBSD.org
Tue Jan 2 15:54:25 UTC 2018


Le 02/01/2018 à 16:33, Sunpoet Po-Chuan Hsieh a écrit :
> Author: sunpoet
> Date: Tue Jan  2 15:33:33 2018
> New Revision: 457878
> URL: https://svnweb.freebsd.org/changeset/ports/457878
>
> Log:
>   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.
>
> Modified:
>   head/textproc/rubygem-liquid-tag-parser/Makefile
>
> Modified: head/textproc/rubygem-liquid-tag-parser/Makefile
> ==============================================================================
> --- head/textproc/rubygem-liquid-tag-parser/Makefile	Tue Jan  2 15:33:28 2018	(r457877)
> +++ head/textproc/rubygem-liquid-tag-parser/Makefile	Tue Jan  2 15:33:33 2018	(r457878)
> @@ -18,4 +18,6 @@ NO_ARCH=	yes
>  USE_RUBY=	yes
>  USES=		gem
>  
> +NOPORTDOCS=	yes
> +


Setting NOPORTDOCS in a port was never supported, it is a deprecated
variable, set only in make.conf, please revert. If you need to disable
the DOCS option, either do not add it to OPTIONS_DEFINE, or add it to
OPTIONS_EXCLUDE.


-- 
Mathieu Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20180102/ee50609d/attachment.sig>


More information about the svn-ports-all mailing list