summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/dbmail/Makefile5
-rw-r--r--mail/dbmail/files/patch-acinclude.m419
-rw-r--r--mail/dbmail/files/patch-src_dbmail.h.in11
-rw-r--r--mail/imap-tools/Makefile2
-rw-r--r--mail/libpst/Makefile2
-rw-r--r--mail/mailutils/Makefile5
-rw-r--r--mail/mailutils/distinfo6
-rw-r--r--mail/mailutils/pkg-plist2
-rw-r--r--mail/meta1/Makefile2
-rw-r--r--mail/meta1/files/patch-dnsdecode.c12
-rw-r--r--mail/mlmmj-archive-mid/Makefile2
-rw-r--r--mail/mlmmj-webview/Makefile1
-rw-r--r--mail/mox/Makefile5
-rw-r--r--mail/nextcloud-mail/Makefile2
-rw-r--r--mail/nextcloud-mail/distinfo6
-rw-r--r--mail/pizauth/Makefile2
-rw-r--r--mail/py-checkdmarc/Makefile3
-rw-r--r--mail/py-checkdmarc/distinfo6
-rw-r--r--mail/roundcube/Makefile3
-rw-r--r--mail/roundcube/distinfo6
-rw-r--r--mail/sendmail/files/tls-install.sh2
-rw-r--r--mail/sympa/files/patch-configure.ac10
-rw-r--r--mail/thunderbird-esr/Makefile4
-rw-r--r--mail/thunderbird-esr/distinfo6
-rw-r--r--mail/thunderbird/Makefile1
25 files changed, 82 insertions, 43 deletions
diff --git a/mail/dbmail/Makefile b/mail/dbmail/Makefile
index 795d0067b2ee..35cb887e3374 100644
--- a/mail/dbmail/Makefile
+++ b/mail/dbmail/Makefile
@@ -1,9 +1,10 @@
PORTNAME= dbmail
DISTVERSIONPREFIX= v
DISTVERSION= 3.5.5
+PORTREVISION= 1
CATEGORIES= mail
-MAINTAINER= bofh@FreeBSD.org
+MAINTAINER= fluffy@FreeBSD.org
COMMENT= SQL database-based mail system (POP3 and IMAP)
WWW= http://www.dbmail.org/
@@ -16,7 +17,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libevent.so:devel/libevent \
libgmime-3.0.so:mail/gmime30 \
libmhash.so:security/mhash \
- libzdb.so:databases/libzdb
+ libzdb.so.17:databases/libzdb
USES= autoreconf gmake gnome libtool localbase pkgconfig shebangfix \
ssl
diff --git a/mail/dbmail/files/patch-acinclude.m4 b/mail/dbmail/files/patch-acinclude.m4
index 8130b502937f..95087c401415 100644
--- a/mail/dbmail/files/patch-acinclude.m4
+++ b/mail/dbmail/files/patch-acinclude.m4
@@ -1,4 +1,4 @@
---- acinclude.m4.orig 2025-01-09 16:25:33 UTC
+--- acinclude.m4.orig 2025-05-31 16:37:09 UTC
+++ acinclude.m4
@@ -43,7 +43,7 @@ AC_DEFINE_UNQUOTED([DM_VERSION], "$PACKAGE_VERSION", [
AC_DEFINE_UNQUOTED([DM_PWD], "$ac_pwd", [Build directory])
@@ -98,15 +98,24 @@
[JEMALLOCLIB="no"],
[[
#include <jemalloc.h>
-@@ -288,7 +288,7 @@ AC_DEFUN([DM_CHECK_ZDB], [dnl
- CFLAGS="$CFLAGS -I${lookforzdb}/include/zdb"
+@@ -285,13 +285,13 @@ AC_DEFUN([DM_CHECK_ZDB], [dnl
+ if test [ "x$lookforzdb" = "xno" ] ; then
+ CFLAGS="$CFLAGS -I${ac_default_prefix}/include/zdb -I/usr/include/zdb"
+ else
+- CFLAGS="$CFLAGS -I${lookforzdb}/include/zdb"
++ CFLAGS="$CFLAGS -I${lookforzdb}/include -I${lookforzdb}/include/zdb"
fi
- AC_CHECK_HEADERS([zdb.h],
+- AC_CHECK_HEADERS([zdb.h],
- [ZDBLIB="-lzdb"],
++ AC_CHECK_HEADERS([zdb/zdb.h],
+ [ZDBLIB="-lzdb"],
[ZDBLIB="failed"],
[[
- #include <zdb.h>
+- #include <zdb.h>
++ #include <zdb/zdb.h>
+ ]])
+ if test [ "x$ZDBLIB" = "xfailed" ]; then
+ AC_MSG_ERROR([Could not find ZDB library.])
@@ -334,7 +334,7 @@ AC_DEFUN([DM_CHECK_SSL], [
AC_DEFUN([DM_CHECK_SSL], [
diff --git a/mail/dbmail/files/patch-src_dbmail.h.in b/mail/dbmail/files/patch-src_dbmail.h.in
new file mode 100644
index 000000000000..7dcd44f191d5
--- /dev/null
+++ b/mail/dbmail/files/patch-src_dbmail.h.in
@@ -0,0 +1,11 @@
+--- src/dbmail.h.in.orig 2025-05-31 16:37:09 UTC
++++ src/dbmail.h.in
+@@ -118,7 +118,7 @@
+ #include <ldap.h>
+ #endif
+
+-#include <zdb.h>
++#include <zdb/zdb.h>
+
+ #include "dm_cram.h"
+ #include "dm_capa.h"
diff --git a/mail/imap-tools/Makefile b/mail/imap-tools/Makefile
index 0031aab3cd61..6589576094fb 100644
--- a/mail/imap-tools/Makefile
+++ b/mail/imap-tools/Makefile
@@ -1,6 +1,6 @@
PORTNAME= imap-tools
DISTVERSION= 1.7.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= CRATESIO
DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT}
diff --git a/mail/libpst/Makefile b/mail/libpst/Makefile
index a0a740ce3b70..e5b987849632 100644
--- a/mail/libpst/Makefile
+++ b/mail/libpst/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgsf-1.so:devel/libgsf
-USES= gmake iconv libtool pathfix pkgconfig
+USES= gmake iconv libtool pkgconfig
CONFIGURE_ARGS= --disable-python --enable-libpst-shared
GNU_CONFIGURE= yes
diff --git a/mail/mailutils/Makefile b/mail/mailutils/Makefile
index 7b255a4f12eb..99a7a7967a83 100644
--- a/mail/mailutils/Makefile
+++ b/mail/mailutils/Makefile
@@ -1,6 +1,5 @@
PORTNAME= mailutils
-PORTVERSION= 3.19
-PORTREVISION= 1
+PORTVERSION= 3.21
CATEGORIES= mail
MASTER_SITES= GNU GNU_ALPHA
@@ -97,8 +96,6 @@ CONFIGURE_ARGS+= --enable-debug
.endif
post-patch:
- @${REINPLACE_CMD} -e '/MU_AUTHLIBS=/s,-lldap,-llber &,' \
- ${WRKSRC}/configure
@${REINPLACE_CMD} -e '/chown/,+1s|ch|#&|' \
${WRKSRC}/dotlock/Makefile.in ${WRKSRC}/mda/mda/Makefile.in
@${REINPLACE_CMD} -e 's,-E,& -P,' ${WRKSRC}/libmu_scm/Makefile.in
diff --git a/mail/mailutils/distinfo b/mail/mailutils/distinfo
index 13fe9f42fcdb..75e24f0ab704 100644
--- a/mail/mailutils/distinfo
+++ b/mail/mailutils/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1742656861
-SHA256 (mailutils-3.19.tar.xz) = 50230d20036c5b8ad8c96b0d996177f1f133fba4c7c7e3b462d39eeb30849f45
-SIZE (mailutils-3.19.tar.xz) = 3296536
+TIMESTAMP = 1765461770
+SHA256 (mailutils-3.21.tar.xz) = e47c1edc699b8d6675fdbc77db3a84ae837f18e1f2094fe29d48bb58a97ef5e9
+SIZE (mailutils-3.21.tar.xz) = 3381076
diff --git a/mail/mailutils/pkg-plist b/mail/mailutils/pkg-plist
index 95b30f5bea67..ee19506681bd 100644
--- a/mail/mailutils/pkg-plist
+++ b/mail/mailutils/pkg-plist
@@ -247,6 +247,8 @@ lib/mailutils/spamd.a
lib/mailutils/spamd.so
lib/mailutils/timestamp.a
lib/mailutils/timestamp.so
+lib/mailutils/uidnew.a
+lib/mailutils/uidnew.so
lib/mailutils/vacation.a
lib/mailutils/vacation.so
%%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/__init__.py
diff --git a/mail/meta1/Makefile b/mail/meta1/Makefile
index 712a2b556f18..375548034b57 100644
--- a/mail/meta1/Makefile
+++ b/mail/meta1/Makefile
@@ -1,6 +1,6 @@
PORTNAME= meta1
PORTVERSION= 1.1.1a.21.0
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.MeTA1.org/download/.alpha/bdconf/
DISTNAME= ${PORTNAME}-1.1.Alpha21.0
diff --git a/mail/meta1/files/patch-dnsdecode.c b/mail/meta1/files/patch-dnsdecode.c
new file mode 100644
index 000000000000..30a986924260
--- /dev/null
+++ b/mail/meta1/files/patch-dnsdecode.c
@@ -0,0 +1,12 @@
+--- libdns/dnsdecode.c Sun Jun 11 07:09:35 2023
++++ libdns/dnsdecode.c
+@@ -457,6 +457,8 @@
+ dns_rese = dns_rese_next)
+ {
+ dns_rese_next = DRESL_NEXT(dns_rese);
++ if (T_MX != dns_rese->dnsrese_type)
++ continue;
+ if (strcasecmp((const char *) mxhost,
+ (const char *) sm_cstr_data(dns_rese->dnsrese_val.dnsresu_name))
+ == 0)
+
diff --git a/mail/mlmmj-archive-mid/Makefile b/mail/mlmmj-archive-mid/Makefile
index a0369ecbe9bf..f72246c89b8a 100644
--- a/mail/mlmmj-archive-mid/Makefile
+++ b/mail/mlmmj-archive-mid/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mlmmj-archive-mid
DISTVERSION= 0.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail www
MASTER_SITES= https://fossil.nours.eu/${PORTNAME}/tarball/?r=${DISTVERSION}&name=./
diff --git a/mail/mlmmj-webview/Makefile b/mail/mlmmj-webview/Makefile
index a756d912ad5f..71359d81122f 100644
--- a/mail/mlmmj-webview/Makefile
+++ b/mail/mlmmj-webview/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mlmmj-webview
PORTVERSION= 0.0.7
+PORTREVISION= 1
CATEGORIES= mail www
MASTER_SITES= https://codeberg.org/bapt/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
diff --git a/mail/mox/Makefile b/mail/mox/Makefile
index a98303690f37..697b8c971142 100644
--- a/mail/mox/Makefile
+++ b/mail/mox/Makefile
@@ -15,10 +15,7 @@ LICENSE_COMB= dual
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE.MIT
LICENSE_FILE_MPL20= ${WRKSRC}/LICENSE.MPLv2.0
-USES= go:1.23,modules
-
-DEPRECATED= Uses old go, but try building without USES=go:someversion
-EXPIRATION_DATE=2026-01-01
+USES= go:modules
GO_MODULE= github.com/mjl-/mox
diff --git a/mail/nextcloud-mail/Makefile b/mail/nextcloud-mail/Makefile
index f5e319dcca42..e8f57419c75b 100644
--- a/mail/nextcloud-mail/Makefile
+++ b/mail/nextcloud-mail/Makefile
@@ -1,5 +1,5 @@
PORTNAME= mail
-PORTVERSION= 5.6.2
+PORTVERSION= 5.6.4
DISTVERSIONPREFIX= v
CATEGORIES= mail
diff --git a/mail/nextcloud-mail/distinfo b/mail/nextcloud-mail/distinfo
index c8820b9d9c15..336675ae6cda 100644
--- a/mail/nextcloud-mail/distinfo
+++ b/mail/nextcloud-mail/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1764756768
-SHA256 (nextcloud/mail-v5.6.2.tar.gz) = 0eea445488255ab1fa5d33af3b57423276c219cff1465b2b5cca46064eab0263
-SIZE (nextcloud/mail-v5.6.2.tar.gz) = 31679293
+TIMESTAMP = 1765522485
+SHA256 (nextcloud/mail-v5.6.4.tar.gz) = 34a7c6b7528dae2df47c1e1678885c9ce8d6a28449f06098f6709b9765fae96f
+SIZE (nextcloud/mail-v5.6.4.tar.gz) = 31688560
diff --git a/mail/pizauth/Makefile b/mail/pizauth/Makefile
index a9be820414d8..14b51e49b3da 100644
--- a/mail/pizauth/Makefile
+++ b/mail/pizauth/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pizauth
DISTVERSION= 1.0.7
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= mail
MAINTAINER= nivit@FreeBSD.org
diff --git a/mail/py-checkdmarc/Makefile b/mail/py-checkdmarc/Makefile
index f5b8e259d2a1..d3b003bcaca2 100644
--- a/mail/py-checkdmarc/Makefile
+++ b/mail/py-checkdmarc/Makefile
@@ -1,6 +1,5 @@
PORTNAME= checkdmarc
-PORTVERSION= 5.12.25
-PORTREVISION= 1
+PORTVERSION= 5.12.27
CATEGORIES= mail python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/mail/py-checkdmarc/distinfo b/mail/py-checkdmarc/distinfo
index 2bc1c4a9e5fd..59e9407fe6c4 100644
--- a/mail/py-checkdmarc/distinfo
+++ b/mail/py-checkdmarc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1762586864
-SHA256 (checkdmarc-5.12.25.tar.gz) = bad9bdcf838383598f915dcd6e20162f7c412e912163191074018defd3f11e8d
-SIZE (checkdmarc-5.12.25.tar.gz) = 54441
+TIMESTAMP = 1765032804
+SHA256 (checkdmarc-5.12.27.tar.gz) = bcf98ec40736bab0fd3387f742c7d771b8fcfa0c1a218c2efaaa6dc5a6dd557a
+SIZE (checkdmarc-5.12.27.tar.gz) = 57478
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile
index 143796658155..c4c3b8649fd1 100644
--- a/mail/roundcube/Makefile
+++ b/mail/roundcube/Makefile
@@ -1,6 +1,5 @@
PORTNAME= roundcube
-DISTVERSION= 1.6.11
-PORTREVISION= 1
+DISTVERSION= 1.6.12
PORTEPOCH= 1
CATEGORIES?= mail www
MASTER_SITES= https://github.com/roundcube/roundcubemail/releases/download/${DISTVERSION}/
diff --git a/mail/roundcube/distinfo b/mail/roundcube/distinfo
index 07b660c57648..88c609b0b425 100644
--- a/mail/roundcube/distinfo
+++ b/mail/roundcube/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1748966845
-SHA256 (roundcubemail-1.6.11-complete.tar.gz) = a230e432065555bfa27bea3fcf4ac672f2359ef28ad84f5945ea3ccf702e7466
-SIZE (roundcubemail-1.6.11-complete.tar.gz) = 5839956
+TIMESTAMP = 1765813101
+SHA256 (roundcubemail-1.6.12-complete.tar.gz) = 180b485dfde1898b2f1ac8046b34063898d263d7605fc64c41e230e3418f2a30
+SIZE (roundcubemail-1.6.12-complete.tar.gz) = 5840143
diff --git a/mail/sendmail/files/tls-install.sh b/mail/sendmail/files/tls-install.sh
index 4e93182246d0..44bd6ede651b 100644
--- a/mail/sendmail/files/tls-install.sh
+++ b/mail/sendmail/files/tls-install.sh
@@ -77,7 +77,7 @@ sed 's/^X//' << 'END-of-files/tls.m4'
X# links:
X# http://www.sendmail.org/~gshapiro/
X# http://www.sendmail.org/~ca/email/starttls.html
-X# http://www.ofb.net/~jheiss/sendmail/tlsandrelay.shtml
+X# https://aput.net/~jheiss/sendmail/tlsandrelay.shtml
X#
X# You may need to add this to your sendmail.mc file:
X
diff --git a/mail/sympa/files/patch-configure.ac b/mail/sympa/files/patch-configure.ac
new file mode 100644
index 000000000000..3af3b3d1cf26
--- /dev/null
+++ b/mail/sympa/files/patch-configure.ac
@@ -0,0 +1,10 @@
+--- configure.ac.orig 2025-02-03 22:52:23 UTC
++++ configure.ac
+@@ -28,7 +28,6 @@ AM_PO_SUBDIRS
+ AM_INIT_AUTOMAKE([foreign -Wall -Werror 1.9 tar-pax])
+ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+ AM_PO_SUBDIRS
+-GETTEXT_MACRO_VERSION=0.19
+
+ AC_PREFIX_DEFAULT(/home/sympa)
+
diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile
index 7738c312409e..1568376564d4 100644
--- a/mail/thunderbird-esr/Makefile
+++ b/mail/thunderbird-esr/Makefile
@@ -1,6 +1,6 @@
PORTNAME= thunderbird
-DISTVERSION= 140.5.0
-PORTREVISION= 2
+DISTVERSION= 140.6.0
+PORTREVISION= 1
CATEGORIES= mail news net-im wayland
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build2/source
diff --git a/mail/thunderbird-esr/distinfo b/mail/thunderbird-esr/distinfo
index b6c7baf3ef98..c9819612b7b8 100644
--- a/mail/thunderbird-esr/distinfo
+++ b/mail/thunderbird-esr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1762601889
-SHA256 (thunderbird-140.5.0esr.source.tar.xz) = cb8d10693bbc04c4bfc539c4560779fb436b40326bf70df4c0823ac125b815e5
-SIZE (thunderbird-140.5.0esr.source.tar.xz) = 747338592
+TIMESTAMP = 1765306946
+SHA256 (thunderbird-140.6.0esr.source.tar.xz) = c5ff00249b032009f34486c927e0d6566ac9c5f0b1d036548b5a880d4bbbddc6
+SIZE (thunderbird-140.6.0esr.source.tar.xz) = 750981904
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index 787857977aa9..8a8bdde90fa3 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -1,5 +1,6 @@
PORTNAME= thunderbird
DISTVERSION= 146.0
+PORTREVISION= 1
CATEGORIES= mail news net-im wayland
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}${DISTVERSIONSUFFIX}-candidates/build1/source