summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile2
-rw-r--r--mail/fetchmail/Makefile2
-rw-r--r--mail/fetchmail/distinfo6
-rw-r--r--mail/milter-regex/Makefile3
-rw-r--r--mail/milter-regex/pkg-plist2
-rw-r--r--mail/rubygem-actionmailbox81/Makefile28
-rw-r--r--mail/rubygem-actionmailbox81/distinfo3
-rw-r--r--mail/rubygem-actionmailbox81/pkg-descr12
-rw-r--r--mail/rubygem-actionmailer81/Makefile28
-rw-r--r--mail/rubygem-actionmailer81/distinfo3
-rw-r--r--mail/rubygem-actionmailer81/pkg-descr12
-rw-r--r--mail/smtprelay/Makefile3
-rw-r--r--mail/smtprelay/distinfo10
-rw-r--r--mail/spamassassin-devel/Makefile4
-rw-r--r--mail/spamassassin-devel/distinfo6
-rw-r--r--mail/thunderbird/files/patch-dom_media_webrtc_libwebrtc__overrides_moz.build9
16 files changed, 114 insertions, 19 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 10ba11914772..16aaae796cf6 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -608,6 +608,7 @@
SUBDIR += rubygem-actionmailbox71
SUBDIR += rubygem-actionmailbox72
SUBDIR += rubygem-actionmailbox80
+ SUBDIR += rubygem-actionmailbox81
SUBDIR += rubygem-actionmailer-gitlab
SUBDIR += rubygem-actionmailer4
SUBDIR += rubygem-actionmailer5
@@ -619,6 +620,7 @@
SUBDIR += rubygem-actionmailer71
SUBDIR += rubygem-actionmailer72
SUBDIR += rubygem-actionmailer80
+ SUBDIR += rubygem-actionmailer81
SUBDIR += rubygem-email_reply_parser
SUBDIR += rubygem-email_reply_parser-discourse
SUBDIR += rubygem-email_reply_trimmer
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 431bcebc674d..d6aa86c91d54 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,5 +1,5 @@
PORTNAME?= fetchmail
-DISTVERSION= 6.6.0
+DISTVERSION= 6.6.1
PORTREVISION?= 0
CATEGORIES= mail
# The next line is inherited by the fetchmailconf dependent port,
diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo
index 8e66681039c4..c11eddfb0285 100644
--- a/mail/fetchmail/distinfo
+++ b/mail/fetchmail/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1761609473
-SHA256 (fetchmail-6.6.0.tar.xz) = 7b9c19e6683e827d556751aa5db5d44b961e87be8b3087535b4909ba1b59321c
-SIZE (fetchmail-6.6.0.tar.xz) = 1093180
+TIMESTAMP = 1762985070
+SHA256 (fetchmail-6.6.1.tar.xz) = 38d01fe404e67514df394a6ed1a815bbb61aa90c0fa4402252593aced0e38a1d
+SIZE (fetchmail-6.6.1.tar.xz) = 1090212
diff --git a/mail/milter-regex/Makefile b/mail/milter-regex/Makefile
index 97185ab81a4e..fc387d257e4e 100644
--- a/mail/milter-regex/Makefile
+++ b/mail/milter-regex/Makefile
@@ -13,9 +13,10 @@ LICENSE_FILE= ${FILESDIR}/COPYRIGHT
USE_RC_SUBR= milterregex
SUB_LIST= SPOOLDIR=${SPOOLDIR}
-PLIST_SUB= SPOOLDIR=${SPOOLDIR}
+PLIST_SUB= MAILUSER=${MAILUSER} MAILGROUP=${MAILGROUP} SPOOLDIR=${SPOOLDIR}
MAILUSER?= mailnull
+MAILGROUP?= mail
SPOOLDIR?= /var/run/milter-regex
.include <bsd.port.pre.mk>
diff --git a/mail/milter-regex/pkg-plist b/mail/milter-regex/pkg-plist
index 5c09266ac9de..53908fff88ae 100644
--- a/mail/milter-regex/pkg-plist
+++ b/mail/milter-regex/pkg-plist
@@ -1,3 +1,3 @@
libexec/milter-regex
share/man/man8/milter-regex.8.gz
-@dir(mailnull,mail,750) %%SPOOLDIR%%
+@dir(%%MAILUSER%%,%%MAILGROUP%%,750) %%SPOOLDIR%%
diff --git a/mail/rubygem-actionmailbox81/Makefile b/mail/rubygem-actionmailbox81/Makefile
new file mode 100644
index 000000000000..782d7294ab1f
--- /dev/null
+++ b/mail/rubygem-actionmailbox81/Makefile
@@ -0,0 +1,28 @@
+PORTNAME= actionmailbox
+PORTVERSION= 8.1.0
+CATEGORIES= mail rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 81
+
+MAINTAINER= sunpoet@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-actionpack81>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack81 \
+ rubygem-activejob81>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activejob81 \
+ rubygem-activerecord81>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activerecord81 \
+ rubygem-activestorage81>=${PORTVERSION}<${PORTVERSION}_99:net/rubygem-activestorage81 \
+ rubygem-activesupport81>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport81 \
+ rubygem-mail>=2.8.0,2:mail/rubygem-mail
+
+USES= gem
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^8\.1\.
+
+.include <bsd.port.mk>
diff --git a/mail/rubygem-actionmailbox81/distinfo b/mail/rubygem-actionmailbox81/distinfo
new file mode 100644
index 000000000000..6b714a3354e3
--- /dev/null
+++ b/mail/rubygem-actionmailbox81/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1762526258
+SHA256 (rubygem/actionmailbox-8.1.0.gem) = 96cd0c4ec02ba54f117ac31df0a1c607f5b45bcfd8474d6ae068a38615f73b72
+SIZE (rubygem/actionmailbox-8.1.0.gem) = 22016
diff --git a/mail/rubygem-actionmailbox81/pkg-descr b/mail/rubygem-actionmailbox81/pkg-descr
new file mode 100644
index 000000000000..ffc1daea8253
--- /dev/null
+++ b/mail/rubygem-actionmailbox81/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-actionmailer81/Makefile b/mail/rubygem-actionmailer81/Makefile
new file mode 100644
index 000000000000..285ace8ae887
--- /dev/null
+++ b/mail/rubygem-actionmailer81/Makefile
@@ -0,0 +1,28 @@
+PORTNAME= actionmailer
+PORTVERSION= 8.1.0
+CATEGORIES= mail rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 81
+
+MAINTAINER= sunpoet@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-actionpack81>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack81 \
+ rubygem-actionview81>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-actionview81 \
+ rubygem-activejob81>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activejob81 \
+ rubygem-activesupport81>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport81 \
+ rubygem-mail>=2.8.0,2<3,2:mail/rubygem-mail \
+ rubygem-rails-dom-testing-rails81>=2.2<3:textproc/rubygem-rails-dom-testing-rails81
+
+USES= gem
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^8\.1\.
+
+.include <bsd.port.mk>
diff --git a/mail/rubygem-actionmailer81/distinfo b/mail/rubygem-actionmailer81/distinfo
new file mode 100644
index 000000000000..d47a7e2f1e74
--- /dev/null
+++ b/mail/rubygem-actionmailer81/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1762526260
+SHA256 (rubygem/actionmailer-8.1.0.gem) = e79d607c0b99ba384b535e4cbe1927351c409999cfc1a3214d2b3fcf06b36cb1
+SIZE (rubygem/actionmailer-8.1.0.gem) = 32768
diff --git a/mail/rubygem-actionmailer81/pkg-descr b/mail/rubygem-actionmailer81/pkg-descr
new file mode 100644
index 000000000000..e757a32e32bf
--- /dev/null
+++ b/mail/rubygem-actionmailer81/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/smtprelay/Makefile b/mail/smtprelay/Makefile
index b12dd8888cc6..c637f9923ddb 100644
--- a/mail/smtprelay/Makefile
+++ b/mail/smtprelay/Makefile
@@ -1,7 +1,6 @@
PORTNAME= smtprelay
DISTVERSIONPREFIX=v
-DISTVERSION= 1.12.0
-PORTREVISION= 7
+DISTVERSION= 1.13.0
CATEGORIES= mail
MAINTAINER= decke@FreeBSD.org
diff --git a/mail/smtprelay/distinfo b/mail/smtprelay/distinfo
index 7cb0055ddc3b..be5618d7c815 100644
--- a/mail/smtprelay/distinfo
+++ b/mail/smtprelay/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1749062034
-SHA256 (go/mail_smtprelay/smtprelay-v1.12.0/v1.12.0.mod) = e38d22c3d6fd44eb3b44b94930001999861a48a4767d454fdf0fe18127b351e3
-SIZE (go/mail_smtprelay/smtprelay-v1.12.0/v1.12.0.mod) = 550
-SHA256 (go/mail_smtprelay/smtprelay-v1.12.0/v1.12.0.zip) = 1d5fb3c60733a6e6bb6c50b3edf1ac2962c1c7637f7711677aab33b6083048be
-SIZE (go/mail_smtprelay/smtprelay-v1.12.0/v1.12.0.zip) = 29225
+TIMESTAMP = 1763294405
+SHA256 (go/mail_smtprelay/smtprelay-v1.13.0/v1.13.0.mod) = 93ddb10b28a9404e2699afb7da622766e72d79d67a0b3ad77c7ef5ec61ce78bc
+SIZE (go/mail_smtprelay/smtprelay-v1.13.0/v1.13.0.mod) = 664
+SHA256 (go/mail_smtprelay/smtprelay-v1.13.0/v1.13.0.zip) = ffe70d78d90edc423b0e941bdffe47f2dcb43e89686889973b90beb39817dfef
+SIZE (go/mail_smtprelay/smtprelay-v1.13.0/v1.13.0.zip) = 32260
diff --git a/mail/spamassassin-devel/Makefile b/mail/spamassassin-devel/Makefile
index beb6bd4dd8d5..3b7951e0cc1f 100644
--- a/mail/spamassassin-devel/Makefile
+++ b/mail/spamassassin-devel/Makefile
@@ -10,8 +10,8 @@ WWW= https://spamassassin.apache.org/
USE_GITHUB= yes
GH_ACCOUNT= apache
-GH_TAGNAME= 775c93607
-SA_COMMIT_DATE= 2025.10.14
+GH_TAGNAME= e46086e60
+SA_COMMIT_DATE= 2025.11.17
LICENSE= APACHE20
diff --git a/mail/spamassassin-devel/distinfo b/mail/spamassassin-devel/distinfo
index 2b640247639f..d78fdcf4373b 100644
--- a/mail/spamassassin-devel/distinfo
+++ b/mail/spamassassin-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1760452021
-SHA256 (apache-spamassassin-2025.10.14-775c93607_GH0.tar.gz) = 0f3cc6668ff3757eb124016de9d23c85469acba0ab3f14ae85e608f705840e44
-SIZE (apache-spamassassin-2025.10.14-775c93607_GH0.tar.gz) = 8427629
+TIMESTAMP = 1763397479
+SHA256 (apache-spamassassin-2025.11.17-e46086e60_GH0.tar.gz) = 686afe2188d872436cf0ec5f2cd8b138327e40438455f8333a600f12d2ce21a7
+SIZE (apache-spamassassin-2025.11.17-e46086e60_GH0.tar.gz) = 8430151
diff --git a/mail/thunderbird/files/patch-dom_media_webrtc_libwebrtc__overrides_moz.build b/mail/thunderbird/files/patch-dom_media_webrtc_libwebrtc__overrides_moz.build
index d9dde78484f2..ac01cff0e211 100644
--- a/mail/thunderbird/files/patch-dom_media_webrtc_libwebrtc__overrides_moz.build
+++ b/mail/thunderbird/files/patch-dom_media_webrtc_libwebrtc__overrides_moz.build
@@ -7,7 +7,7 @@ diff --git dom/media/webrtc/libwebrtc_overrides/moz.build dom/media/webrtc/libwe
index ed9c450e5649..1ac213e48b28 100644
--- dom/media/webrtc/libwebrtc_overrides/moz.build
+++ dom/media/webrtc/libwebrtc_overrides/moz.build
-@@ -34,7 +34,7 @@ UNIFIED_SOURCES += [
+@@ -49,13 +49,13 @@
"call/call_basic_stats.cc",
]
@@ -16,3 +16,10 @@ index ed9c450e5649..1ac213e48b28 100644
CXXFLAGS += CONFIG["MOZ_X11_CFLAGS"]
UNIFIED_SOURCES += [
"modules/desktop_capture/linux/x11/x_error_trap.cc",
+ ]
+
+-if CONFIG["TARGET_CPU"] in ("loongarch64", "ppc64"):
++if CONFIG["TARGET_CPU"] in ("loongarch64"):
+ UNIFIED_SOURCES += [
+ "modules/desktop_capture/linux/x11/x_error_trap.cc",
+ ]