Mon Apr 28 01:23:40 2014 UTC ()
Ruby 1.8.7 (and prior release) support was dropped since
nokogiri 1.6.0.rc1.

No PKGREVISION bump since build already failed with ruby18.


(taca)
diff -r1.21 -r1.22 pkgsrc/textproc/ruby-nokogiri/Makefile

cvs diff -r1.21 -r1.22 pkgsrc/textproc/ruby-nokogiri/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/ruby-nokogiri/Makefile 2014/04/28 01:18:03 1.21
+++ pkgsrc/textproc/ruby-nokogiri/Makefile 2014/04/28 01:23:40 1.22
@@ -1,23 +1,24 @@ @@ -1,23 +1,24 @@
1# $NetBSD: Makefile,v 1.21 2014/04/28 01:18:03 taca Exp $ 1# $NetBSD: Makefile,v 1.22 2014/04/28 01:23:40 taca Exp $
2 2
3DISTNAME= nokogiri-1.6.1 3DISTNAME= nokogiri-1.6.1
4CATEGORIES= textproc 4CATEGORIES= textproc
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://nokogiri.org/ 7HOMEPAGE= http://nokogiri.org/
8COMMENT= HTML, XML, SAX, and Reader parser with XPath and CSS selector support 8COMMENT= HTML, XML, SAX, and Reader parser with XPath and CSS selector support
9LICENSE= mit 9LICENSE= mit
10 10
11CONFLICTS+= ruby[1-9][0-9][0-9]-nokogiri-[0-9]* 11CONFLICTS+= ruby[1-9][0-9][0-9]-nokogiri-[0-9]*
12 12
13DEPENDS+= ${RUBY_PKGPREFIX}-mini_portile>=0.5.0<0.6:../../misc/ruby-mini_portile 13DEPENDS+= ${RUBY_PKGPREFIX}-mini_portile>=0.5.0<0.6:../../misc/ruby-mini_portile
14 14
15USE_GCC_RUNTIME= yes 15USE_GCC_RUNTIME= yes
16MAKE_ENV+= NOKOGIRI_USE_SYSTEM_LIBRARIES=yes 16MAKE_ENV+= NOKOGIRI_USE_SYSTEM_LIBRARIES=yes
17OVERRIDE_GEMSPEC= :files ports/archives/libxml2-2.8.0.tar.gz= \ 17OVERRIDE_GEMSPEC= :files ports/archives/libxml2-2.8.0.tar.gz= \
18 ports/archives/libxslt-1.1.26.tar.gz= 18 ports/archives/libxslt-1.1.26.tar.gz=
 19RUBY_VERSION_SUPPORTED= 200 193 21
19 20
20.include "../../textproc/libxml2/buildlink3.mk" 21.include "../../textproc/libxml2/buildlink3.mk"
21.include "../../textproc/libxslt/buildlink3.mk" 22.include "../../textproc/libxslt/buildlink3.mk"
22.include "../../lang/ruby/gem.mk" 23.include "../../lang/ruby/gem.mk"
23.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"