pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ruby-nokogiri textproc/ruby-nokogiri: fix rub...
details: https://anonhg.NetBSD.org/pkgsrc/rev/147034b4094c
branches: trunk
changeset: 414501:147034b4094c
user: taca <taca%pkgsrc.org@localhost>
date: Sun Mar 29 05:21:40 2020 +0000
description:
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.
diffstat:
textproc/ruby-nokogiri/Makefile | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r cf30e15e2806 -r 147034b4094c textproc/ruby-nokogiri/Makefile
--- a/textproc/ruby-nokogiri/Makefile Sun Mar 29 02:18:55 2020 +0000
+++ b/textproc/ruby-nokogiri/Makefile Sun Mar 29 05:21:40 2020 +0000
@@ -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_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