diff options
-rw-r--r-- | textproc/rubygem-html2text/Makefile | 4 | ||||
-rw-r--r-- | textproc/rubygem-html2text/distinfo | 6 | ||||
-rw-r--r-- | textproc/rubygem-html2text/files/patch-gemspec | 11 |
3 files changed, 5 insertions, 16 deletions
diff --git a/textproc/rubygem-html2text/Makefile b/textproc/rubygem-html2text/Makefile index c2f0c20e6205..71e3206098d7 100644 --- a/textproc/rubygem-html2text/Makefile +++ b/textproc/rubygem-html2text/Makefile @@ -1,5 +1,5 @@ PORTNAME= html2text -PORTVERSION= 0.3.1 +PORTVERSION= 0.4.0 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -10,7 +10,7 @@ WWW= https://github.com/soundasleep/html2text_ruby LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-nokogiri>=1.10.3<2:textproc/rubygem-nokogiri +RUN_DEPENDS= rubygem-nokogiri>=1.0<2.0:textproc/rubygem-nokogiri USES= gem diff --git a/textproc/rubygem-html2text/distinfo b/textproc/rubygem-html2text/distinfo index 00b1a0f6b64f..958b61ec6e60 100644 --- a/textproc/rubygem-html2text/distinfo +++ b/textproc/rubygem-html2text/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626714686 -SHA256 (rubygem/html2text-0.3.1.gem) = 8cc85d74dfd57041eae3b0c28660497f5f7e8be235853e0ecd8431e4834fe1a2 -SIZE (rubygem/html2text-0.3.1.gem) = 28672 +TIMESTAMP = 1718580380 +SHA256 (rubygem/html2text-0.4.0.gem) = b1becfa0b9150739633f7dc6d8637a49d7e38c3223bcb3afa3cebf59960afdc5 +SIZE (rubygem/html2text-0.4.0.gem) = 8704 diff --git a/textproc/rubygem-html2text/files/patch-gemspec b/textproc/rubygem-html2text/files/patch-gemspec deleted file mode 100644 index f33f5d5cbce5..000000000000 --- a/textproc/rubygem-html2text/files/patch-gemspec +++ /dev/null @@ -1,11 +0,0 @@ ---- html2text.gemspec.orig 2024-02-21 09:32:40 UTC -+++ html2text.gemspec -@@ -20,7 +20,7 @@ Gem::Specification.new do |s| - - s.specification_version = 4 - -- s.add_runtime_dependency(%q<nokogiri>.freeze, ["~> 1.10.3".freeze]) -+ s.add_runtime_dependency(%q<nokogiri>.freeze, ["~> 1.10".freeze, ">= 1.10.3".freeze]) - s.add_development_dependency(%q<rspec>.freeze, [">= 0".freeze]) - s.add_development_dependency(%q<rspec-collection_matchers>.freeze, [">= 0".freeze]) - s.add_development_dependency(%q<colorize>.freeze, [">= 0".freeze]) |