git: 6c6741005cff - main - www/rubygem-toml-rb: Update to 2.0.1
Matthias Fechner
mfechner at FreeBSD.org
Sat Jul 24 07:08:42 UTC 2021
The branch main has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6c6741005cffe5e62cd651163bfb6550c854f3b8
commit 6c6741005cffe5e62cd651163bfb6550c854f3b8
Author: Matthias Fechner <mfechner at FreeBSD.org>
AuthorDate: 2021-07-24 06:56:45 +0000
Commit: Matthias Fechner <mfechner at FreeBSD.org>
CommitDate: 2021-07-24 07:08:04 +0000
www/rubygem-toml-rb: Update to 2.0.1
Reuqired for gitlab-ce 14.1.
---
www/rubygem-toml-rb/Makefile | 9 +++++----
www/rubygem-toml-rb/distinfo | 6 +++---
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/www/rubygem-toml-rb/Makefile b/www/rubygem-toml-rb/Makefile
index 558f1baeaafd..7a276648930e 100644
--- a/www/rubygem-toml-rb/Makefile
+++ b/www/rubygem-toml-rb/Makefile
@@ -1,5 +1,5 @@
PORTNAME= toml-rb
-PORTVERSION= 1.1.1
+PORTVERSION= 2.0.1
CATEGORIES= www rubygems
MASTER_SITES= RG
@@ -8,10 +8,11 @@ COMMENT= TOML parser using Citrus parsing library
LICENSE= MIT
-RUN_DEPENDS= rubygem-citrus>=3.0:textproc/rubygem-citrus
+RUN_DEPENDS= rubygem-citrus>=3.0<4:textproc/rubygem-citrus
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/www/rubygem-toml-rb/distinfo b/www/rubygem-toml-rb/distinfo
index af0848e52e32..a376c116e141 100644
--- a/www/rubygem-toml-rb/distinfo
+++ b/www/rubygem-toml-rb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1514155031
-SHA256 (rubygem/toml-rb-1.1.1.gem) = c43f188f68a8cefa790950e8eb02100164710479c6f6d189cb30098e6b212665
-SIZE (rubygem/toml-rb-1.1.1.gem) = 18944
+TIMESTAMP = 1627070529
+SHA256 (rubygem/toml-rb-2.0.1.gem) = 5016c6c77ac72bca5fe67c372722bdfdd4479a6fe1a1c4ff2a486e247849b274
+SIZE (rubygem/toml-rb-2.0.1.gem) = 11264
More information about the dev-commits-ports-all
mailing list