Date: Tue, 18 Jun 2024 04:11:51 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0372e57b89b6 - main - textproc/rubygem-html2text: Update to 0.4.0 Message-ID: <202406180411.45I4BpIK096850@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0372e57b89b6dc5e61340affd65aca6cfcbcfafe commit 0372e57b89b6dc5e61340affd65aca6cfcbcfafe Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-06-18 04:04:39 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-06-18 04:04:39 +0000 textproc/rubygem-html2text: Update to 0.4.0 Changes: https://github.com/soundasleep/html2text_ruby/blob/master/CHANGELOG.md --- textproc/rubygem-html2text/Makefile | 4 ++-- textproc/rubygem-html2text/distinfo | 6 +++--- 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])
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406180411.45I4BpIK096850>