Sat Dec 9 22:39:28 2017 UTC ()
Actually take maintainership (missed in the previous commit).


(tsutsui)
diff -r1.37 -r1.38 pkgsrc/textproc/ruby-nokogiri/Makefile

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

--- pkgsrc/textproc/ruby-nokogiri/Makefile 2017/10/20 15:56:58 1.37
+++ pkgsrc/textproc/ruby-nokogiri/Makefile 2017/12/09 22:39:28 1.38
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.37 2017/10/20 15:56:58 tsutsui Exp $ 1# $NetBSD: Makefile,v 1.38 2017/12/09 22:39:28 tsutsui Exp $
2 2
3DISTNAME= nokogiri-1.8.1 3DISTNAME= nokogiri-1.8.1
4CATEGORIES= textproc 4CATEGORIES= textproc
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= tsutsui@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
11DEPENDS+= ${RUBY_PKGPREFIX}-mini_portile2>=2.3.0<2.4.0:../../misc/ruby-mini_portile2 11DEPENDS+= ${RUBY_PKGPREFIX}-mini_portile2>=2.3.0<2.4.0:../../misc/ruby-mini_portile2
12 12
13USE_GCC_RUNTIME= yes 13USE_GCC_RUNTIME= yes
14USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
15MAKE_ENV+= NOKOGIRI_USE_SYSTEM_LIBRARIES=yes 15MAKE_ENV+= NOKOGIRI_USE_SYSTEM_LIBRARIES=yes
16RUBYGEM_OPTIONS+= --format-executable 16RUBYGEM_OPTIONS+= --format-executable
17OVERRIDE_GEMSPEC+= :files ports/archives/libxml2-2.9.2.tar.gz= \ 17OVERRIDE_GEMSPEC+= :files ports/archives/libxml2-2.9.2.tar.gz= \
18 ports/archives/libxslt-1.1.28.tar.gz= 18 ports/archives/libxslt-1.1.28.tar.gz=
19 19