git: 46cbdea8e8e9 - main - textproc/rubygem-toml: Update to 0.3.0

Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 14 17:49:04 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=46cbdea8e8e97e847e80889afedbbfbbccb73185

commit 46cbdea8e8e97e847e80889afedbbfbbccb73185
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-14 17:42:49 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-14 17:42:49 +0000

    textproc/rubygem-toml: Update to 0.3.0
    
    Changes:        https://github.com/jm/toml/releases
                    https://github.com/jm/toml/blob/master/CHANGELOG.md
---
 textproc/rubygem-toml/Makefile            |  3 +--
 textproc/rubygem-toml/distinfo            |  6 +++---
 textproc/rubygem-toml/files/patch-gemspec | 11 -----------
 3 files changed, 4 insertions(+), 16 deletions(-)

diff --git a/textproc/rubygem-toml/Makefile b/textproc/rubygem-toml/Makefile
index f67934011bf2..60ff5d3922c7 100644
--- a/textproc/rubygem-toml/Makefile
+++ b/textproc/rubygem-toml/Makefile
@@ -1,8 +1,7 @@
 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
 
 PORTNAME=	toml
-PORTVERSION=	0.2.0
-PORTREVISION=	2
+PORTVERSION=	0.3.0
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
diff --git a/textproc/rubygem-toml/distinfo b/textproc/rubygem-toml/distinfo
index 4dedde99d3e6..15b04cc56133 100644
--- a/textproc/rubygem-toml/distinfo
+++ b/textproc/rubygem-toml/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1510422323
-SHA256 (rubygem/toml-0.2.0.gem) = 712e8d1c9c083f518b96aba27c6a35cc10f6f6aa3b4ec43a396f633f33304476
-SIZE (rubygem/toml-0.2.0.gem) = 10240
+TIMESTAMP = 1622214254
+SHA256 (rubygem/toml-0.3.0.gem) = 0a91d0f76a9036e84e44f95693b12f58d358c1df3ac8e3b5271f2056ecc6e4b9
+SIZE (rubygem/toml-0.3.0.gem) = 10240
diff --git a/textproc/rubygem-toml/files/patch-gemspec b/textproc/rubygem-toml/files/patch-gemspec
deleted file mode 100644
index f0082af66e37..000000000000
--- a/textproc/rubygem-toml/files/patch-gemspec
+++ /dev/null
@@ -1,11 +0,0 @@
---- toml.gemspec.orig	2020-10-23 17:16:49 UTC
-+++ toml.gemspec
-@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
-     s.specification_version = 2
- 
-     if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
--      s.add_runtime_dependency(%q<parslet>.freeze, ["~> 1.8.0"])
-+      s.add_runtime_dependency(%q<parslet>.freeze, [">= 1.8.0", "< 3.0.0"])
-       s.add_development_dependency(%q<rake>.freeze, [">= 0"])
-     else
-       s.add_dependency(%q<parslet>.freeze, ["~> 1.8.0"])


More information about the dev-commits-ports-main mailing list