aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-14 17:42:49 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-14 17:42:49 +0000
commit46cbdea8e8e97e847e80889afedbbfbbccb73185 (patch)
tree9603012aedf3bbf7acbdef74df209125074cccd2 /textproc
parent38f7c43f71e273506a8102e5f195c891c6e452f8 (diff)
downloadports-46cbdea8e8e97e847e80889afedbbfbbccb73185.tar.gz
ports-46cbdea8e8e97e847e80889afedbbfbbccb73185.zip
textproc/rubygem-toml: Update to 0.3.0
Diffstat (limited to 'textproc')
-rw-r--r--textproc/rubygem-toml/Makefile3
-rw-r--r--textproc/rubygem-toml/distinfo6
-rw-r--r--textproc/rubygem-toml/files/patch-gemspec11
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@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"])