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 Mar 29 05:21:40 UTC 2020
Modified Files:
pkgsrc/textproc/ruby-nokogiri: Makefile
Log Message:
textproc/ruby-nokogiri: fix ruby gem dependency
Relax dependency for mini_portile2 gem to fix runtime problem.
Noted by Robert Swindells on pkgsrc-users%NetBSD.org@localhost.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 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.52 pkgsrc/textproc/ruby-nokogiri/Makefile:1.53
--- pkgsrc/textproc/ruby-nokogiri/Makefile:1.52 Tue Mar 10 14:28:19 2020
+++ pkgsrc/textproc/ruby-nokogiri/Makefile Sun Mar 29 05:21:40 2020
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2020/03/10 14:28:19 tsutsui Exp $
+# $NetBSD: Makefile,v 1.53 2020/03/29 05:21:40 taca Exp $
DISTNAME= nokogiri-1.10.9
+PKGREVISION= 1
CATEGORIES= textproc
MAINTAINER= tsutsui%NetBSD.org@localhost
@@ -14,8 +15,9 @@ 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.10.tar.gz= \
- ports/archives/libxslt-1.1.34.tar.gz=
+OVERRIDE_GEMSPEC+= mini_portile2>=2.4.0 \
+ :files ports/archives/libxml2-2.9.10.tar.gz= \
+ ports/archives/libxslt-1.1.34.tar.gz=
.include "../../devel/ruby-pkg-config/tool.mk"
.include "../../textproc/libxml2/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index