summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile3
-rw-r--r--mail/p5-Mail-SPF/Makefile2
-rw-r--r--mail/p5-Mail-SPF/distinfo6
-rw-r--r--mail/procmail/Makefile2
-rw-r--r--mail/rubygem-actionmailbox-gitlab/Makefile32
-rw-r--r--mail/rubygem-actionmailbox-gitlab/distinfo3
-rw-r--r--mail/rubygem-actionmailbox-gitlab/pkg-descr12
-rw-r--r--mail/rubygem-actionmailer-gitlab/Makefile29
-rw-r--r--mail/rubygem-actionmailer-gitlab/distinfo3
-rw-r--r--mail/rubygem-actionmailer-gitlab/pkg-descr12
-rw-r--r--mail/rubygem-net-imap/Makefile2
-rw-r--r--mail/rubygem-net-imap/distinfo6
-rw-r--r--mail/rubygem-premailer-rails-rails-gitlab/Makefile22
-rw-r--r--mail/rubygem-premailer-rails-rails-gitlab/distinfo3
-rw-r--r--mail/rubygem-premailer-rails-rails-gitlab/pkg-descr18
-rw-r--r--mail/thunderbird-esr/Makefile2
-rw-r--r--mail/thunderbird-esr/distinfo6
-rw-r--r--mail/thunderbird/Makefile2
-rw-r--r--mail/thunderbird/distinfo6
19 files changed, 155 insertions, 16 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 6c286492fe1f..b29b0f531b41 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -598,12 +598,14 @@
SUBDIR += rspamd-devel
SUBDIR += rss2email3
SUBDIR += ruby-notmuch
+ SUBDIR += rubygem-actionmailbox-gitlab
SUBDIR += rubygem-actionmailbox60
SUBDIR += rubygem-actionmailbox61
SUBDIR += rubygem-actionmailbox70
SUBDIR += rubygem-actionmailbox71
SUBDIR += rubygem-actionmailbox72
SUBDIR += rubygem-actionmailbox80
+ SUBDIR += rubygem-actionmailer-gitlab
SUBDIR += rubygem-actionmailer4
SUBDIR += rubygem-actionmailer5
SUBDIR += rubygem-actionmailer50
@@ -632,6 +634,7 @@
SUBDIR += rubygem-pony
SUBDIR += rubygem-premailer
SUBDIR += rubygem-premailer-rails
+ SUBDIR += rubygem-premailer-rails-rails-gitlab
SUBDIR += rubygem-premailer-rails-rails5
SUBDIR += rubygem-premailer-rails-rails52
SUBDIR += rubygem-premailer-rails-rails60
diff --git a/mail/p5-Mail-SPF/Makefile b/mail/p5-Mail-SPF/Makefile
index e609bcbebdd5..1ef80e31d46b 100644
--- a/mail/p5-Mail-SPF/Makefile
+++ b/mail/p5-Mail-SPF/Makefile
@@ -1,5 +1,5 @@
PORTNAME= Mail-SPF
-PORTVERSION= 3.20240923
+PORTVERSION= 3.20250505
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/mail/p5-Mail-SPF/distinfo b/mail/p5-Mail-SPF/distinfo
index 3dbbd88ed618..39db2ad3e144 100644
--- a/mail/p5-Mail-SPF/distinfo
+++ b/mail/p5-Mail-SPF/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1727314530
-SHA256 (Mail-SPF-3.20240923.tar.gz) = dd348caaf4947ec5013f79cc66ae99b92b38b8723619efbe36760e12cb221430
-SIZE (Mail-SPF-3.20240923.tar.gz) = 94271
+TIMESTAMP = 1747546462
+SHA256 (Mail-SPF-3.20250505.tar.gz) = 9ac60d00b957e849bafe90a8defdeee2e5ffab1c87ac5a4abc452875e9904863
+SIZE (Mail-SPF-3.20250505.tar.gz) = 94915
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile
index 1d9cf8414dd6..17f920999fb7 100644
--- a/mail/procmail/Makefile
+++ b/mail/procmail/Makefile
@@ -25,6 +25,8 @@ PORTDOCS= FAQ FEATURES HISTORY KNOWN_BUGS README
PORTEXAMPLES= 1procmailrc 1rmail 2procmailrc 2rmail 3procmailrc 3rmail \
advanced dirname forward local_procmail_lmtp.m4 mailstat
+PORTSCOUT= ignore:1
+
OPTIONS_DEFINE= DOCS EXAMPLES
post-patch:
diff --git a/mail/rubygem-actionmailbox-gitlab/Makefile b/mail/rubygem-actionmailbox-gitlab/Makefile
new file mode 100644
index 000000000000..0dd42085926e
--- /dev/null
+++ b/mail/rubygem-actionmailbox-gitlab/Makefile
@@ -0,0 +1,32 @@
+PORTNAME= actionmailbox
+PORTVERSION= ${RAILS_VERSION}
+CATEGORIES= mail rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -gitlab
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Receive and process incoming emails in Rails applications
+WWW= https://github.com/rails/rails/tree/main/actionmailbox \
+ https://rubyonrails.org/
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS= rubygem-actionpack-gitlab>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack-gitlab \
+ rubygem-activejob-gitlab>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activejob-gitlab \
+ rubygem-activerecord-gitlab>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activerecord-gitlab \
+ rubygem-activestorage-gitlab>=${PORTVERSION}<${PORTVERSION}_99:net/rubygem-activestorage-gitlab \
+ rubygem-activesupport-gitlab>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport-gitlab \
+ rubygem-mail>=2.7.1,2:mail/rubygem-mail \
+ rubygem-net-imap>=0:mail/rubygem-net-imap \
+ rubygem-net-pop>=0:mail/rubygem-net-pop \
+ rubygem-net-smtp>=0:mail/rubygem-net-smtp
+
+USES= gem
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^7\.1\.
+
+.include "${.CURDIR}/../../www/gitlab/Makefile.common"
+.include <bsd.port.mk>
diff --git a/mail/rubygem-actionmailbox-gitlab/distinfo b/mail/rubygem-actionmailbox-gitlab/distinfo
new file mode 100644
index 000000000000..bee32cb33adc
--- /dev/null
+++ b/mail/rubygem-actionmailbox-gitlab/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1734888814
+SHA256 (rubygem/actionmailbox-7.1.5.1.gem) = c3c20589fe43e6fa88bba2d76a6f9805ffdd02531f4a9a4af8197d59f5a5360a
+SIZE (rubygem/actionmailbox-7.1.5.1.gem) = 22528
diff --git a/mail/rubygem-actionmailbox-gitlab/pkg-descr b/mail/rubygem-actionmailbox-gitlab/pkg-descr
new file mode 100644
index 000000000000..ffc1daea8253
--- /dev/null
+++ b/mail/rubygem-actionmailbox-gitlab/pkg-descr
@@ -0,0 +1,12 @@
+Action Mailbox routes incoming emails to controller-like mailboxes for
+processing in Rails. It ships with ingresses for Mailgun, Mandrill, Postmark,
+and SendGrid. You can also handle inbound mails directly via the built-in Exim,
+Postfix, and Qmail ingresses.
+
+The inbound emails are turned into InboundEmail records using Active Record and
+feature lifecycle tracking, storage of the original email on cloud storage via
+Active Storage, and responsible data handling with on-by-default incineration.
+
+These inbound emails are routed asynchronously using Active Job to one or
+several dedicated mailboxes, which are capable of interacting directly with the
+rest of your domain model.
diff --git a/mail/rubygem-actionmailer-gitlab/Makefile b/mail/rubygem-actionmailer-gitlab/Makefile
new file mode 100644
index 000000000000..36bf654c541a
--- /dev/null
+++ b/mail/rubygem-actionmailer-gitlab/Makefile
@@ -0,0 +1,29 @@
+PORTNAME= actionmailer
+PORTVERSION= ${RAILS_VERSION}
+CATEGORIES= mail rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -gitlab
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Compose, deliver, and test emails on Rails
+WWW= https://github.com/rails/rails/tree/main/actionmailer \
+ https://rubyonrails.org/
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS= rubygem-actionpack-gitlab>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack-gitlab \
+ rubygem-actionview-gitlab>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-actionview-gitlab \
+ rubygem-activejob-gitlab>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activejob-gitlab \
+ rubygem-activesupport-gitlab>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport-gitlab \
+ rubygem-mail>=2.5.4,2<3,2:mail/rubygem-mail \
+ rubygem-rails-dom-testing-rails-gitlab>=2.2<3:textproc/rubygem-rails-dom-testing-rails-gitlab
+
+USES= gem
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^7\.1\.
+
+.include "${.CURDIR}/../../www/gitlab/Makefile.common"
+.include <bsd.port.mk>
diff --git a/mail/rubygem-actionmailer-gitlab/distinfo b/mail/rubygem-actionmailer-gitlab/distinfo
new file mode 100644
index 000000000000..c1c6df2ad492
--- /dev/null
+++ b/mail/rubygem-actionmailer-gitlab/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1734888816
+SHA256 (rubygem/actionmailer-7.1.5.1.gem) = b213d6d880b23b093ccfef3b4f87a3d27e4666442f71b5b634b2d19e19a49759
+SIZE (rubygem/actionmailer-7.1.5.1.gem) = 34304
diff --git a/mail/rubygem-actionmailer-gitlab/pkg-descr b/mail/rubygem-actionmailer-gitlab/pkg-descr
new file mode 100644
index 000000000000..e757a32e32bf
--- /dev/null
+++ b/mail/rubygem-actionmailer-gitlab/pkg-descr
@@ -0,0 +1,12 @@
+Action Mailer is a framework for designing email service layers. These layers
+are used to consolidate code for sending out forgotten passwords, welcome wishes
+on signup, invoices for billing, and any other use case that requires a written
+notification to either a person or another system.
+
+Action Mailer is in essence a wrapper around Action Controller and the Mail gem.
+It provides a way to make emails using templates in the same way that Action
+Controller renders views using templates.
+
+Additionally, an Action Mailer class can be used to process incoming email, such
+as allowing a blog to accept new posts from an email (which could even have been
+sent from a phone).
diff --git a/mail/rubygem-net-imap/Makefile b/mail/rubygem-net-imap/Makefile
index 737e36b082f2..9759aa2e043a 100644
--- a/mail/rubygem-net-imap/Makefile
+++ b/mail/rubygem-net-imap/Makefile
@@ -1,5 +1,5 @@
PORTNAME= net-imap
-PORTVERSION= 0.5.7
+PORTVERSION= 0.5.8
CATEGORIES= mail rubygems
MASTER_SITES= RG
diff --git a/mail/rubygem-net-imap/distinfo b/mail/rubygem-net-imap/distinfo
index 6572c6909c28..23b29cc22639 100644
--- a/mail/rubygem-net-imap/distinfo
+++ b/mail/rubygem-net-imap/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1745936390
-SHA256 (rubygem/net-imap-0.5.7.gem) = d5c0247832439b62298c0935ba67d8bc02fdb476d7a3e099d6f75b3daf498b91
-SIZE (rubygem/net-imap-0.5.7.gem) = 176128
+TIMESTAMP = 1747547476
+SHA256 (rubygem/net-imap-0.5.8.gem) = 52aa5fdfc1a8a3df1f793b20a327e95b5a9dfe1d733e1f0d53075d2dbcfcf593
+SIZE (rubygem/net-imap-0.5.8.gem) = 177152
diff --git a/mail/rubygem-premailer-rails-rails-gitlab/Makefile b/mail/rubygem-premailer-rails-rails-gitlab/Makefile
new file mode 100644
index 000000000000..89ef97c8804f
--- /dev/null
+++ b/mail/rubygem-premailer-rails-rails-gitlab/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= premailer-rails
+PORTVERSION= 1.12.0
+CATEGORIES= mail rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -rails-gitlab
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= CSS styled emails without the hassle
+WWW= https://github.com/fphilipe/premailer-rails
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-actionmailer-gitlab>=3:mail/rubygem-actionmailer-gitlab \
+ rubygem-net-smtp>=0:mail/rubygem-net-smtp \
+ rubygem-premailer>=1.7.9<2:mail/rubygem-premailer
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/mail/rubygem-premailer-rails-rails-gitlab/distinfo b/mail/rubygem-premailer-rails-rails-gitlab/distinfo
new file mode 100644
index 000000000000..87942c22dfcd
--- /dev/null
+++ b/mail/rubygem-premailer-rails-rails-gitlab/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1714227794
+SHA256 (rubygem/premailer-rails-1.12.0.gem) = c13815d161b9bc7f7d3d81396b0bb0a61a90fa9bd89931548bf4e537c7710400
+SIZE (rubygem/premailer-rails-1.12.0.gem) = 25088
diff --git a/mail/rubygem-premailer-rails-rails-gitlab/pkg-descr b/mail/rubygem-premailer-rails-rails-gitlab/pkg-descr
new file mode 100644
index 000000000000..4d35cd4d87da
--- /dev/null
+++ b/mail/rubygem-premailer-rails-rails-gitlab/pkg-descr
@@ -0,0 +1,18 @@
+premailer-rails is a drop in solution for styling HTML emails with CSS without
+having to do the hard work yourself.
+
+Styling emails is not just a matter of linking to a stylesheet. Most clients,
+especially web clients, ignore linked stylesheets or <style> tags in the HTML.
+The workaround is to write all the CSS rules in the style attribute of each tag
+inside your email. This is a rather tedious and hard to maintain approach.
+
+Premailer to the rescue! The great premailer gem applies all CSS rules to each
+matching HTML element by adding them to the style attribute. This allows you to
+keep HTML and CSS in separate files, just as you're used to from web
+development, thus keeping your sanity.
+
+This gem is an adapter for premailer to work with actionmailer out of the box.
+Actionmailer is the email framework used in Rails, which also works outside of
+Rails. Although premailer-rails has certain Rails specific features, it also
+works in the absence of Rails making it compatible with other frameworks such as
+sinatra.
diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile
index efa73f1b9bae..77ae4e3abe31 100644
--- a/mail/thunderbird-esr/Makefile
+++ b/mail/thunderbird-esr/Makefile
@@ -1,5 +1,5 @@
PORTNAME= thunderbird
-DISTVERSION= 128.10.1
+DISTVERSION= 128.10.2
CATEGORIES= mail news net-im wayland
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source
diff --git a/mail/thunderbird-esr/distinfo b/mail/thunderbird-esr/distinfo
index f996561407c7..a9b915b24b47 100644
--- a/mail/thunderbird-esr/distinfo
+++ b/mail/thunderbird-esr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1747170898
-SHA256 (thunderbird-128.10.1esr.source.tar.xz) = 4439ba90816d7c8ab8ad7f8fdd63b0cbfd4ca0b86d1e6a90d2d6e1ea31e0007e
-SIZE (thunderbird-128.10.1esr.source.tar.xz) = 677156592
+TIMESTAMP = 1747758681
+SHA256 (thunderbird-128.10.2esr.source.tar.xz) = 63c25911ee56992d11e26c8663e3b0fe49115acc7296e5b02bbd6206b64d183d
+SIZE (thunderbird-128.10.2esr.source.tar.xz) = 674082824
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index 6503c3a6d048..c7f6489816aa 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -1,5 +1,5 @@
PORTNAME= thunderbird
-DISTVERSION= 138.0.1
+DISTVERSION= 138.0.2
CATEGORIES= mail news net-im wayland
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}${DISTVERSIONSUFFIX}-candidates/build1/source
diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo
index 0ca168b6d46a..ca1ac682f0fa 100644
--- a/mail/thunderbird/distinfo
+++ b/mail/thunderbird/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1747078528
-SHA256 (thunderbird-138.0.1.source.tar.xz) = eaee181a9d5660c971d66db7de7adc3c16ea9f0f3c7e8339b6985d6688a80180
-SIZE (thunderbird-138.0.1.source.tar.xz) = 758760604
+TIMESTAMP = 1747758654
+SHA256 (thunderbird-138.0.2.source.tar.xz) = 1bedb532edbd9d377022e398ae234348f9c91d9e89a6c9fe2352aed41c42121a
+SIZE (thunderbird-138.0.2.source.tar.xz) = 739227692