mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Revert rubygem-mini_portile2 changes in r494390 and r494398
- Bump PORTREVISION for dependency change We do not need mini_portile/mini_portile2. It was removed since r355100.
This commit is contained in:
parent
22bbab5794
commit
03629ac061
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494447
textproc/rubygem-nokogiri
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= nokogiri
|
||||
PORTVERSION= 1.10.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@ -15,8 +16,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
|
||||
libgpg-error.so:security/libgpg-error \
|
||||
libunwind.so:devel/libunwind
|
||||
RUN_DEPENDS= rubygem-pkg-config>=1.1.7:devel/rubygem-pkg-config \
|
||||
rubygem-mini_portile2>=2.4.0:devel/rubygem-mini_portile2
|
||||
RUN_DEPENDS= rubygem-pkg-config>=1.1.7:devel/rubygem-pkg-config
|
||||
|
||||
USES= gem gnome pkgconfig gettext-runtime
|
||||
USE_GNOME= libxml2 libxslt
|
||||
|
10
textproc/rubygem-nokogiri/files/patch-gemspec
Normal file
10
textproc/rubygem-nokogiri/files/patch-gemspec
Normal file
@ -0,0 +1,10 @@
|
||||
--- nokogiri.gemspec.orig 2019-03-02 13:22:07 UTC
|
||||
+++ nokogiri.gemspec
|
||||
@@ -26,7 +26,6 @@ Gem::Specification.new do |s|
|
||||
s.specification_version = 4
|
||||
|
||||
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
||||
- s.add_runtime_dependency(%q<mini_portile2>.freeze, ["~> 2.4.0"])
|
||||
s.add_development_dependency(%q<concourse>.freeze, ["~> 0.15"])
|
||||
s.add_development_dependency(%q<hoe-bundler>.freeze, ["~> 1.2"])
|
||||
s.add_development_dependency(%q<hoe-debugging>.freeze, ["~> 2.0"])
|
Loading…
Reference in New Issue
Block a user