aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-11-02 07:35:53 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-11-02 07:37:40 +0000
commit9002e8760635214b3c9ac4dd8d3a767ca7543fc2 (patch)
tree2e9280feabe5b07d371fd06e9f9199821f547ec2
parent88405874b2e673a4c3995fe8e9edb2372ef5d09d (diff)
mail/rubygem-mail_room: Update to 0.10.1
-rw-r--r--mail/rubygem-mail_room/Makefile7
-rw-r--r--mail/rubygem-mail_room/distinfo6
-rw-r--r--mail/rubygem-mail_room/files/patch-gemspec13
3 files changed, 21 insertions, 5 deletions
diff --git a/mail/rubygem-mail_room/Makefile b/mail/rubygem-mail_room/Makefile
index e64c8d996a11..d0d606cbbc18 100644
--- a/mail/rubygem-mail_room/Makefile
+++ b/mail/rubygem-mail_room/Makefile
@@ -1,15 +1,18 @@
PORTNAME= mail_room
-PORTVERSION= 0.10.0
+PORTVERSION= 0.10.1
CATEGORIES= mail rubygems
MASTER_SITES= RG
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Proxy email (gmail) from IMAP to a delivery method
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 \
+ rubygem-oauth2>=1.4.4<3:net/rubygem-oauth2
+
USES= gem
NO_ARCH= yes
diff --git a/mail/rubygem-mail_room/distinfo b/mail/rubygem-mail_room/distinfo
index 31ae27afc955..8892e39ec960 100644
--- a/mail/rubygem-mail_room/distinfo
+++ b/mail/rubygem-mail_room/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1576924116
-SHA256 (rubygem/mail_room-0.10.0.gem) = e44f2bc91671f2ed370dcf2677cae4d2ca53aa9df204b5d743464d6ef6740660
-SIZE (rubygem/mail_room-0.10.0.gem) = 25088
+TIMESTAMP = 1698848846
+SHA256 (rubygem/mail_room-0.10.1.gem) = d61469dea8b16e8a2dfe91287c0c30abdc1065586cc3295ae6b32c3ffd3b94af
+SIZE (rubygem/mail_room-0.10.1.gem) = 35328
diff --git a/mail/rubygem-mail_room/files/patch-gemspec b/mail/rubygem-mail_room/files/patch-gemspec
new file mode 100644
index 000000000000..f6866944e0a0
--- /dev/null
+++ b/mail/rubygem-mail_room/files/patch-gemspec
@@ -0,0 +1,13 @@
+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"])