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:   jperkin
Date:           Thu Jun 28 15:16:51 UTC 2018

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

Log Message:
ruby-nokogiri: Fix build since last update.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 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.40 pkgsrc/textproc/ruby-nokogiri/Makefile:1.41
--- pkgsrc/textproc/ruby-nokogiri/Makefile:1.40 Fri Jun 22 14:20:27 2018
+++ pkgsrc/textproc/ruby-nokogiri/Makefile      Thu Jun 28 15:16:51 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2018/06/22 14:20:27 tsutsui Exp $
+# $NetBSD: Makefile,v 1.41 2018/06/28 15:16:51 jperkin Exp $
 
 DISTNAME=      nokogiri-1.8.3
 CATEGORIES=    textproc
@@ -14,9 +14,10 @@ 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=
+OVERRIDE_GEMSPEC+=     :files ports/archives/libxml2-2.9.8.tar.gz= \
+                               ports/archives/libxslt-1.1.32.tar.gz=
 
+.include "../../devel/ruby-pkg-config/tool.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../textproc/libxslt/buildlink3.mk"
 .include "../../lang/ruby/gem.mk"



Home | Main Index | Thread Index | Old Index