git: 493091826cbe - main - mail/rubygem-mail_room: Update to 0.11.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Feb 2024 15:35:22 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=493091826cbe0cec81694ff27ca90047cb4ebeb9 commit 493091826cbe0cec81694ff27ca90047cb4ebeb9 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:55:30 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:10:35 +0000 mail/rubygem-mail_room: Update to 0.11.0 Changes: https://github.com/tpitale/mail_room/blob/master/CHANGELOG.md --- mail/rubygem-mail_room/Makefile | 5 +++-- mail/rubygem-mail_room/distinfo | 6 +++--- mail/rubygem-mail_room/files/patch-gemspec | 13 ------------- 3 files changed, 6 insertions(+), 18 deletions(-) diff --git a/mail/rubygem-mail_room/Makefile b/mail/rubygem-mail_room/Makefile index d0d606cbbc18..eec412087602 100644 --- a/mail/rubygem-mail_room/Makefile +++ b/mail/rubygem-mail_room/Makefile @@ -1,5 +1,5 @@ PORTNAME= mail_room -PORTVERSION= 0.10.1 +PORTVERSION= 0.11.0 CATEGORIES= mail rubygems MASTER_SITES= RG @@ -10,7 +10,8 @@ WWW= https://github.com/tpitale/mail_room LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-net-imap>=0.2.1:mail/rubygem-net-imap \ +RUN_DEPENDS= rubygem-jwt>=2.0:www/rubygem-jwt \ + rubygem-net-imap>=0.2.1:mail/rubygem-net-imap \ rubygem-oauth2>=1.4.4<3:net/rubygem-oauth2 USES= gem diff --git a/mail/rubygem-mail_room/distinfo b/mail/rubygem-mail_room/distinfo index 8892e39ec960..265ad5ce9a26 100644 --- a/mail/rubygem-mail_room/distinfo +++ b/mail/rubygem-mail_room/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1698848846 -SHA256 (rubygem/mail_room-0.10.1.gem) = d61469dea8b16e8a2dfe91287c0c30abdc1065586cc3295ae6b32c3ffd3b94af -SIZE (rubygem/mail_room-0.10.1.gem) = 35328 +TIMESTAMP = 1708450498 +SHA256 (rubygem/mail_room-0.11.0.gem) = aa66f1de842a3d1bac51e43a70065ea43641404da94537a5aec391ca6aac5350 +SIZE (rubygem/mail_room-0.11.0.gem) = 38400 diff --git a/mail/rubygem-mail_room/files/patch-gemspec b/mail/rubygem-mail_room/files/patch-gemspec deleted file mode 100644 index f6866944e0a0..000000000000 --- a/mail/rubygem-mail_room/files/patch-gemspec +++ /dev/null @@ -1,13 +0,0 @@ -Obtained from: https://github.com/tpitale/mail_room/commit/48f8e0822ef407d517671a93a05222bee17af04c - ---- mail_room.gemspec.orig 2023-11-02 06:19:40 UTC -+++ mail_room.gemspec -@@ -21,7 +21,7 @@ Gem::Specification.new do |s| - s.specification_version = 4 - - s.add_runtime_dependency(%q<net-imap>.freeze, [">= 0.2.1"]) -- s.add_runtime_dependency(%q<oauth2>.freeze, ["~> 1.4.4"]) -+ s.add_runtime_dependency(%q<oauth2>.freeze, [">= 1.4.4", "< 3"]) - s.add_development_dependency(%q<rake>.freeze, [">= 0"]) - s.add_development_dependency(%q<rspec>.freeze, ["~> 3.9"]) - s.add_development_dependency(%q<rubocop>.freeze, ["~> 1.11"])