pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/ruby-nokogiri



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jan  8 05:36:55 UTC 2017

Modified Files:
        pkgsrc/textproc/ruby-nokogiri: Makefile

Log Message:
Now gemspec dose not require ruby-pkg-config any more.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/textproc/ruby-nokogiri/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ruby-nokogiri/Makefile
diff -u pkgsrc/textproc/ruby-nokogiri/Makefile:1.33 pkgsrc/textproc/ruby-nokogiri/Makefile:1.34
--- pkgsrc/textproc/ruby-nokogiri/Makefile:1.33 Sat Jan  7 22:30:13 2017
+++ pkgsrc/textproc/ruby-nokogiri/Makefile      Sun Jan  8 05:36:55 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2017/01/07 22:30:13 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2017/01/08 05:36:55 taca Exp $
 
 DISTNAME=      nokogiri-1.7.0.1
+PKGREVISION=   1
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +9,6 @@ HOMEPAGE=       http://nokogiri.org/
 COMMENT=       HTML, XML, SAX, and Reader parser with XPath and CSS selector support
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-pkg-config>=1.1.7<1.2:../../devel/ruby-pkg-config
 DEPENDS+=      ${RUBY_PKGPREFIX}-mini_portile2>=2.1.0:../../misc/ruby-mini_portile2
 
 USE_GCC_RUNTIME=       yes



Home | Main Index | Thread Index | Old Index