Commit Graph

25859 Commits

Author SHA1 Message Date
Christoph Moench-Tegeder d630bf517a mail/thunderbird-esr: update to 140.10.1 (rc2)
Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/140.10.1esr/releasenotes/
2026-04-29 22:40:29 +02:00
Christoph Moench-Tegeder 644ffeef42 mail/thunderbird: update to 150.0.1 (rc2)
Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/150.0.1/releasenotes/
2026-04-29 22:39:48 +02:00
Christoph Moench-Tegeder 9a8e7518d6 mail/thunderbird-esr: update to 140.10.1 (rc1)
Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/140.10.1esr/releasenotes/
2026-04-29 20:51:46 +02:00
Christoph Moench-Tegeder 7807a02461 mail/thunderbird: update to 150.0.1 (rc1)
Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/150.0.1/releasenotes/
2026-04-29 20:51:02 +02:00
Bernard Spil 5a873acc25 mail/nextcloud-mail: Update to 5.7.14 2026-04-29 12:10:08 +02:00
Cy Schubert ed89d9b114 mail/spamassassin-devel: update to latest github commit 2026-04-28 09:58:25 -07:00
Bernard Spil e647f327cf mail/nextcloud-mail: Update to 5.7.13 2026-04-28 09:31:17 +02:00
Po-Chuan Hsieh ddbf354a17 mail/rubygem-net-imap: Update to 0.5.14
Changes:	https://github.com/ruby/net-imap/releases
2026-04-27 21:08:06 +08:00
Po-Chuan Hsieh 964da2d85d mail/p5-Mail-Message: Update to 4.05
Changes:	https://metacpan.org/dist/Mail-Message/changes
2026-04-27 21:07:04 +08:00
Po-Chuan Hsieh ef81bd808f mail/p5-Mail-Box: Update to 4.02
Changes:	https://metacpan.org/dist/Mail-Box/changes
2026-04-27 21:07:04 +08:00
Po-Chuan Hsieh 0e3e76cbc8 databases/rocksdb: Update to 11.0.4
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/facebook/rocksdb/releases
2026-04-27 21:06:49 +08:00
Mikael Urankar 17bf498fd2 lang/rust: Bump revisions after 1.95.0
PR:		294615
2026-04-27 14:26:47 +02:00
Mikael Urankar be89c5eb3d mail/thunderbird-esr: Fix build with rust 1.95.0
Import part of upstream patch [1] to fix the following error,
upstream PR at [2]:

error[E0599]: no method named `select` found for struct `Mask<T, N>` in the current scope
  --> third_party/rust/encoding_rs/src/x_user_defined.rs:23:56

[1] https://hg-edge.mozilla.org/mozilla-central/rev/ec1dd05fd578
[2] https://bugzilla.mozilla.org/show_bug.cgi?id=2033279

PR:		294615, 294703
Approved by:	portmgr (build fix blanket)
2026-04-27 14:26:47 +02:00
Mikael Urankar 0229e7d943 mail/thunderbird: Fix build with rust 1.95.0
Import part of upstream patch [1] to fix the following error,
upstream PR at [2]:

error[E0599]: no method named `select` found for struct `Mask<T, N>` in the current scope
  --> third_party/rust/encoding_rs/src/x_user_defined.rs:23:56

[1] https://hg-edge.mozilla.org/mozilla-central/rev/ec1dd05fd578
[2] https://bugzilla.mozilla.org/show_bug.cgi?id=2033279

PR:		294615, 294703
Approved by:	portmgr (build fix blanket)
2026-04-27 14:26:47 +02:00
Derek Schrock 9cf55329fb mail/mutt: Update 2.3.1 => 2.3.2
Release Notes:
https://marc.info/?l=mutt-users&m=177718131918193&w=2

PR:		294821
Sponsored by:	UNIS Labs
MFH:		2026Q2
2026-04-27 06:17:12 +03:00
Florian Smeets 13bf889ba4 mail/pflogsumm: Update to 1.2.0
Event:	Wiesbaden Hackathon 202604
2026-04-25 12:02:33 +02:00
Bernard Spil 0cc9487e12 mail/nextcloud-mail: Update to 5.7.12 2026-04-24 22:06:33 +02:00
Baptiste Daroussin 0eecc888ab mail/mlmmj: update to 2.0.1
build script fixes
2026-04-23 14:00:12 +02:00
Po-Chuan Hsieh 849c99c682 mail/rubygem-roadie: Update to 5.3.0
Changes:	https://github.com/Mange/roadie/blob/master/Changelog.md
2026-04-23 18:08:17 +08:00
Baptiste Daroussin a789c1ea01 mail/mlmmj: fif --mandir not working like expected 2026-04-23 12:04:44 +02:00
Baptiste Daroussin b11a20cb61 mail/mlmmj: update to 2.0.0 2026-04-23 11:20:47 +02:00
Hiroki Tagato 3950938d17 mail/py-resend: Update to 2.29.0
While here, switch to use USE_PYTHON=pep517.

Changelog:
- https://github.com/resend/resend-python/releases/tag/v2.28.0
- https://github.com/resend/resend-python/releases/tag/v2.28.1
- https://github.com/resend/resend-python/releases/tag/v2.29.0

Reported by:	portscout
2026-04-23 17:46:45 +09:00
Christoph Moench-Tegeder b16dfd4fee mail/thunderbird-esr: update to 140.10.0 (ga)
Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/140.10.0esr/releasenotes/
2026-04-22 22:30:09 +02:00
Cy Schubert caab64feb1 mail/spamassassin*: Ensure process name is renamed even in debug mode
Some customers run spamassassin in debug mode. This breaks rc's ability
to manage the process because the process name is unexpectedly "perl".
When in debug mode, also set the process name to spamd.

Reported by:	Dan Mahoney <danm@prime.gushi.org>
Upstream bug:	https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8384
2026-04-21 20:17:35 -07:00
Kousuke Kannagi caf3bbcb0c mail/s-nail: Bump PORTREVISION
Since the MANITAINER was changed in the previous commit, BUMP
PORTREVISION.

USES=ncurses has been added and MAKE_ENV has also been changed, but the
binary files remain the same. The same applies to dependencies.

PR: 294589
Reported by:	eduardo (via email)
Approved by:	osa (mentor)
2026-04-21 23:14:57 +09:00
Joseph Mingrone 5afaf41820 mail/notmuch: PORTREVISION must be set with ?=
Set PORTREVISION with ?= so the values in slave ports are not
overwritten.

Sponsored by:	The FreeBSD Foundation
2026-04-20 00:10:59 -03:00
Mathieu Arnold 074275903b mail/imap-tools: update to 1.10.0 2026-04-19 12:49:01 +02:00
Bernard Spil 9bfd3113e0 mail/nextcloud-mail: Update to 5.7.11 2026-04-19 10:28:50 +02:00
Po-Chuan Hsieh 6747c02c8f mail/rubygem-actionmailer81: Update to 8.1.3
Changes:	https://github.com/rails/rails/releases
2026-04-19 05:54:05 +08:00
Po-Chuan Hsieh 189f7d7c9a mail/rubygem-actionmailbox81: Update to 8.1.3
Changes:	https://github.com/rails/rails/releases
2026-04-19 05:54:05 +08:00
Po-Chuan Hsieh 0d6abd570a mail/rubygem-actionmailer80: Update to 8.0.5
Changes:	https://github.com/rails/rails/releases
2026-04-19 05:54:00 +08:00
Po-Chuan Hsieh 45be124e8e mail/rubygem-actionmailbox80: Update to 8.0.5
Changes:	https://github.com/rails/rails/releases
2026-04-19 05:54:00 +08:00
Po-Chuan Hsieh 36f95e3cfa databases/xapian-core: Update to 2.0.0
- Update CONFLICTS_INSTALL
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://trac.xapian.org/wiki/ReleaseOverview
		https://github.com/xapian/xapian/blob/main/xapian-core/NEWS
2026-04-19 05:49:56 +08:00
Christoph Moench-Tegeder 7975e03337 mail/thunderbird: update to 150.0 (rc1)
Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/150.0/releasenotes/
2026-04-17 20:56:29 +02:00
Christoph Moench-Tegeder 05102a88a4 mail/thunderbird-esr: update to 140.10.0 (rc1)
Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/140.10.0esr/releasenotes/
2026-04-17 20:55:42 +02:00
Bernard Spil 3947231b29 mail/nextcloud-mail: Update to 5.7.9 2026-04-17 19:02:21 +02:00
Kousuke Kannagi f2fa1e78a9 mail/s-nail: Take maintainership
PR:		294589
Approved by:	osa (mentor)
2026-04-17 23:01:08 +09:00
Guido Falsi 25dc02f2a1 mail/mailpit: Update to 1.29.7 2026-04-16 20:28:55 +02:00
Craig Leres 67c45deca2 mail/mailman3: Clean up orig patched files so they are not installed
PR:		294532
Approved by:	einar (maintainer)
2026-04-15 10:03:34 -07:00
Oliver Lehmann 7f2a46eb64 mail/sqwebmail: update to 3.6.1
also: replace pcre dependency with pcre2 [PR]

PR:		294476
2026-04-14 19:24:18 +02:00
Joseph Mingrone 07ed11c5d4 mail/mew-devel: Fix PKGBASE collision with mail/mew
Add PKGNAMESUFFIX=-devel to avoid a PKGBASE collision with mail/new.

Reported by:	antoine
Sponsored by:	The FreeBSD Foundation
2026-04-14 10:08:39 -03:00
Derek Schrock 83efe4171e mail/py-offlineimap3: Update to 8.0.2
- Project is now (back) in PyPI as offlineimap
- Move to mail/py-offlineimap
- Upstream moved to PEP 517

PR:		294454
Changelog:	https://github.com/OfflineIMAP/offlineimap3/releases/tag/v8.0.2
2026-04-13 21:04:59 +02:00
Juraj Lutter 35952b6f38 mail/postfix-current: Update to 3.12-20260410 2026-04-12 15:57:24 +02:00
Joseph Mingrone bc45b7ec88 Emacs Lisp ports framework: Overhaul
This overhaul introduces four key changes to the elisp ports framework:

1. Remove support for packaged byte-compiled elisp.

   The primary motivation is to remove a large number of flavor-specific
   packages and to simplify the ports tree.  As an example, supporting
   byte-compiled elisp for devel/tablist required six packages, one for
   each flavor of editors/emacs and editors/emacs-devel.  With over 100
   elisp ports and requests for new Emacs flavors, this was
   unmanageable.

2. Install configuration to integrate with Emacs's native compilation
   machinery, allowing elisp from ports to be compiled into the standard
   cache under the user's home directory.

   This matches the behavior of GNU ELPA packages and generally results
   in a faster experience.  Speedups vary depending on the
   characteristics of the elisp code, but are often reported to be 2.5
   to 5 times faster than byte-compiled code.

3. Perform byte compilation on the target host, but only when native
   compilation is unavailable.  Compilation is initiated when Emacs
   starts, and the resulting .elc files are cached under the user's
   home directory.

4. Load all autoload files installed by FreeBSD elisp ports.  This
   mirrors what package.el does for ELPA packages, ensuring that
   autoloaded functions are available without requiring users to
   explicitly load each package.

Users with elisp packages (*-emacs_*) installed should consult the
2026-04-11 UPDATING entry for instructions on handling the transition.

Reviewed by:	ashish, Benjamin Jacobs <freebsd@dev.thsi.be>, dinoex,
		mandree, mce, nobutaka, Pat Maddox <pat@patmaddox.com>,
		rhurlin
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D56001
2026-04-11 13:03:58 -03:00
Goran Mekić f181420d0d mail/py-mailsuite: Update 1.11.1 => 1.11.2
Changelog:
https://github.com/seanthegeek/mailsuite/blob/master/CHANGELOG.md#1112

PR:		294387
Reported by:	Goran Mekić <meka@tilda.center> (maintainer)
Approved by:	osa (mentor)
2026-04-11 00:45:56 +03:00
Goran Mekić cf05ca7c42 mail/py-email-validator: Update 2.2.0 => 2.3.0
Changelog:
https://github.com/JoshData/python-email-validator/releases/tag/v2.3.0

PR:		294388
Reported by:	Goran Mekić <meka@tilda.center> (maintainer)
Approved by:	osa (mentor)
2026-04-11 00:22:46 +03:00
Dag-Erling Smørgrav 7507e72a84 various: Bump go ports for go-1.25.9 / 1.26.2 2026-04-10 17:57:27 +02:00
Jose Luis Duran 11d6404d9c mail/postfix: Use BLOCKLIST instead of BLACKLIST
- Starting from FreeBSD version 1500000, prefer the new blocklist
  nomenclature.
- Enable TLSRPT by default

PR:		294083
2026-04-09 14:54:52 +02:00
Jose Luis Duran 773044af6e mail/postfix-current: Update to 3.12-20260403
- Update to 3.12-20260403
- Use BLOCKLIST instead of BLACKLIST
- Enable TLSRPT by default

PR:		294084
2026-04-09 14:54:50 +02:00
Vladimir Druzenko f9b1e7f445 */*: Bump consumers of dns/ldns after update to 1.9.0
Force rebuild comsumers - upstream changed ABI without bump soname.

ldns 1.9.0 inserted LDNS_RDF_TYPE_INT64 at enum position 5, shifting
every subsequent value by +1. But port kept the shared library as
libldns.so.3.6.0 - no SONAME bump - so consumers wasn't flagged for
rebuild and still has the old 1.8.x enum constants baked in.

Example of error for opendnssec:
[adapter] error parsing RR at line 2 (Syntax error, could not parse
the RR's rdata)

PR:		291573
Sponsored by:	UNIS Labs
2026-04-08 22:59:05 +03:00