forked from Lainports/freebsd-ports
Fix gemspec for rubygem-nokogiri 1.8.0 update
- Bump PORTREVISION for package change
This commit is contained in:
parent
a0456d58d7
commit
b3893d33e2
2 changed files with 12 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= truncato
|
||||
PORTVERSION= 0.7.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
|
|||
11
textproc/rubygem-truncato/files/patch-truncato.gemspec
Normal file
11
textproc/rubygem-truncato/files/patch-truncato.gemspec
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- truncato.gemspec.orig 2017-06-05 05:21:12 UTC
|
||||
+++ truncato.gemspec
|
||||
@@ -22,7 +22,7 @@ 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<nokogiri>.freeze, ["~> 1.7.0"])
|
||||
+ s.add_runtime_dependency(%q<nokogiri>.freeze, [">= 1.7.0"])
|
||||
s.add_runtime_dependency(%q<htmlentities>.freeze, ["~> 4.3.1"])
|
||||
s.add_development_dependency(%q<rspec>.freeze, ["~> 2.14.1"])
|
||||
s.add_development_dependency(%q<rake>.freeze, ["~> 10.1.1"])
|
||||
Loading…
Add table
Reference in a new issue