Commit Graph

25056 Commits

Author SHA1 Message Date
Larry Rosenman 3844809a01 mail/dovecot-pigeonhole: fix default deps
- fix default deps.
2025-01-11 15:17:52 -06:00
Larry Rosenman 91c48066ad mail/dovecot-pigeonhole: add mysql & pgsql flavors to match mail/dovecot
Add flavors to support mail/dovecot changes.
2025-01-11 13:42:33 -06:00
Larry Rosenman d4e949bafd mail/dovecot: add mysql & pgsql flavors
Add database flavors for dovecot
2025-01-11 12:59:21 -06:00
Muhammad Moinur Rahman 5d39586a1a mail/dbmail: Update version 3.4.1=>3.5
Changelog: https://github.com/dbmail/dbmail/releases/tag/v3.5
2025-01-11 15:55:25 +01:00
Ruslan Makhmatkhanov c46f669958 zope: Remove leaf zope ports that have no sense in absence of zope itself 2025-01-11 16:21:48 +03:00
Bernard Spil 5a725343d7 mail/nextcloud-mail: Update to 4.1.1 2025-01-11 10:50:15 +01:00
Pietro Cerutti c01dbdc0d0 mail/neomutt: update to 20250109
Release notes: https://github.com/neomutt/neomutt/releases/tag/20250109
2025-01-09 10:56:46 +00:00
Cy Schubert bd3a42e85f mail/exmh2: After falling back to tk86 make mouse wheel work again
Two patches specific to tk87 will not work with tk86.

MFH:		2025Q1
2025-01-08 08:03:02 -08:00
Cy Schubert 6556bf0aa9 mail/exmh*: Fall back to tk86
EXMH doesn't work with tk90 yet. Fall back to tk86.

MFH:	2025Q1
2025-01-08 06:43:05 -08:00
Eygene Ryabinkin 15ba6bf195 mail/neomutt: prune the remains of SCREEN
Cleanup leftovers after S-lang support was removed upstream
and was excluded from the port at revision
  https://cgit.freebsd.org/ports/commit/?id=05bfdaa815652f3f588e63ab0d4c036c0eeadc68

Signed-off-by: Eygene Ryabinkin <rea@FreeBSD.org>
2025-01-08 13:10:48 +00:00
Christoph Moench-Tegeder 4b9ade5556 mail/thunderbird: update to 128.6.0 (rc3)
Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/128.6.0esr/releasenotes/
2025-01-07 22:12:23 +01:00
Renato Botelho e25b935c88 mail/dma: Update to 0.14
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2025-01-06 11:37:02 -03:00
Kurt Jaeger 9dcebd190d mail/imapsync: update 2.229 -> 2.290
PR:		280206
Changes:	https://imapsync.lamiral.info/ChangeLog
2025-01-06 11:09:57 +01:00
Norikatsu Shigemura e6053f16fb mail/p5-Mail-BIMI: Update to 3.20241209 and make more test safe
ChangeLogs:	https://metacpan.org/release/ADAVIS/Mail-BIMI-3.20241209/changes
Approved by:	hrs (mentor, blanket)
2025-01-05 01:46:45 +09:00
Matthias Andree 32fe86eb54 mail/fetchmail: update to 6.5.2 (translation updates)
Also add pkg-config to USES, which is now required by updated autotools.

PR:		283744
Approved by:	Corey Halpin (maintainer)
2025-01-02 22:43:45 +01:00
Dima Panov ee88247497 mail/opensmtpd: update to 7.6.0p1 portable release (+)
Release Notes:	https://github.com/OpenSMTPD/OpenSMTPD/releases/tag/7.4.0p0 \
		https://github.com/OpenSMTPD/OpenSMTPD/releases/tag/7.4.0p1 \
		https://github.com/OpenSMTPD/OpenSMTPD/releases/tag/7.5.0p0 \
		https://github.com/OpenSMTPD/OpenSMTPD/releases/tag/7.6.0p0 \
		https://github.com/OpenSMTPD/OpenSMTPD/releases/tag/7.6.0p1
2025-01-02 22:15:49 +03:00
Po-Chuan Hsieh 33a23cabfe mail/rubygem-actionmailer80: Add rubygem-actionmailer80 8.0.1
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).
2025-01-03 00:28:05 +08:00
Po-Chuan Hsieh f7fa5b59b5 mail/rubygem-actionmailbox80: Add rubygem-actionmailbox80 8.0.1
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.
2025-01-03 00:28:04 +08:00
Juraj Lutter b644ba6ef0 mail/dovecot-fts-xapian: Update to 1.8.2
Update to 1.8.2. This version fixes build with upcoming ICU 76, among
other things.

PR:		283541
2025-01-01 13:46:34 +01:00
Po-Chuan Hsieh 676c161426 mail/rubygem-net-imap: Update to 0.5.4
Changes:	https://github.com/ruby/net-imap/releases
2024-12-31 23:53:39 +08:00
Muhammad Moinur Rahman ac7a7d6fe1 Mk/Uses/java.mk: Runtime fix with USES=java:ant
USES=java:ant does not imply USES=java:run so we need to add the run arg
seperately when we are using USES=java:ant. Not all ports require the
the argument so it is better to address the ports individually instead
of handling it automatically by implying run for ant.

Thanks to vvd for carefully going through this.

Reported by:	vvd
Approved by:	portmgr (blanket)
2024-12-31 15:39:30 +01:00
Muhammad Moinur Rahman 0835676e36 Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
  USES=java:build,run if NO_BUILD is undefined. Else it defaults to
  USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
  USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
  extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
  build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
  build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>

Approved by: mat (portmgr), glewis
Differential Revision:  https://reviews.freebsd.org/D48201
2024-12-31 09:57:55 +01:00
Christoph Moench-Tegeder 821ff2c93f mail/thunderbird: switch to bundled botan2
Our botan2 port is going to expire soon (2025-01-31, see eb1217e8e9).
Switching to botan3 is not a trivial change (e.g. botan3 requires C++20),
so I'll rather wait for upstream to make this change first (see
https://bugzilla.mozilla.org/show_bug.cgi?id=1848104). To avoid
breakages and holdups, just switch to the bundled botan2.
2024-12-29 23:50:37 +01:00
Guido Falsi 9aa39582ba mail/xfce4-mailwatch-plugin: Update to 1.3.2
- Update WWW
2024-12-27 14:43:40 +01:00
Muhammad Moinur Rahman 465ebc3589 mail/queue-fix: Mark DEPRECATED
- Remove GENTOO MASTER_SITES as it no longer provides flat layout
- Other remaining MASTER_SITES and distfiles are also unavailable
- WWW is also no longer available
- Set EXPIRATION_DATE 2025-01-26
2024-12-27 11:37:20 +01:00
Po-Chuan Hsieh d062205238 mail/rubygem-actionmailer72: Update to 7.2.2.1
Changes:	https://github.com/rails/rails/releases
2024-12-26 03:16:53 +08:00
Po-Chuan Hsieh 724e91fad0 mail/rubygem-actionmailbox72: Update to 7.2.2.1
Changes:	https://github.com/rails/rails/releases
2024-12-26 03:16:53 +08:00
Po-Chuan Hsieh 39c3c0f84d mail/rubygem-actionmailer71: Update to 7.1.5.1
Changes:	https://github.com/rails/rails/releases
2024-12-26 03:16:50 +08:00
Po-Chuan Hsieh e809657a35 mail/rubygem-actionmailbox71: Update to 7.1.5.1
Changes:	https://github.com/rails/rails/releases
2024-12-26 03:16:49 +08:00
Po-Chuan Hsieh 80f431d843 mail/rubygem-actionmailer70: Update to 7.0.8.7
Changes:	https://github.com/rails/rails/releases
2024-12-26 03:16:46 +08:00
Po-Chuan Hsieh 0f38265426 mail/rubygem-actionmailbox70: Update to 7.0.8.7
Changes:	https://github.com/rails/rails/releases
2024-12-26 03:16:46 +08:00
Po-Chuan Hsieh ac270015af mail/p5-Mail-Message: Update to 3.016
Changes:	https://metacpan.org/dist/Mail-Message/changes
2024-12-26 03:15:15 +08:00
Guido Falsi 9e7ba1d7f2 mail/mailpit: Mark BROKEN on i386
Fails to build due to incompatible go modules.

Reported by:	pkg-fallout
2024-12-24 16:17:01 +01:00
Jose Alonso Cardenas Marquez 58ae300643 */*: Bump PORTREVISION. devel/py-atpublic was updated 2024-12-21 12:47:47 -08:00
Jose Alonso Cardenas Marquez 7d641641d9 mail/py-aiosmtpd: Update to 1.4.6 2024-12-21 12:47:47 -08:00
Guido Falsi b04f099a55 mail/mailpit: Update to 1.21.8 2024-12-20 13:06:05 +01:00
Yasuhiro Kimura 56c99895b0 mail/rspamd: Update to 3.11.0
ReleaseNotes:	https://www.rspamd.com/announce/2024/12/16/rspamd-3.11.0.html
PR:		283365
Approved by:	vsevolod (maintainer)
2024-12-18 15:37:56 +09:00
Christoph Moench-Tegeder 7a0eca8807 mail/thunderbird: update to 128.6.0 (rc1)
Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/128.6.0esr/releasenotes/
2024-12-17 13:58:03 +01:00
Krzysztof 8fdebe335b mail/postsrsd: update to 2.0.10
Changelog: https://github.com/roehling/postsrsd/releases/tag/2.0.10

PR:		283338
MFH:		2024Q4
2024-12-17 01:57:22 +01:00
Matthias Fechner a1ba20871d mail/rubygem-gitlab-mail_room: update to 0.0.25
Changes: https://gitlab.com/gitlab-org/ruby/gems/gitlab-mail_room/-/tags
2024-12-16 08:37:22 +02:00
Guido Falsi 2db70ba80d mail/mailpit: Update to 1.21.7 2024-12-15 22:48:23 +01:00
Pietro Cerutti 8c128a88c4 mail/neomutt: update to 20241212
Release notes: https://github.com/neomutt/neomutt/releases/tag/20241212
2024-12-12 16:26:42 +00:00
Christoph Moench-Tegeder 50f5d5bcbc mail/thunderbird: update to 128.5.2 (rc1)
Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/128.5.2esr/releasenotes/
2024-12-11 12:53:56 +01:00
Martin Filla 5a6a11bab8 mail/datovka: update to 4.24.2
Changelog: https://gitlab.nic.cz/datovka/datovka/blob/master/ChangeLog

PR:		283201
2024-12-10 10:03:00 +01:00
Guido Falsi 8fa5fef65d mail/mailpit: Update to 1.21.6 2024-12-09 21:36:08 +01:00
Mathieu Arnold 06881865f5 mail/imap-tools: update to 1.4.1 2024-12-07 16:48:06 +01:00
Juraj Lutter 51132e1a3b mail/postfix: Update to 3.9.1
Reported by:	portscout
2024-12-05 11:33:59 +01:00
Cy Schubert 0417f7671d mail/nmh-devel: update to latest git commit on savannah 2024-12-04 09:09:28 -08:00
Cy Schubert 52133fbade mail/spamassassin-devel: update to latest github commit 2024-12-04 09:09:27 -08:00
Mathieu Arnold 0687966454 mail/imap-tools: update to 1.4.0 2024-12-04 09:02:25 +01:00