svn commit: r516572 - head/textproc/rubygem-multi_xml

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 3 17:32:53 UTC 2019


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
 


More information about the svn-ports-all mailing list