6c867c09a8
Upstream changelog (from CHANGELOG.md): # 1.8.2 / 2018-01-29 ## Security Notes [MRI] The update of vendored libxml2 from 2.9.5 to 2.9.7 addresses at least one published vulnerability, CVE-2017-15412. [#1714 has complete details] ## Dependencies * [MRI] libxml2 is updated from 2.9.5 to 2.9.7 * [MRI] libxslt is updated from 1.1.30 to 1.1.32 ## Features * [MRI] OpenBSD installation should be a bit easier now. [#1685] (Thanks, @jeremyevans!) * [MRI] Cross-built Windows gems now support Ruby 2.5 ## Bug fixes * Node#serialize once again returns UTF-8-encoded strings. [#1659] * [JRuby] made SAX parsing of characters consistent with C implementation [#1676] (Thanks, @andrew-aladev!) * [MRI] Predefined entities, when inspected, no longer cause a segfault. [#1238]
23 lines
748 B
Makefile
23 lines
748 B
Makefile
# $NetBSD: Makefile,v 1.39 2018/02/18 05:45:37 tsutsui Exp $
|
|
|
|
DISTNAME= nokogiri-1.8.2
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= tsutsui@NetBSD.org
|
|
HOMEPAGE= http://nokogiri.org/
|
|
COMMENT= HTML, XML, SAX, and Reader parser with XPath and CSS selector support
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-mini_portile2>=2.3.0<2.4.0:../../misc/ruby-mini_portile2
|
|
|
|
USE_GCC_RUNTIME= yes
|
|
USE_TOOLS+= pkg-config
|
|
MAKE_ENV+= NOKOGIRI_USE_SYSTEM_LIBRARIES=yes
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
OVERRIDE_GEMSPEC+= :files ports/archives/libxml2-2.9.2.tar.gz= \
|
|
ports/archives/libxslt-1.1.28.tar.gz=
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../textproc/libxslt/buildlink3.mk"
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|