Date: Sun, 3 Nov 2019 17:32:52 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516572 - head/textproc/rubygem-multi_xml Message-ID: <201911031732.xA3HWqs5044221@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Nov 3 17:32:52 2019 New Revision: 516572 URL: https://svnweb.freebsd.org/changeset/ports/516572 Log: Update NOKOGIRI_DESC Modified: head/textproc/rubygem-multi_xml/Makefile Modified: head/textproc/rubygem-multi_xml/Makefile ============================================================================== --- head/textproc/rubygem-multi_xml/Makefile Sun Nov 3 17:32:47 2019 (r516571) +++ head/textproc/rubygem-multi_xml/Makefile Sun Nov 3 17:32:52 2019 (r516572) @@ -12,12 +12,13 @@ COMMENT= Ruby library provide swappable XML backends LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -OPTIONS_DEFINE= NOKOGIRI -NOKOGIRI_DESC= Nokogiri is a HTML, XML, SAX, and Reader parser +USES= gem +USE_RUBY= yes NO_ARCH= yes -USE_RUBY= yes -USES= gem + +OPTIONS_DEFINE= NOKOGIRI +NOKOGIRI_DESC= Use Nokogiri for parsing NOKOGIRI_RUN_DEPENDS= rubygem-nokogiri>=0:textproc/rubygem-nokogiri
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911031732.xA3HWqs5044221>