git: b077f8363466 - main - www/rubygem-sinatra-contrib: Update to 3.0.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Oct 2022 17:16:10 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b077f8363466335857a68663ff01cb1b19f1e498
commit b077f8363466335857a68663ff01cb1b19f1e498
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-10-03 17:07:40 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-10-03 17:11:05 +0000
www/rubygem-sinatra-contrib: Update to 3.0.2
Changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md
---
www/rubygem-sinatra-contrib/Makefile | 9 ++++-----
www/rubygem-sinatra-contrib/distinfo | 6 +++---
www/rubygem-sinatra-contrib/files/patch-gemspec | 11 -----------
3 files changed, 7 insertions(+), 19 deletions(-)
diff --git a/www/rubygem-sinatra-contrib/Makefile b/www/rubygem-sinatra-contrib/Makefile
index 035c08af7de4..30b5cd702f34 100644
--- a/www/rubygem-sinatra-contrib/Makefile
+++ b/www/rubygem-sinatra-contrib/Makefile
@@ -1,6 +1,5 @@
PORTNAME= sinatra-contrib
-PORTVERSION= 2.2.2
-PORTREVISION= 1
+PORTVERSION= 3.0.2
CATEGORIES= www rubygems
MASTER_SITES= RG
@@ -12,9 +11,9 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-multi_json>=0:devel/rubygem-multi_json \
- rubygem-mustermann>=2.0:devel/rubygem-mustermann \
- rubygem-rack-protection>=${PORTVERSION}:www/rubygem-rack-protection \
- rubygem-sinatra>=${PORTVERSION}:www/rubygem-sinatra \
+ rubygem-mustermann>=3.0<4:devel/rubygem-mustermann \
+ rubygem-rack-protection>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-rack-protection \
+ rubygem-sinatra>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-sinatra \
rubygem-tilt>=2.0<3:devel/rubygem-tilt
USES= gem
diff --git a/www/rubygem-sinatra-contrib/distinfo b/www/rubygem-sinatra-contrib/distinfo
index 87d5408d8b49..1747fe0160ab 100644
--- a/www/rubygem-sinatra-contrib/distinfo
+++ b/www/rubygem-sinatra-contrib/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1659161339
-SHA256 (rubygem/sinatra-contrib-2.2.2.gem) = 49c5f1b92b847b65789b3b20e67de6f8efe90ea5c2d9688d397f1dc024c2a90c
-SIZE (rubygem/sinatra-contrib-2.2.2.gem) = 34304
+TIMESTAMP = 1664768182
+SHA256 (rubygem/sinatra-contrib-3.0.2.gem) = cd1d6fcd6c1a61eccb2b97c61d2651a90aa4a6577e511d75be77a5d38dbdc0d5
+SIZE (rubygem/sinatra-contrib-3.0.2.gem) = 33280
diff --git a/www/rubygem-sinatra-contrib/files/patch-gemspec b/www/rubygem-sinatra-contrib/files/patch-gemspec
deleted file mode 100644
index 7866079929ed..000000000000
--- a/www/rubygem-sinatra-contrib/files/patch-gemspec
+++ /dev/null
@@ -1,11 +0,0 @@
---- sinatra-contrib.gemspec.orig 2022-09-11 06:41:41 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.2"])
-- s.add_runtime_dependency(%q<mustermann>.freeze, ["~> 2.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.2"])
- s.add_runtime_dependency(%q<multi_json>.freeze, [">= 0"])