git: 9d27d09cad53 - main - www/rubygem-sinatra-contrib: Update to 2.2.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Jul 2022 19:30:05 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9d27d09cad538ef7dbc2076c4661be33c8a9055b commit 9d27d09cad538ef7dbc2076c4661be33c8a9055b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-30 19:26:29 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-30 19:26:29 +0000 www/rubygem-sinatra-contrib: Update to 2.2.2 Changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md --- www/rubygem-sinatra-contrib/Makefile | 3 +-- www/rubygem-sinatra-contrib/distinfo | 6 +++--- www/rubygem-sinatra-contrib/files/patch-gemspec | 11 ----------- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/www/rubygem-sinatra-contrib/Makefile b/www/rubygem-sinatra-contrib/Makefile index 0f04d8ad6fa8..fdb407166fd2 100644 --- a/www/rubygem-sinatra-contrib/Makefile +++ b/www/rubygem-sinatra-contrib/Makefile @@ -1,6 +1,5 @@ PORTNAME= sinatra-contrib -PORTVERSION= 2.2.1 -PORTREVISION= 1 +PORTVERSION= 2.2.2 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-sinatra-contrib/distinfo b/www/rubygem-sinatra-contrib/distinfo index 7efb435dcf8a..87d5408d8b49 100644 --- a/www/rubygem-sinatra-contrib/distinfo +++ b/www/rubygem-sinatra-contrib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1658151431 -SHA256 (rubygem/sinatra-contrib-2.2.1.gem) = 46d5c2db17d81a51e6c47978ffec8c0622793106eebceb8a5de1867aa0b46fad -SIZE (rubygem/sinatra-contrib-2.2.1.gem) = 34304 +TIMESTAMP = 1659161339 +SHA256 (rubygem/sinatra-contrib-2.2.2.gem) = 49c5f1b92b847b65789b3b20e67de6f8efe90ea5c2d9688d397f1dc024c2a90c +SIZE (rubygem/sinatra-contrib-2.2.2.gem) = 34304 diff --git a/www/rubygem-sinatra-contrib/files/patch-gemspec b/www/rubygem-sinatra-contrib/files/patch-gemspec deleted file mode 100644 index 7c16924b19df..000000000000 --- a/www/rubygem-sinatra-contrib/files/patch-gemspec +++ /dev/null @@ -1,11 +0,0 @@ ---- sinatra-contrib.gemspec.orig 2022-07-22 17:38:56 UTC -+++ sinatra-contrib.gemspec -@@ -25,7 +25,7 @@ Gem::Specification.new do |s| - - if s.respond_to? :add_runtime_dependency then - s.add_runtime_dependency(%q<sinatra>.freeze, ["= 2.2.1"]) -- s.add_runtime_dependency(%q<mustermann>.freeze, ["~> 1.0"]) -+ s.add_runtime_dependency(%q<mustermann>.freeze, ["~> 2.0"]) - s.add_runtime_dependency(%q<tilt>.freeze, ["~> 2.0"]) - s.add_runtime_dependency(%q<rack-protection>.freeze, ["= 2.2.1"]) - s.add_runtime_dependency(%q<multi_json>.freeze, [">= 0"])