diff options
Diffstat (limited to 'mail')
44 files changed, 177 insertions, 736 deletions
diff --git a/mail/Makefile b/mail/Makefile index ca02b3d15a74..dde4a69eddde 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -192,7 +192,6 @@ SUBDIR += linux-r7-organizer SUBDIR += linux-r7-organizer-pro SUBDIR += listadmin - SUBDIR += lmtp2nntp SUBDIR += lookout SUBDIR += lurker SUBDIR += mail-expire diff --git a/mail/addresses-goodies/Makefile b/mail/addresses-goodies/Makefile index 3f0aea722f82..8f8e312a5efb 100644 --- a/mail/addresses-goodies/Makefile +++ b/mail/addresses-goodies/Makefile @@ -1,6 +1,6 @@ PORTNAME= addresses PORTVERSION= 0.4.8 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= mail gnustep MASTER_SITES= SAVANNAH/gap PKGNAMESUFFIX= -goodies${PKGNAMESUFFIX2} diff --git a/mail/addresses/Makefile b/mail/addresses/Makefile index f972292dd74f..dba5feca0c1d 100644 --- a/mail/addresses/Makefile +++ b/mail/addresses/Makefile @@ -1,6 +1,6 @@ PORTNAME= addresses PORTVERSION= 0.4.8 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= mail gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= Addresses-${PORTVERSION} diff --git a/mail/aerc/Makefile b/mail/aerc/Makefile index 6361c5378ac2..bebb20484031 100644 --- a/mail/aerc/Makefile +++ b/mail/aerc/Makefile @@ -1,6 +1,6 @@ PORTNAME= aerc DISTVERSION= 0.20.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail MAINTAINER= iamsleepy@ryuki.me diff --git a/mail/cyrus-imapd25/Makefile b/mail/cyrus-imapd25/Makefile index 4644b9c2dcc1..b9120228741e 100644 --- a/mail/cyrus-imapd25/Makefile +++ b/mail/cyrus-imapd25/Makefile @@ -93,7 +93,7 @@ OPTIONS_DEFAULT+= GSSAPI_BASE .endif GSSAPI_BASE_USES= gssapi GSSAPI_BASE_CONFIGURE_ON= --enable-gssapi="${GSSAPIBASEDIR}" -.if exists(/usr/libexec/krb5kdc) +.if exists(/usr/libdata/pkgconfig/mit-krb5.pc) GSSAPI_BASE_CONFIGURE_ON+= --with-gss_impl=mit .else GSSAPI_BASE_CONFIGURE_ON+= --with-gss_impl=heimdal diff --git a/mail/cyrus-imapd30/Makefile b/mail/cyrus-imapd30/Makefile index f703e59a1012..9abf0fc84c55 100644 --- a/mail/cyrus-imapd30/Makefile +++ b/mail/cyrus-imapd30/Makefile @@ -104,7 +104,7 @@ OPTIONS_DEFAULT+= GSSAPI_BASE .endif GSSAPI_BASE_USES= gssapi GSSAPI_BASE_CONFIGURE_ON= --enable-gssapi="${GSSAPIBASEDIR}" -.if exists(/usr/libexec/krb5kdc) +.if exists(/usr/libdata/pkgconfig/mit-krb5.pc) GSSAPI_BASE_CONFIGURE_ON+= --with-gss_impl=mit .else GSSAPI_BASE_CONFIGURE_ON+= --with-gss_impl=heimdal diff --git a/mail/cyrus-imapd310/Makefile b/mail/cyrus-imapd310/Makefile index d9cd883b7eea..352125318c6b 100644 --- a/mail/cyrus-imapd310/Makefile +++ b/mail/cyrus-imapd310/Makefile @@ -141,7 +141,7 @@ OPTIONS_DEFAULT+= GSSAPI_BASE .endif GSSAPI_BASE_USES= gssapi GSSAPI_BASE_CONFIGURE_ON= --enable-gssapi="${GSSAPIBASEDIR}" -.if exists(/usr/libexec/krb5kdc) +.if exists(/usr/libdata/pkgconfig/mit-krb5.pc) GSSAPI_BASE_CONFIGURE_ON+= --with-gss_impl=mit .else GSSAPI_BASE_CONFIGURE_ON+= --with-gss_impl=heimdal diff --git a/mail/cyrus-imapd312/Makefile b/mail/cyrus-imapd312/Makefile index cecb7675c9b3..c0759e0a7f1c 100644 --- a/mail/cyrus-imapd312/Makefile +++ b/mail/cyrus-imapd312/Makefile @@ -139,7 +139,7 @@ OPTIONS_DEFAULT+= GSSAPI_BASE .endif GSSAPI_BASE_USES= gssapi GSSAPI_BASE_CONFIGURE_ON= --enable-gssapi="${GSSAPIBASEDIR}" -.if exists(/usr/libexec/krb5kdc) +.if exists(/usr/libdata/pkgconfig/mit-krb5.pc) GSSAPI_BASE_CONFIGURE_ON+= --with-gss_impl=mit .else GSSAPI_BASE_CONFIGURE_ON+= --with-gss_impl=heimdal diff --git a/mail/cyrus-imapd32/Makefile b/mail/cyrus-imapd32/Makefile index 6b2a5ceeaf73..0a4de0889257 100644 --- a/mail/cyrus-imapd32/Makefile +++ b/mail/cyrus-imapd32/Makefile @@ -113,7 +113,7 @@ OPTIONS_DEFAULT+= GSSAPI_BASE .endif GSSAPI_BASE_USES= gssapi GSSAPI_BASE_CONFIGURE_ON= --enable-gssapi="${GSSAPIBASEDIR}" -.if exists(/usr/libexec/krb5kdc) +.if exists(/usr/libdata/pkgconfig/mit-krb5.pc) GSSAPI_BASE_CONFIGURE_ON+= --with-gss_impl=mit .else GSSAPI_BASE_CONFIGURE_ON+= --with-gss_impl=heimdal diff --git a/mail/cyrus-imapd34/Makefile b/mail/cyrus-imapd34/Makefile index bd5201a57e3c..fc57a6a740b4 100644 --- a/mail/cyrus-imapd34/Makefile +++ b/mail/cyrus-imapd34/Makefile @@ -128,7 +128,7 @@ OPTIONS_DEFAULT+= GSSAPI_BASE .endif GSSAPI_BASE_USES= gssapi GSSAPI_BASE_CONFIGURE_ON= --enable-gssapi="${GSSAPIBASEDIR}" -.if exists(/usr/libexec/krb5kdc) +.if exists(/usr/libdata/pkgconfig/mit-krb5.pc) GSSAPI_BASE_CONFIGURE_ON+= --with-gss_impl=mit .else GSSAPI_BASE_CONFIGURE_ON+= --with-gss_impl=heimdal diff --git a/mail/cyrus-imapd36/Makefile b/mail/cyrus-imapd36/Makefile index be13b03f61c4..24e304e91484 100644 --- a/mail/cyrus-imapd36/Makefile +++ b/mail/cyrus-imapd36/Makefile @@ -133,7 +133,7 @@ OPTIONS_DEFAULT+= GSSAPI_BASE .endif GSSAPI_BASE_USES= gssapi GSSAPI_BASE_CONFIGURE_ON= --enable-gssapi="${GSSAPIBASEDIR}" -.if exists(/usr/libexec/krb5kdc) +.if exists(/usr/libdata/pkgconfig/mit-krb5.pc) GSSAPI_BASE_CONFIGURE_ON+= --with-gss_impl=mit .else GSSAPI_BASE_CONFIGURE_ON+= --with-gss_impl=heimdal diff --git a/mail/cyrus-imapd38/Makefile b/mail/cyrus-imapd38/Makefile index 2a684cc04dce..146965ba28e1 100644 --- a/mail/cyrus-imapd38/Makefile +++ b/mail/cyrus-imapd38/Makefile @@ -134,7 +134,7 @@ OPTIONS_DEFAULT+= GSSAPI_BASE .endif GSSAPI_BASE_USES= gssapi GSSAPI_BASE_CONFIGURE_ON= --enable-gssapi="${GSSAPIBASEDIR}" -.if exists(/usr/libexec/krb5kdc) +.if exists(/usr/libdata/pkgconfig/mit-krb5.pc) GSSAPI_BASE_CONFIGURE_ON+= --with-gss_impl=mit .else GSSAPI_BASE_CONFIGURE_ON+= --with-gss_impl=heimdal diff --git a/mail/gnumail/Makefile b/mail/gnumail/Makefile index b10af53f959d..102768e6b9f8 100644 --- a/mail/gnumail/Makefile +++ b/mail/gnumail/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnumail DISTVERSION= 1.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail gnustep MASTER_SITES= SAVANNAH/gnustep-nonfsf/ DISTNAME= GNUMail-${PORTVERSION} diff --git a/mail/hydroxide/Makefile b/mail/hydroxide/Makefile index bb439ee3152d..a447b6b5eae3 100644 --- a/mail/hydroxide/Makefile +++ b/mail/hydroxide/Makefile @@ -1,6 +1,7 @@ PORTNAME= hydroxide DISTVERSIONPREFIX= v DISTVERSION= 0.2.30 +PORTREVISION= 1 CATEGORIES= mail MAINTAINER= nxjoseph@protonmail.com diff --git a/mail/lmtp2nntp/Makefile b/mail/lmtp2nntp/Makefile deleted file mode 100644 index 307ba82021d4..000000000000 --- a/mail/lmtp2nntp/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -PORTNAME= lmtp2nntp -PORTVERSION= 1.4.1 -PORTREVISION= 1 -CATEGORIES= mail news -MASTER_SITES= OSSP/tool/${PORTNAME} - -MAINTAINER= vd@FreeBSD.org -COMMENT= OSSP mail to news gateway -WWW= http://www.ossp.org/pkg/tool/lmtp2nntp/ - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Obsolete, last release in 2005 and uses legacy Local Mail Transfer Protocol -EXPIRATION_DATE=2025-07-31 - -LIB_DEPENDS= libstr.so:devel/str \ - libex.so:devel/ossp-ex \ - libsa.so:net/ossp-sa \ - libvar.so:devel/ossp-var - -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share -CONFIGURE_ARGS= --with-ex=${LOCALBASE} --with-str=${LOCALBASE} \ - --with-sa=${LOCALBASE} --with-var=${LOCALBASE} -TEST_TARGET= check - -PLIST_FILES= sbin/lmtp2nntp \ - share/man/man8/lmtp2nntp.8.gz -PORTDOCS= INSTALL README - -OPTIONS_DEFINE= DOCS - -# Try to fix parallel builds (-jX) -post-patch: - @${REINPLACE_CMD} -e '/^all:/s, _SUBDIRS_all,, ; \ - /^$$(PROG)/s,$$, _SUBDIRS_all,' ${WRKSRC}/Makefile.in - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/mail/lmtp2nntp/distinfo b/mail/lmtp2nntp/distinfo deleted file mode 100644 index 34b0d6439779..000000000000 --- a/mail/lmtp2nntp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (lmtp2nntp-1.4.1.tar.gz) = e36950b6962d36995928e5ed33cccc324a00eae591b482ef628600e8f5e77761 -SIZE (lmtp2nntp-1.4.1.tar.gz) = 3238954 diff --git a/mail/lmtp2nntp/files/patch-configure b/mail/lmtp2nntp/files/patch-configure deleted file mode 100644 index 0fd480d02db1..000000000000 --- a/mail/lmtp2nntp/files/patch-configure +++ /dev/null @@ -1,27 +0,0 @@ ---- configure.orig Thu Feb 13 11:01:47 2003 -+++ configure Tue Apr 13 20:58:41 2004 -@@ -6204,9 +6204,9 @@ - SUBDIR_POPT="" - else - SUBDIR_POPT="lib_popt" -- CPPFLAGS="$CPPFLAGS -Ilib_popt" -- CFLAGS="$CFLAGS -Ilib_popt" -- LDFLAGS="$LDFLAGS -Llib_popt/.libs" -+ CPPFLAGS="-Ilib_popt $CPPFLAGS" -+ CFLAGS="-Ilib_popt $CFLAGS" -+ LDFLAGS="-Llib_popt/.libs $LDFLAGS" - LIBS_EXTRA="$LIBS_EXTRA -lpopt" - fi - echo "$as_me:$LINENO: result: $with_popt" >&5 -@@ -6904,8 +6904,9 @@ - echo "$as_me:$LINENO: result: $with_dmalloc" >&5 - echo "${ECHO_T}$with_dmalloc" >&6 - -- --LIBS="$LIBS_EXTRA $LIBS" -+LIBS_EXTRA="$LIBS_EXTRA $LIBS" -+unset LIBS -+LIBS="$LIBS_EXTRA" - - enable_shared=no - export enable_shared diff --git a/mail/lmtp2nntp/files/patch-lib_l2_va.diff b/mail/lmtp2nntp/files/patch-lib_l2_va.diff deleted file mode 100644 index 62167a2b2283..000000000000 --- a/mail/lmtp2nntp/files/patch-lib_l2_va.diff +++ /dev/null @@ -1,496 +0,0 @@ -diff -ur --exclude-from=excl l2-0.9.11.orig/l2.h.in l2-0.9.11/l2.h.in ---- lib_l2/l2.h.in Mon Oct 3 11:06:18 2005 -+++ lib_l2/l2.h.in Thu Oct 13 08:20:19 2005 -@@ -168,7 +168,7 @@ - const char *name; - l2_chtype_t type; - l2_result_t (*create) (l2_context_t *ctx, l2_channel_t *ch); -- l2_result_t (*configure)(l2_context_t *ctx, l2_channel_t *ch, const char *fmt, va_list ap); -+ l2_result_t (*configure)(l2_context_t *ctx, l2_channel_t *ch, const char *fmt, va_list *ap); - l2_result_t (*open) (l2_context_t *ctx, l2_channel_t *ch); - l2_result_t (*write) (l2_context_t *ctx, l2_channel_t *ch, l2_level_t level, const char *buf, size_t bufsize); - l2_result_t (*flush) (l2_context_t *ctx, l2_channel_t *ch); -@@ -222,7 +222,7 @@ - l2_result_t l2_channel_flush (l2_channel_t *ch); - l2_result_t l2_channel_close (l2_channel_t *ch); - l2_result_t l2_channel_log (l2_channel_t *ch, l2_level_t level, const char *fmt, ...); --l2_result_t l2_channel_vlog (l2_channel_t *ch, l2_level_t level, const char *fmt, va_list ap); -+l2_result_t l2_channel_vlog (l2_channel_t *ch, l2_level_t level, const char *fmt, va_list *ap); - l2_result_t l2_channel_link (l2_channel_t *ch, l2_link_t id, l2_channel_t *ch2, ...); - l2_result_t l2_channel_unlink (l2_channel_t *ch); - l2_result_t l2_channel_upstream (l2_channel_t *ch, l2_channel_t **chU); -@@ -232,10 +232,10 @@ - - /* channel tree specification operations */ - l2_result_t l2_spec (l2_channel_t **ch, l2_env_t *env, const char *spec, ...); --l2_result_t l2_vspec (l2_channel_t **ch, l2_env_t *env, const char *spec, va_list ap); -+l2_result_t l2_vspec (l2_channel_t **ch, l2_env_t *env, const char *spec, va_list *ap); - - /* utility operations */ --l2_result_t l2_util_setparams (l2_env_t *env, l2_param_t p[], const char *fmt, va_list ap); -+l2_result_t l2_util_setparams (l2_env_t *env, l2_param_t p[], const char *fmt, va_list *ap); - l2_result_t l2_util_l2s (char *string, size_t maxlen, int sep, unsigned int levelmask); - l2_result_t l2_util_s2l (const char *string, size_t maxlen, int sep, unsigned int *levelmask); - l2_result_t l2_util_fmt_string (l2_context_t *, const char, const char *, char *, size_t, size_t *, va_list *); -diff -ur --exclude-from=excl l2-0.9.11.orig/l2_ch_buffer.c l2-0.9.11/l2_ch_buffer.c ---- lib_l2/l2_ch_buffer.c Mon Oct 3 11:06:18 2005 -+++ lib_l2/l2_ch_buffer.c Thu Oct 13 08:14:59 2005 -@@ -156,7 +156,7 @@ - } - - /* configure channel */ --static l2_result_t hook_configure(l2_context_t *ctx, l2_channel_t *ch, const char *fmt, va_list ap) -+static l2_result_t hook_configure(l2_context_t *ctx, l2_channel_t *ch, const char *fmt, va_list *ap) - { - l2_ch_buffer_t *cfg = (l2_ch_buffer_t *)ctx->vp; - l2_param_t pa[4]; -diff -ur --exclude-from=excl l2-0.9.11.orig/l2_ch_fd.c l2-0.9.11/l2_ch_fd.c ---- lib_l2/l2_ch_fd.c Mon Oct 3 11:06:18 2005 -+++ lib_l2/l2_ch_fd.c Thu Oct 13 08:10:28 2005 -@@ -55,7 +55,7 @@ - } - - /* configure channel */ --static l2_result_t hook_configure(l2_context_t *ctx, l2_channel_t *ch, const char *fmt, va_list ap) -+static l2_result_t hook_configure(l2_context_t *ctx, l2_channel_t *ch, const char *fmt, va_list *ap) - { - l2_ch_fd_t *cfg; - l2_param_t pa[2]; -diff -ur --exclude-from=excl l2-0.9.11.orig/l2_ch_file.c l2-0.9.11/l2_ch_file.c ---- lib_l2/l2_ch_file.c Mon Oct 3 11:06:18 2005 -+++ lib_l2/l2_ch_file.c Thu Oct 13 08:12:12 2005 -@@ -115,7 +115,7 @@ - } - - /* configure channel */ --static l2_result_t hook_configure(l2_context_t *ctx, l2_channel_t *ch, const char *fmt, va_list ap) -+static l2_result_t hook_configure(l2_context_t *ctx, l2_channel_t *ch, const char *fmt, va_list *ap) - { - l2_ch_file_t *cfg = (l2_ch_file_t *)ctx->vp; - l2_param_t pa[7]; -diff -ur --exclude-from=excl l2-0.9.11.orig/l2_ch_filter.c l2-0.9.11/l2_ch_filter.c ---- lib_l2/l2_ch_filter.c Mon Oct 3 11:06:18 2005 -+++ lib_l2/l2_ch_filter.c Thu Oct 13 08:14:22 2005 -@@ -63,7 +63,7 @@ - } - - /* configure channel */ --static l2_result_t hook_configure(l2_context_t *ctx, l2_channel_t *ch, const char *fmt, va_list ap) -+static l2_result_t hook_configure(l2_context_t *ctx, l2_channel_t *ch, const char *fmt, va_list *ap) - { - l2_ch_filter_t *cfg = (l2_ch_filter_t *)ctx->vp; - l2_env_t *env; -diff -ur --exclude-from=excl l2-0.9.11.orig/l2_ch_irc.c l2-0.9.11/l2_ch_irc.c ---- lib_l2/l2_ch_irc.c Mon Oct 3 11:06:18 2005 -+++ lib_l2/l2_ch_irc.c Thu Oct 13 08:13:30 2005 -@@ -95,7 +95,7 @@ - } - - /* configure channel */ --static l2_result_t hook_configure(l2_context_t *ctx, l2_channel_t *ch, const char *fmt, va_list ap) -+static l2_result_t hook_configure(l2_context_t *ctx, l2_channel_t *ch, const char *fmt, va_list *ap) - { - l2_ch_irc_t *cfg = (l2_ch_irc_t *)ctx->vp; - l2_param_t pa[12]; -diff -ur --exclude-from=excl l2-0.9.11.orig/l2_ch_pipe.c l2-0.9.11/l2_ch_pipe.c ---- lib_l2/l2_ch_pipe.c Mon Oct 3 11:06:18 2005 -+++ lib_l2/l2_ch_pipe.c Thu Oct 13 08:12:31 2005 -@@ -170,7 +170,7 @@ - } - - /* configure channel */ --static l2_result_t hook_configure(l2_context_t *ctx, l2_channel_t *ch, const char *fmt, va_list ap) -+static l2_result_t hook_configure(l2_context_t *ctx, l2_channel_t *ch, const char *fmt, va_list *ap) - { - l2_ch_pipe_t *cfg = (l2_ch_pipe_t *)ctx->vp; - l2_param_t pa[4]; -diff -ur --exclude-from=excl l2-0.9.11.orig/l2_ch_prefix.c l2-0.9.11/l2_ch_prefix.c ---- lib_l2/l2_ch_prefix.c Mon Oct 3 11:06:18 2005 -+++ lib_l2/l2_ch_prefix.c Thu Oct 13 08:14:30 2005 -@@ -62,7 +62,7 @@ - } - - /* configure channel */ --static l2_result_t hook_configure(l2_context_t *ctx, l2_channel_t *ch, const char *fmt, va_list ap) -+static l2_result_t hook_configure(l2_context_t *ctx, l2_channel_t *ch, const char *fmt, va_list *ap) - { - l2_ch_prefix_t *cfg = (l2_ch_prefix_t *)ctx->vp; - l2_param_t pa[3]; -diff -ur --exclude-from=excl l2-0.9.11.orig/l2_ch_smtp.c l2-0.9.11/l2_ch_smtp.c ---- lib_l2/l2_ch_smtp.c Mon Oct 3 11:06:18 2005 -+++ lib_l2/l2_ch_smtp.c Thu Oct 13 08:13:48 2005 -@@ -89,7 +89,7 @@ - } - - /* configure channel */ --static l2_result_t hook_configure(l2_context_t *ctx, l2_channel_t *ch, const char *fmt, va_list ap) -+static l2_result_t hook_configure(l2_context_t *ctx, l2_channel_t *ch, const char *fmt, va_list *ap) - { - l2_ch_smtp_t *cfg = (l2_ch_smtp_t *)ctx->vp; - l2_param_t pa[10]; -diff -ur --exclude-from=excl l2-0.9.11.orig/l2_ch_socket.c l2-0.9.11/l2_ch_socket.c ---- lib_l2/l2_ch_socket.c Mon Oct 3 11:06:18 2005 -+++ lib_l2/l2_ch_socket.c Thu Oct 13 08:13:11 2005 -@@ -73,7 +73,7 @@ - } - - /* configure channel */ --static l2_result_t hook_configure(l2_context_t *ctx, l2_channel_t *ch, const char *fmt, va_list ap) -+static l2_result_t hook_configure(l2_context_t *ctx, l2_channel_t *ch, const char *fmt, va_list *ap) - { - l2_ch_socket_t *cfg = (l2_ch_socket_t *)ctx->vp; - l2_param_t pa[5]; -diff -ur --exclude-from=excl l2-0.9.11.orig/l2_ch_syslog.c l2-0.9.11/l2_ch_syslog.c ---- lib_l2/l2_ch_syslog.c Mon Oct 3 11:06:18 2005 -+++ lib_l2/l2_ch_syslog.c Thu Oct 13 08:12:54 2005 -@@ -157,7 +157,7 @@ - } - - /* configure channel */ --static l2_result_t hook_configure(l2_context_t *ctx, l2_channel_t *ch, const char *fmt, va_list ap) -+static l2_result_t hook_configure(l2_context_t *ctx, l2_channel_t *ch, const char *fmt, va_list *ap) - { - l2_ch_syslog_t *cfg = (l2_ch_syslog_t *)ctx->vp; - l2_param_t pa[8]; -diff -ur --exclude-from=excl l2-0.9.11.orig/l2_channel.c l2-0.9.11/l2_channel.c ---- lib_l2/l2_channel.c Mon Oct 3 11:06:18 2005 -+++ lib_l2/l2_channel.c Thu Oct 13 08:15:46 2005 -@@ -284,7 +284,7 @@ - rv = L2_OK; - va_start(ap, fmt); - if (ch->handler.configure != NULL) -- rv = ch->handler.configure(&ch->context, ch, fmt, ap); -+ rv = ch->handler.configure(&ch->context, ch, fmt, &ap); - va_end(ap); - - return rv; -@@ -506,7 +506,7 @@ - - /* pass-through to va_list-based variant */ - va_start(ap, fmt); -- rv = l2_channel_vlog(ch, level, fmt, ap); -+ rv = l2_channel_vlog(ch, level, fmt, &ap); - va_end(ap); - - return rv; -@@ -551,7 +551,7 @@ - } - - /* log a message to channel (va_list-variant) */ --l2_result_t l2_channel_vlog(l2_channel_t *ch, l2_level_t level, const char *fmt, va_list ap) -+l2_result_t l2_channel_vlog(l2_channel_t *ch, l2_level_t level, const char *fmt, va_list *ap) - { - int l, j; - size_t len; -diff -ur --exclude-from=excl l2-0.9.11.orig/l2_env.c l2-0.9.11/l2_env.c ---- lib_l2/l2_env.c Mon Oct 3 11:06:18 2005 -+++ lib_l2/l2_env.c Thu Oct 13 07:52:59 2005 -@@ -159,7 +159,7 @@ - - /* remember error information */ - va_start(ap, fmt); -- l2_util_vsprintf(env->szErrorInfo, sizeof(env->szErrorInfo), fmt, ap); -+ l2_util_vsprintf(env->szErrorInfo, sizeof(env->szErrorInfo), fmt, &ap); - env->rvErrorInfo = rv; - va_end(ap); - -diff -ur --exclude-from=excl l2-0.9.11.orig/l2_spec.c l2-0.9.11/l2_spec.c ---- lib_l2/l2_spec.c Mon Oct 3 11:06:18 2005 -+++ lib_l2/l2_spec.c Thu Oct 13 08:09:33 2005 -@@ -48,14 +48,14 @@ - - /* pass-through to va_list-based variant */ - va_start(ap, spec); -- rv = l2_vspec(ch, env, spec, ap); -+ rv = l2_vspec(ch, env, spec, &ap); - va_end(ap); - - return rv; - } - - /* build a channel tree according to a textual specification (va_list variant) */ --l2_result_t l2_vspec(l2_channel_t **ch, l2_env_t *env, const char *spec, va_list ap) -+l2_result_t l2_vspec(l2_channel_t **ch, l2_env_t *env, const char *spec, va_list *ap) - { - l2_spec_ctx_t ctx; - void *yyscan; -@@ -146,7 +146,7 @@ - - /* remember error */ - va_start(ap, fmt); -- if ((cp = l2_util_vasprintf(fmt, ap)) != NULL) { -+ if ((cp = l2_util_vasprintf(fmt, &ap)) != NULL) { - l2_env_errorinfo(ctx->env, rv, "line %d, column %d: `%s'; %s", - line, column, cpBuf, cp); - free(cp); -diff -ur --exclude-from=excl l2-0.9.11.orig/l2_ut_format.c l2-0.9.11/l2_ut_format.c ---- lib_l2/l2_ut_format.c Mon Oct 3 11:06:18 2005 -+++ lib_l2/l2_ut_format.c Wed Oct 12 20:46:08 2005 -@@ -640,7 +640,7 @@ - l2_util_format( - l2_util_format_t *vbuff, - const char *fmt, -- va_list ap) -+ va_list *ap) - { - register char *sp; - register char *bep; -@@ -735,7 +735,7 @@ - adjust_width = TRUE; - } - else if (*fmt == '*') { -- min_width = va_arg(ap, int); -+ min_width = va_arg(*ap, int); - fmt++; - adjust_width = TRUE; - if (min_width < 0) { -@@ -760,7 +760,7 @@ - STR_TO_DEC(fmt, precision); - } - else if (*fmt == '*') { -- precision = va_arg(ap, int); -+ precision = va_arg(*ap, int); - fmt++; - if (precision < 0) - precision = 0; -@@ -809,17 +809,17 @@ - /* Unsigned Decimal Integer */ - case 'u': - if (var_type == IS_QUAD) { -- i_quad = va_arg(ap, u_quad_int); -+ i_quad = va_arg(*ap, u_quad_int); - s = conv_10_quad(i_quad, 1, &is_negative, - &num_buf[NUM_BUF_SIZE], &s_len); - } - else { - if (var_type == IS_LONG) -- i_num = (long_int)va_arg(ap, u_long_int); -+ i_num = (long_int)va_arg(*ap, u_long_int); - else if (var_type == IS_SHORT) -- i_num = (long_int)(unsigned short)va_arg(ap, unsigned int); -+ i_num = (long_int)(unsigned short)va_arg(*ap, unsigned int); - else -- i_num = (long_int)va_arg(ap, unsigned int); -+ i_num = (long_int)va_arg(*ap, unsigned int); - s = conv_10(i_num, 1, &is_negative, - &num_buf[NUM_BUF_SIZE], &s_len); - } -@@ -830,17 +830,17 @@ - case 'd': - case 'i': - if (var_type == IS_QUAD) { -- i_quad = va_arg(ap, quad_int); -+ i_quad = va_arg(*ap, quad_int); - s = conv_10_quad(i_quad, 0, &is_negative, - &num_buf[NUM_BUF_SIZE], &s_len); - } - else { - if (var_type == IS_LONG) -- i_num = (long_int)va_arg(ap, long_int); -+ i_num = (long_int)va_arg(*ap, long_int); - else if (var_type == IS_SHORT) -- i_num = (long_int)(short)va_arg(ap, int); -+ i_num = (long_int)(short)va_arg(*ap, int); - else -- i_num = (long_int)va_arg(ap, int); -+ i_num = (long_int)va_arg(*ap, int); - s = conv_10(i_num, 0, &is_negative, - &num_buf[NUM_BUF_SIZE], &s_len); - } -@@ -857,17 +857,17 @@ - /* Unsigned Octal Integer */ - case 'o': - if (var_type == IS_QUAD) { -- ui_quad = va_arg(ap, u_quad_int); -+ ui_quad = va_arg(*ap, u_quad_int); - s = conv_p2_quad(ui_quad, 3, *fmt, - &num_buf[NUM_BUF_SIZE], &s_len); - } - else { - if (var_type == IS_LONG) -- ui_num = (u_long_int) va_arg(ap, u_long_int); -+ ui_num = (u_long_int) va_arg(*ap, u_long_int); - else if (var_type == IS_SHORT) -- ui_num = (u_long_int)(unsigned short)va_arg(ap, unsigned int); -+ ui_num = (u_long_int)(unsigned short)va_arg(*ap, unsigned int); - else -- ui_num = (u_long_int)va_arg(ap, unsigned int); -+ ui_num = (u_long_int)va_arg(*ap, unsigned int); - s = conv_p2(ui_num, 3, *fmt, &num_buf[NUM_BUF_SIZE], &s_len); - } - FIX_PRECISION(adjust_precision, precision, s, s_len); -@@ -881,17 +881,17 @@ - case 'x': - case 'X': - if (var_type == IS_QUAD) { -- ui_quad = va_arg(ap, u_quad_int); -+ ui_quad = va_arg(*ap, u_quad_int); - s = conv_p2_quad(ui_quad, 4, *fmt, - &num_buf[NUM_BUF_SIZE], &s_len); - } - else { - if (var_type == IS_LONG) -- ui_num = (u_long_int)va_arg(ap, u_long_int); -+ ui_num = (u_long_int)va_arg(*ap, u_long_int); - else if (var_type == IS_SHORT) -- ui_num = (u_long_int)(unsigned short)va_arg(ap, unsigned int); -+ ui_num = (u_long_int)(unsigned short)va_arg(*ap, unsigned int); - else -- ui_num = (u_long_int)va_arg(ap, unsigned int); -+ ui_num = (u_long_int)va_arg(*ap, unsigned int); - s = conv_p2(ui_num, 4, *fmt, &num_buf[NUM_BUF_SIZE], &s_len); - } - FIX_PRECISION(adjust_precision, precision, s, s_len); -@@ -904,7 +904,7 @@ - - /* String */ - case 's': -- s = va_arg(ap, char *); -+ s = va_arg(*ap, char *); - if (s != NULL) { - s_len = strlen(s); - if (adjust_precision && precision < s_len) -@@ -921,7 +921,7 @@ - case 'f': - case 'e': - case 'E': -- fp_num = va_arg(ap, double); -+ fp_num = va_arg(*ap, double); - if (isnan(fp_num)) { - s = "NaN"; - s_len = 3; -@@ -947,7 +947,7 @@ - /* Double Floating Point (style 2) */ - case 'g': - case 'G': -- fp_num = va_arg(ap, double); -+ fp_num = va_arg(*ap, double); - if (isnan(fp_num)) { - s = "NaN"; - s_len = 3; -@@ -981,7 +981,7 @@ - - /* Single Character */ - case 'c': -- char_buf[0] = (char) (va_arg(ap, int)); -+ char_buf[0] = (char) (va_arg(*ap, int)); - s = &char_buf[0]; - s_len = 1; - pad_char = ' '; -@@ -998,13 +998,13 @@ - /* Special: Number of already written characters */ - case 'n': - if (var_type == IS_QUAD) -- *(va_arg(ap, quad_int *)) = cc; -+ *(va_arg(*ap, quad_int *)) = cc; - else if (var_type == IS_LONG) -- *(va_arg(ap, long *)) = cc; -+ *(va_arg(*ap, long *)) = cc; - else if (var_type == IS_SHORT) -- *(va_arg(ap, short *)) = cc; -+ *(va_arg(*ap, short *)) = cc; - else -- *(va_arg(ap, int *)) = cc; -+ *(va_arg(*ap, int *)) = cc; - break; - - /* -@@ -1012,10 +1012,10 @@ - */ - case 'p': - #if defined(SIZEOF_LONG_LONG) && (SIZEOF_LONG_LONG == SIZEOF_VOID_P) -- ui_quad = (u_quad_int) va_arg(ap, void *); -+ ui_quad = (u_quad_int) va_arg(*ap, void *); - s = conv_p2_quad(ui_quad, 4, 'x', &num_buf[NUM_BUF_SIZE], &s_len); - #else -- ui_num = (u_long_int) va_arg(ap, void *); -+ ui_num = (u_long_int) va_arg(*ap, void *); - s = conv_p2(ui_num, 4, 'x', &num_buf[NUM_BUF_SIZE], &s_len); - #endif - pad_char = ' '; -@@ -1043,7 +1043,7 @@ - if (vbuff->format != NULL) { - vbuff->format(vbuff, - &prefix_char, &pad_char, &s, &s_len, -- num_buf, NUM_BUF_SIZE, extinfo, *fmt, (va_list *)(void *)&ap); -+ num_buf, NUM_BUF_SIZE, extinfo, *fmt, ap); - if (s == NULL) - return -1; - } -@@ -1112,7 +1112,7 @@ - return -1; - } - --int l2_util_vsprintf(char *s, size_t n, const char *fmt, va_list ap) -+int l2_util_vsprintf(char *s, size_t n, const char *fmt, va_list *ap) - { - l2_util_format_t handle; - char buf[STR_FORMAT_BUFLEN]; -@@ -1147,18 +1147,18 @@ - return rv; - } - --char *l2_util_vasprintf(const char *fmt, va_list ap) -+char *l2_util_vasprintf(const char *fmt, va_list *ap) - { - va_list apbak; - char *s; - int rv; - -- va_copy(apbak, ap); -+ va_copy(apbak, *ap); - if ((rv = l2_util_vsprintf(NULL, -1, fmt, ap)) == -1) - return NULL; - if ((s = malloc(rv+1)) == NULL) - return NULL; -- va_copy(ap, apbak); -+ va_copy(*ap, apbak); - if ((rv = l2_util_vsprintf(s, rv+1, fmt, ap)) == -1) { - free(s); - return NULL; -@@ -1172,7 +1172,7 @@ - int rv; - - va_start(ap, fmt); -- rv = l2_util_vsprintf(s, n, fmt, ap); -+ rv = l2_util_vsprintf(s, n, fmt, &ap); - va_end(ap); - return rv; - } -@@ -1183,7 +1183,7 @@ - char *rv; - - va_start(ap, fmt); -- rv = l2_util_vasprintf(fmt, ap); -+ rv = l2_util_vasprintf(fmt, &ap); - va_end(ap); - return rv; - } -diff -ur --exclude-from=excl l2-0.9.11.orig/l2_ut_format.h l2-0.9.11/l2_ut_format.h ---- lib_l2/l2_ut_format.h Mon Oct 3 11:06:18 2005 -+++ lib_l2/l2_ut_format.h Wed Oct 12 20:45:22 2005 -@@ -66,9 +66,9 @@ - - typedef struct l2_util_format_st l2_util_format_t; - --int l2_util_format (l2_util_format_t *vbuff, const char *fmt, va_list ap); --int l2_util_vsprintf (char *s, size_t n, const char *fmt, va_list ap); --char *l2_util_vasprintf (const char *fmt, va_list ap); -+int l2_util_format (l2_util_format_t *vbuff, const char *fmt, va_list *ap); -+int l2_util_vsprintf (char *s, size_t n, const char *fmt, va_list *ap); -+char *l2_util_vasprintf (const char *fmt, va_list *ap); - int l2_util_sprintf (char *s, size_t n, const char *fmt, ...); - char *l2_util_asprintf (const char *fmt, ...); - -diff -ur --exclude-from=excl l2-0.9.11.orig/l2_ut_param.c l2-0.9.11/l2_ut_param.c ---- lib_l2/l2_ut_param.c Mon Oct 3 11:06:18 2005 -+++ lib_l2/l2_ut_param.c Thu Oct 13 08:06:33 2005 -@@ -37,7 +37,7 @@ - #include <math.h> - #include <ctype.h> - --l2_result_t l2_util_setparams(l2_env_t *env, l2_param_t pa[], const char *fmt, va_list ap) -+l2_result_t l2_util_setparams(l2_env_t *env, l2_param_t pa[], const char *fmt, va_list *ap) - { - char *cpB, *cpE; - char *spec; diff --git a/mail/lmtp2nntp/files/patch-lmtp2nntp_l2.c.diff b/mail/lmtp2nntp/files/patch-lmtp2nntp_l2.c.diff deleted file mode 100644 index 9e3bb6a7b56e..000000000000 --- a/mail/lmtp2nntp/files/patch-lmtp2nntp_l2.c.diff +++ /dev/null @@ -1,20 +0,0 @@ ---- lmtp2nntp_l2.c.orig Wed Oct 19 19:11:54 2005 -+++ lmtp2nntp_l2.c Wed Oct 19 19:12:26 2005 -@@ -60,7 +60,7 @@ - } - - /* configure channel */ --static l2_result_t hook_configure(l2_context_t *ctx, l2_channel_t *ch, const char *fmt, va_list ap) -+static l2_result_t hook_configure(l2_context_t *ctx, l2_channel_t *ch, const char *fmt, va_list *ap) - { - l2_ch_var_t *cfg; - -@@ -69,7 +69,7 @@ - return L2_ERR_ARG; - - /* special parameter parsing */ -- if ((cfg->var = (var_t *)va_arg(ap, void *)) == NULL) -+ if ((cfg->var = (var_t *)va_arg(*ap, void *)) == NULL) - return L2_ERR_ARG; - - return L2_OK; diff --git a/mail/lmtp2nntp/files/patch-lmtp2nntp_main.c.diff b/mail/lmtp2nntp/files/patch-lmtp2nntp_main.c.diff deleted file mode 100644 index 40469c38e7ed..000000000000 --- a/mail/lmtp2nntp/files/patch-lmtp2nntp_main.c.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- lmtp2nntp_main.c.orig Wed Oct 19 19:14:11 2005 -+++ lmtp2nntp_main.c Wed Oct 19 19:14:24 2005 -@@ -129,7 +129,7 @@ - ch = ch2; - } - va_start(ap, fmt); -- l2_channel_vlog(ch, level, fmt, ap); -+ l2_channel_vlog(ch, level, fmt, &ap); - va_end(ap); - return; - } diff --git a/mail/lmtp2nntp/files/patch-lmtp2nntp_msg.c.diff b/mail/lmtp2nntp/files/patch-lmtp2nntp_msg.c.diff deleted file mode 100644 index 5eea117f4083..000000000000 --- a/mail/lmtp2nntp/files/patch-lmtp2nntp_msg.c.diff +++ /dev/null @@ -1,10 +0,0 @@ ---- lmtp2nntp_msg.c.orig Wed Oct 19 19:16:23 2005 -+++ lmtp2nntp_msg.c Wed Oct 19 19:16:34 2005 -@@ -28,6 +28,7 @@ - - #include <stdlib.h> - #include <stdio.h> -+#include <time.h> - - #include "lmtp2nntp_msg.h" - #include "lmtp2nntp_argz.h" diff --git a/mail/lmtp2nntp/pkg-descr b/mail/lmtp2nntp/pkg-descr deleted file mode 100644 index a7bee38ccc0a..000000000000 --- a/mail/lmtp2nntp/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The OSSP lmtp2nntp program is an LMTP service for use in conjunction -with an MTA (like Sendmail), providing a reli- able real-time mail to -news gateway. Input messages get their headers slightly reformatted -to match Usenet news article format. The article is then posted or -feeded into a remote NNTP service (like INN). Delivery must take -place immediately or the transaction fails. OSSP lmtp2nntp relies -on the queuing capabilities of the MTA in order to provide a fully -reliable service. For this the program returns proper delivery status -notification which indi- cates successful completed action, persistent -transient failure or permanent failure. diff --git a/mail/mailhog/Makefile b/mail/mailhog/Makefile index 1e71b076566f..0408ad495880 100644 --- a/mail/mailhog/Makefile +++ b/mail/mailhog/Makefile @@ -1,7 +1,7 @@ PORTNAME= mailhog DISTVERSIONPREFIX= v DISTVERSION= 1.0.1 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= mail devel MAINTAINER= mops@punkt.de diff --git a/mail/mailpit/Makefile b/mail/mailpit/Makefile index 5bb5a077e8f6..311dc8528f93 100644 --- a/mail/mailpit/Makefile +++ b/mail/mailpit/Makefile @@ -1,6 +1,6 @@ PORTNAME= mailpit DISTVERSIONPREFIX= v -DISTVERSION= 1.27.3 +DISTVERSION= 1.27.4 CATEGORIES= mail devel MASTER_SITES= https://www.madpilot.net/mailpit/:npmcache \ LOCAL/madpilot/mailpit:npmcache diff --git a/mail/mailpit/distinfo b/mail/mailpit/distinfo index 20d3103f2617..c623df32c09e 100644 --- a/mail/mailpit/distinfo +++ b/mail/mailpit/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1753712249 -SHA256 (go/mail_mailpit/mailpit-v1.27.3/mailpit-npm-cache-1.27.3.tar.zst) = 24aa5e0101a94f5972c2bf4a7e99d728081e7b8151fabd2a9d93cc99a234697f -SIZE (go/mail_mailpit/mailpit-v1.27.3/mailpit-npm-cache-1.27.3.tar.zst) = 37966716 -SHA256 (go/mail_mailpit/mailpit-v1.27.3/v1.27.3.mod) = df8cee5331cf068f0c7209fc6319aad1fb04bd1c3b524b6444bdaeabad84340c -SIZE (go/mail_mailpit/mailpit-v1.27.3/v1.27.3.mod) = 3048 -SHA256 (go/mail_mailpit/mailpit-v1.27.3/v1.27.3.zip) = 50eb8fae77052c16903238b1f8105a9fcb87cfd157eb7e84e92854384369835a -SIZE (go/mail_mailpit/mailpit-v1.27.3/v1.27.3.zip) = 582446 +TIMESTAMP = 1754858817 +SHA256 (go/mail_mailpit/mailpit-v1.27.4/mailpit-npm-cache-1.27.4.tar.zst) = 9c90e89b232a0db668694aa6746de755e577f10ee54432e29b515e8ce71f3fa0 +SIZE (go/mail_mailpit/mailpit-v1.27.4/mailpit-npm-cache-1.27.4.tar.zst) = 37953947 +SHA256 (go/mail_mailpit/mailpit-v1.27.4/v1.27.4.mod) = befd4221a9d2a66dbb5e00d8fd63ed15a3721c554e6897983b6b92131eb7333f +SIZE (go/mail_mailpit/mailpit-v1.27.4/v1.27.4.mod) = 3048 +SHA256 (go/mail_mailpit/mailpit-v1.27.4/v1.27.4.zip) = 77fada034f0dd45d22fc37e21f138f04529483b8c337536f7c9d6f27140e2ff2 +SIZE (go/mail_mailpit/mailpit-v1.27.4/v1.27.4.zip) = 584369 diff --git a/mail/mailpit/files/patch-package-lock.json b/mail/mailpit/files/patch-package-lock.json index 5f54e06a2b1e..c82702ce7d3a 100644 --- a/mail/mailpit/files/patch-package-lock.json +++ b/mail/mailpit/files/patch-package-lock.json @@ -17,9 +17,9 @@ } }, - "node_modules/@bufbuild/protobuf": { -- "version": "2.6.2", -- "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.6.2.tgz", -- "integrity": "sha512-vLu7SRY84CV/Dd+NUdgtidn2hS5hSMUC1vDBY0VcviTdgRYkU43vIz3vIFbmx14cX1r+mM7WjzE5Fl1fGEM0RQ==", +- "version": "2.6.3", +- "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.6.3.tgz", +- "integrity": "sha512-w/gJKME9mYN7ZoUAmSMAWXk4hkVpxRKvEJCb3dV5g9wwWdxTJJ0ayOJAVcNxtdqaxDyFuC0uz4RSGVacJ030PQ==", - "dev": true, - "license": "(Apache-2.0 AND BSD-3-Clause)", - "peer": true @@ -594,14 +594,14 @@ "node_modules/safe-identifier": { "version": "0.4.2", "resolved": "https://registry.npmjs.org/safe-identifier/-/safe-identifier-0.4.2.tgz", -@@ -3837,353 +3332,6 @@ +@@ -3837,391 +3332,6 @@ "@parcel/watcher": "^2.4.1" } }, - "node_modules/sass-embedded": { -- "version": "1.89.2", -- "resolved": "https://registry.npmjs.org/sass-embedded/-/sass-embedded-1.89.2.tgz", -- "integrity": "sha512-Ack2K8rc57kCFcYlf3HXpZEJFNUX8xd8DILldksREmYXQkRHI879yy8q4mRDJgrojkySMZqmmmW1NxrFxMsYaA==", +- "version": "1.90.0", +- "resolved": "https://registry.npmjs.org/sass-embedded/-/sass-embedded-1.90.0.tgz", +- "integrity": "sha512-XP1EltyLLfuU5FsGVjSz8PcT925oA3rDnJTWOEBHR42k62ZEbKTcZ4gVlFwKi0Ggzi5E8v1K2BplD8ELHwusYg==", - "dev": true, - "license": "MIT", - "peer": true, @@ -622,28 +622,48 @@ - "node": ">=16.0.0" - }, - "optionalDependencies": { -- "sass-embedded-android-arm": "1.89.2", -- "sass-embedded-android-arm64": "1.89.2", -- "sass-embedded-android-riscv64": "1.89.2", -- "sass-embedded-android-x64": "1.89.2", -- "sass-embedded-darwin-arm64": "1.89.2", -- "sass-embedded-darwin-x64": "1.89.2", -- "sass-embedded-linux-arm": "1.89.2", -- "sass-embedded-linux-arm64": "1.89.2", -- "sass-embedded-linux-musl-arm": "1.89.2", -- "sass-embedded-linux-musl-arm64": "1.89.2", -- "sass-embedded-linux-musl-riscv64": "1.89.2", -- "sass-embedded-linux-musl-x64": "1.89.2", -- "sass-embedded-linux-riscv64": "1.89.2", -- "sass-embedded-linux-x64": "1.89.2", -- "sass-embedded-win32-arm64": "1.89.2", -- "sass-embedded-win32-x64": "1.89.2" +- "sass-embedded-all-unknown": "1.90.0", +- "sass-embedded-android-arm": "1.90.0", +- "sass-embedded-android-arm64": "1.90.0", +- "sass-embedded-android-riscv64": "1.90.0", +- "sass-embedded-android-x64": "1.90.0", +- "sass-embedded-darwin-arm64": "1.90.0", +- "sass-embedded-darwin-x64": "1.90.0", +- "sass-embedded-linux-arm": "1.90.0", +- "sass-embedded-linux-arm64": "1.90.0", +- "sass-embedded-linux-musl-arm": "1.90.0", +- "sass-embedded-linux-musl-arm64": "1.90.0", +- "sass-embedded-linux-musl-riscv64": "1.90.0", +- "sass-embedded-linux-musl-x64": "1.90.0", +- "sass-embedded-linux-riscv64": "1.90.0", +- "sass-embedded-linux-x64": "1.90.0", +- "sass-embedded-unknown-all": "1.90.0", +- "sass-embedded-win32-arm64": "1.90.0", +- "sass-embedded-win32-x64": "1.90.0" +- } +- }, +- "node_modules/sass-embedded-all-unknown": { +- "version": "1.90.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-all-unknown/-/sass-embedded-all-unknown-1.90.0.tgz", +- "integrity": "sha512-/n7jTQvI+hftDDrHzK19G4pxfDzOhtjuQO1K54ui1pT2S0sWfWDjCYUbQgtWQ6FO7g5qWS0hgmrWdc7fmS3rgA==", +- "cpu": [ +- "!arm", +- "!arm64", +- "!riscv64", +- "!x64" +- ], +- "dev": true, +- "license": "MIT", +- "optional": true, +- "peer": true, +- "dependencies": { +- "sass": "1.90.0" - } - }, - "node_modules/sass-embedded-android-arm": { -- "version": "1.89.2", -- "resolved": "https://registry.npmjs.org/sass-embedded-android-arm/-/sass-embedded-android-arm-1.89.2.tgz", -- "integrity": "sha512-oHAPTboBHRZlDBhyRB6dvDKh4KvFs+DZibDHXbkSI6dBZxMTT+Yb2ivocHnctVGucKTLQeT7+OM5DjWHyynL/A==", +- "version": "1.90.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-android-arm/-/sass-embedded-android-arm-1.90.0.tgz", +- "integrity": "sha512-usF6kVJQWa1CMgPH1nCT1y8KEmAT2fzB00dDIPBYHq8U5VZLCihi2bJRP5U9NlcwP1TlKGKCjwsbIdSjDKfecg==", - "cpu": [ - "arm" - ], @@ -659,9 +679,9 @@ - } - }, - "node_modules/sass-embedded-android-arm64": { -- "version": "1.89.2", -- "resolved": "https://registry.npmjs.org/sass-embedded-android-arm64/-/sass-embedded-android-arm64-1.89.2.tgz", -- "integrity": "sha512-+pq7a7AUpItNyPu61sRlP6G2A8pSPpyazASb+8AK2pVlFayCSPAEgpwpCE9A2/Xj86xJZeMizzKUHxM2CBCUxA==", +- "version": "1.90.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-android-arm64/-/sass-embedded-android-arm64-1.90.0.tgz", +- "integrity": "sha512-bkTlewzWksa6Sj4Zs1CWiutnvUbsO3xuYh2QBRknXsOtuMlfTPoXnwhCnyE4lSvUxw2qxSbv+NdQev9qMfsBgA==", - "cpu": [ - "arm64" - ], @@ -677,9 +697,9 @@ - } - }, - "node_modules/sass-embedded-android-riscv64": { -- "version": "1.89.2", -- "resolved": "https://registry.npmjs.org/sass-embedded-android-riscv64/-/sass-embedded-android-riscv64-1.89.2.tgz", -- "integrity": "sha512-HfJJWp/S6XSYvlGAqNdakeEMPOdhBkj2s2lN6SHnON54rahKem+z9pUbCriUJfM65Z90lakdGuOfidY61R9TYg==", +- "version": "1.90.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-android-riscv64/-/sass-embedded-android-riscv64-1.90.0.tgz", +- "integrity": "sha512-bpqCIOaX+0Lou/BNJ4iJIKbWbVaYXFdg26C3gG6gxxKZRzp/6OYCxHrIQDwhKz6YC8Q5rwNPMpfDVYbWPcgroA==", - "cpu": [ - "riscv64" - ], @@ -695,9 +715,9 @@ - } - }, - "node_modules/sass-embedded-android-x64": { -- "version": "1.89.2", -- "resolved": "https://registry.npmjs.org/sass-embedded-android-x64/-/sass-embedded-android-x64-1.89.2.tgz", -- "integrity": "sha512-BGPzq53VH5z5HN8de6jfMqJjnRe1E6sfnCWFd4pK+CAiuM7iw5Fx6BQZu3ikfI1l2GY0y6pRXzsVLdp/j4EKEA==", +- "version": "1.90.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-android-x64/-/sass-embedded-android-x64-1.90.0.tgz", +- "integrity": "sha512-GNxVKnCMd/p2icZ+Q4mhvNk19NrLXq1C4guiqjrycHYQLEnxRkjbW1QXYiL+XyDn4e+Bcq0knzG0I9pMuNZxkg==", - "cpu": [ - "x64" - ], @@ -713,9 +733,9 @@ - } - }, - "node_modules/sass-embedded-darwin-arm64": { -- "version": "1.89.2", -- "resolved": "https://registry.npmjs.org/sass-embedded-darwin-arm64/-/sass-embedded-darwin-arm64-1.89.2.tgz", -- "integrity": "sha512-UCm3RL/tzMpG7DsubARsvGUNXC5pgfQvP+RRFJo9XPIi6elopY5B6H4m9dRYDpHA+scjVthdiDwkPYr9+S/KGw==", +- "version": "1.90.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-darwin-arm64/-/sass-embedded-darwin-arm64-1.90.0.tgz", +- "integrity": "sha512-qr4KBMJfBA+lzXiWnP00qzpLzHQzGd1OSK3VHcUFjZ8l7VOYf2R7Tc3fcTLhpaNPMJtTK0jrk8rFqBvsiZExnA==", - "cpu": [ - "arm64" - ], @@ -731,9 +751,9 @@ - } - }, - "node_modules/sass-embedded-darwin-x64": { -- "version": "1.89.2", -- "resolved": "https://registry.npmjs.org/sass-embedded-darwin-x64/-/sass-embedded-darwin-x64-1.89.2.tgz", -- "integrity": "sha512-D9WxtDY5VYtMApXRuhQK9VkPHB8R79NIIR6xxVlN2MIdEid/TZWi1MHNweieETXhWGrKhRKglwnHxxyKdJYMnA==", +- "version": "1.90.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-darwin-x64/-/sass-embedded-darwin-x64-1.90.0.tgz", +- "integrity": "sha512-z2nr1nNqtWDLVRwTbHtL7zriK90U7O/Gb15UaCSMYeAz9Y+wog5s/sDEKm0+GsVdzzkaCaMZRWGN4jTilnUwmQ==", - "cpu": [ - "x64" - ], @@ -749,9 +769,9 @@ - } - }, - "node_modules/sass-embedded-linux-arm": { -- "version": "1.89.2", -- "resolved": "https://registry.npmjs.org/sass-embedded-linux-arm/-/sass-embedded-linux-arm-1.89.2.tgz", -- "integrity": "sha512-leP0t5U4r95dc90o8TCWfxNXwMAsQhpWxTkdtySDpngoqtTy3miMd7EYNYd1znI0FN1CBaUvbdCMbnbPwygDlA==", +- "version": "1.90.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-linux-arm/-/sass-embedded-linux-arm-1.90.0.tgz", +- "integrity": "sha512-FeBxI5Q2HvM3CCadcEcQgvWbDPVs2YEF0PZ87fbAVTCG8dV+iNnQreSz7GRJroknpvbRhm5t2gedvcgmTnPb2Q==", - "cpu": [ - "arm" - ], @@ -767,9 +787,9 @@ - } - }, - "node_modules/sass-embedded-linux-arm64": { -- "version": "1.89.2", -- "resolved": "https://registry.npmjs.org/sass-embedded-linux-arm64/-/sass-embedded-linux-arm64-1.89.2.tgz", -- "integrity": "sha512-2N4WW5LLsbtrWUJ7iTpjvhajGIbmDR18ZzYRywHdMLpfdPApuHPMDF5CYzHbS+LLx2UAx7CFKBnj5LLjY6eFgQ==", +- "version": "1.90.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-linux-arm64/-/sass-embedded-linux-arm64-1.90.0.tgz", +- "integrity": "sha512-SPMcGZuP71Fj8btCGtlBnv8h8DAbJn8EQfLzXs9oo6NGFFLVjNGiFpqGfgtUV6DLWCuaRyEFeViO7wZow/vKGQ==", - "cpu": [ - "arm64" - ], @@ -785,9 +805,9 @@ - } - }, - "node_modules/sass-embedded-linux-musl-arm": { -- "version": "1.89.2", -- "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-arm/-/sass-embedded-linux-musl-arm-1.89.2.tgz", -- "integrity": "sha512-Z6gG2FiVEEdxYHRi2sS5VIYBmp17351bWtOCUZ/thBM66+e70yiN6Eyqjz80DjL8haRUegNQgy9ZJqsLAAmr9g==", +- "version": "1.90.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-arm/-/sass-embedded-linux-musl-arm-1.90.0.tgz", +- "integrity": "sha512-EB2z0fUXdUdvSoddf4DzdZQkD/xyreD72gwAi8YScgUvR4HMXI7bLcK/n78Rft6OnqvV8090hjC8FsLDo3x5xQ==", - "cpu": [ - "arm" - ], @@ -803,9 +823,9 @@ - } - }, - "node_modules/sass-embedded-linux-musl-arm64": { -- "version": "1.89.2", -- "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-arm64/-/sass-embedded-linux-musl-arm64-1.89.2.tgz", -- "integrity": "sha512-nTyuaBX6U1A/cG7WJh0pKD1gY8hbg1m2SnzsyoFG+exQ0lBX/lwTLHq3nyhF+0atv7YYhYKbmfz+sjPP8CZ9lw==", +- "version": "1.90.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-arm64/-/sass-embedded-linux-musl-arm64-1.90.0.tgz", +- "integrity": "sha512-xLH7+PFq763MoEm3vI7hQk5E+nStiLWbijHEYW/tEtCbcQIphgzSkDItEezxXew3dU4EJ1jqrBUySPdoXFLqWA==", - "cpu": [ - "arm64" - ], @@ -821,9 +841,9 @@ - } - }, - "node_modules/sass-embedded-linux-musl-riscv64": { -- "version": "1.89.2", -- "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-riscv64/-/sass-embedded-linux-musl-riscv64-1.89.2.tgz", -- "integrity": "sha512-N6oul+qALO0SwGY8JW7H/Vs0oZIMrRMBM4GqX3AjM/6y8JsJRxkAwnfd0fDyK+aICMFarDqQonQNIx99gdTZqw==", +- "version": "1.90.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-riscv64/-/sass-embedded-linux-musl-riscv64-1.90.0.tgz", +- "integrity": "sha512-L21UkOgnSrD+ERF+jo1IWneGv40t0ap9+3cI+wZWYhQS5MkxponhT9QaNU57JEDJwB9mOl01LVw14opz4SN+VQ==", - "cpu": [ - "riscv64" - ], @@ -839,9 +859,9 @@ - } - }, - "node_modules/sass-embedded-linux-musl-x64": { -- "version": "1.89.2", -- "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-x64/-/sass-embedded-linux-musl-x64-1.89.2.tgz", -- "integrity": "sha512-K+FmWcdj/uyP8GiG9foxOCPfb5OAZG0uSVq80DKgVSC0U44AdGjvAvVZkrgFEcZ6cCqlNC2JfYmslB5iqdL7tg==", +- "version": "1.90.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-x64/-/sass-embedded-linux-musl-x64-1.90.0.tgz", +- "integrity": "sha512-NeAycQlsdhFdnIeSmRmScYUyCd+uE+x15NLFunbF8M0PgCKurrUhaxgGKSuBbaK56FpxarKOHCqcOrWbemIGzQ==", - "cpu": [ - "x64" - ], @@ -857,9 +877,9 @@ - } - }, - "node_modules/sass-embedded-linux-riscv64": { -- "version": "1.89.2", -- "resolved": "https://registry.npmjs.org/sass-embedded-linux-riscv64/-/sass-embedded-linux-riscv64-1.89.2.tgz", -- "integrity": "sha512-g9nTbnD/3yhOaskeqeBQETbtfDQWRgsjHok6bn7DdAuwBsyrR3JlSFyqKc46pn9Xxd9SQQZU8AzM4IR+sY0A0w==", +- "version": "1.90.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-linux-riscv64/-/sass-embedded-linux-riscv64-1.90.0.tgz", +- "integrity": "sha512-lJopaQhW8S+kaQ61vMqq3c+bOurcf9RdZf2EmzQYpc2y1vT5cWfRNrRkbAgO/23IQxsk/fq3UIUnsjnyQmi6MA==", - "cpu": [ - "riscv64" - ], @@ -875,9 +895,9 @@ - } - }, - "node_modules/sass-embedded-linux-x64": { -- "version": "1.89.2", -- "resolved": "https://registry.npmjs.org/sass-embedded-linux-x64/-/sass-embedded-linux-x64-1.89.2.tgz", -- "integrity": "sha512-Ax7dKvzncyQzIl4r7012KCMBvJzOz4uwSNoyoM5IV6y5I1f5hEwI25+U4WfuTqdkv42taCMgpjZbh9ERr6JVMQ==", +- "version": "1.90.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-linux-x64/-/sass-embedded-linux-x64-1.90.0.tgz", +- "integrity": "sha512-Cc061gBfMPwH9rN7neQaH36cvOQC+dFMSGIeX5qUOhrEL4Ng51iqBV6aI4RIB1jCFGth6eDydVRN1VdV9qom8A==", - "cpu": [ - "x64" - ], @@ -892,10 +912,28 @@ - "node": ">=14.0.0" - } - }, +- "node_modules/sass-embedded-unknown-all": { +- "version": "1.90.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-unknown-all/-/sass-embedded-unknown-all-1.90.0.tgz", +- "integrity": "sha512-DBGzHVCJDqtjTHZFohush9YTxd4ZxhIygIRTNRXnA0359woF9Z8AS7/YxfzwkqrTX5durSJa6ZamGFYVLoRphQ==", +- "dev": true, +- "license": "MIT", +- "optional": true, +- "os": [ +- "!android", +- "!darwin", +- "!linux", +- "!win32" +- ], +- "peer": true, +- "dependencies": { +- "sass": "1.90.0" +- } +- }, - "node_modules/sass-embedded-win32-arm64": { -- "version": "1.89.2", -- "resolved": "https://registry.npmjs.org/sass-embedded-win32-arm64/-/sass-embedded-win32-arm64-1.89.2.tgz", -- "integrity": "sha512-j96iJni50ZUsfD6tRxDQE2QSYQ2WrfHxeiyAXf41Kw0V4w5KYR/Sf6rCZQLMTUOHnD16qTMVpQi20LQSqf4WGg==", +- "version": "1.90.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-win32-arm64/-/sass-embedded-win32-arm64-1.90.0.tgz", +- "integrity": "sha512-c3/vL/CATnaW3x/6kcNbCROEOUU7zvJpIURp7M9664GJj08/gLPRWKNruw0OkAPQ3C5TTQz7+/fQWEpRA6qmvA==", - "cpu": [ - "arm64" - ], @@ -911,9 +949,9 @@ - } - }, - "node_modules/sass-embedded-win32-x64": { -- "version": "1.89.2", -- "resolved": "https://registry.npmjs.org/sass-embedded-win32-x64/-/sass-embedded-win32-x64-1.89.2.tgz", -- "integrity": "sha512-cS2j5ljdkQsb4PaORiClaVYynE9OAPZG/XjbOMxpQmjRIf7UroY4PEIH+Waf+y47PfXFX9SyxhYuw2NIKGbEng==", +- "version": "1.90.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-win32-x64/-/sass-embedded-win32-x64-1.90.0.tgz", +- "integrity": "sha512-PFwdW7AYtCkwi3NfWFeexvIZEJ0nuShp8Bjjc3px756+18yYwBWa78F4TGdIQmJfpYKBhgkVjFOctwq+NCHntA==", - "cpu": [ - "x64" - ], @@ -948,7 +986,7 @@ "node_modules/semver": { "version": "7.7.2", "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz", -@@ -4304,31 +3452,6 @@ +@@ -4342,31 +3452,6 @@ "ramda-adjunct": "^5.1.0" } }, @@ -980,7 +1018,7 @@ "node_modules/timezones-list": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/timezones-list/-/timezones-list-3.1.0.tgz", -@@ -4413,14 +3536,6 @@ +@@ -4451,14 +3536,6 @@ "integrity": "sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==", "license": "Apache-2.0" }, @@ -995,7 +1033,7 @@ "node_modules/type-check": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", -@@ -4466,14 +3581,6 @@ +@@ -4504,14 +3581,6 @@ "dev": true, "license": "MIT" }, @@ -1010,7 +1048,7 @@ "node_modules/vue": { "version": "3.5.18", "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.18.tgz", -@@ -4502,31 +3609,6 @@ +@@ -4540,31 +3609,6 @@ "license": "MIT", "peerDependencies": { "vue": "^3" diff --git a/mail/mailslurper/Makefile b/mail/mailslurper/Makefile index be249ed3d81c..7c0c8e089ede 100644 --- a/mail/mailslurper/Makefile +++ b/mail/mailslurper/Makefile @@ -1,7 +1,7 @@ PORTNAME= mailslurper DISTVERSIONPREFIX= release- DISTVERSION= 1.15.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MAINTAINER= einar@isnic.is diff --git a/mail/mox/Makefile b/mail/mox/Makefile index a986b0b2c91d..f14a237214b6 100644 --- a/mail/mox/Makefile +++ b/mail/mox/Makefile @@ -1,6 +1,7 @@ PORTNAME= mox DISTVERSIONPREFIX= v DISTVERSION= 0.0.15 +PORTREVISION= 1 CATEGORIES= mail PKGNAMESUFFIX= -mail-server diff --git a/mail/opensmtpd-filter-rspamd/Makefile b/mail/opensmtpd-filter-rspamd/Makefile index b4df3a2d43c2..625bdfecbf97 100644 --- a/mail/opensmtpd-filter-rspamd/Makefile +++ b/mail/opensmtpd-filter-rspamd/Makefile @@ -1,7 +1,7 @@ PORTNAME= opensmtpd-filter-rspamd PORTVERSION= 0.1.8 DISTVERSIONPREFIX= v -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= mail MAINTAINER= manu@FreeBSD.Org diff --git a/mail/opensmtpd-filter-senderscore/Makefile b/mail/opensmtpd-filter-senderscore/Makefile index d2e264dc5e43..4487dc778b18 100644 --- a/mail/opensmtpd-filter-senderscore/Makefile +++ b/mail/opensmtpd-filter-senderscore/Makefile @@ -1,6 +1,6 @@ PORTNAME= opensmtpd-filter-senderscore PORTVERSION= 0.1.2 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= mail MAINTAINER= manu@FreeBSD.Org diff --git a/mail/opensmtpd-table-sqlite/Makefile b/mail/opensmtpd-table-sqlite/Makefile index dfd64f7c1ecf..bca3b4834255 100644 --- a/mail/opensmtpd-table-sqlite/Makefile +++ b/mail/opensmtpd-table-sqlite/Makefile @@ -1,5 +1,6 @@ PORTNAME= opensmtpd-table-sqlite DISTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= mail PATCH_SITES= https://github.com/OpenSMTPD/table-sqlite/commit/ @@ -20,7 +21,10 @@ USE_GITHUB= yes GH_ACCOUNT= opensmtpd GH_PROJECT= table-sqlite -PLIST_FILES= libexec/smtpd/table-sqlite \ +PLIST_FILES= libexec/opensmtpd/table-sqlite \ share/man/man5/table-sqlite.5.gz +post-patch: + ${REINPLACE_CMD} '/^smtpdir/s|smtpd$$|opensmtpd|' ${WRKSRC}/Makefile.am + .include <bsd.port.mk> diff --git a/mail/pantomime/Makefile b/mail/pantomime/Makefile index 3c7c910548d7..7fa6d998db63 100644 --- a/mail/pantomime/Makefile +++ b/mail/pantomime/Makefile @@ -1,5 +1,6 @@ PORTNAME= pantomime DISTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= mail gnustep MASTER_SITES= SAVANNAH/gnustep-nonfsf/ DISTNAME= Pantomime-${DISTVERSION} diff --git a/mail/pecl-mailparse/Makefile b/mail/pecl-mailparse/Makefile index 4532555b394a..609dc326ecfa 100644 --- a/mail/pecl-mailparse/Makefile +++ b/mail/pecl-mailparse/Makefile @@ -1,5 +1,5 @@ PORTNAME= mailparse -PORTVERSION= 3.1.8 +DISTVERSION= 3.1.8 CATEGORIES= mail www MAINTAINER= dbaio@FreeBSD.org @@ -12,4 +12,14 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:pecl USE_PHP= mbstring:build -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +post-patch: +.if ${PHP_VER} >= 85 + @${REINPLACE_CMD} -e 's|ext/standard/php_smart_string|Zend/zend_smart_string|' \ + ${WRKSRC}/php_mailparse_mime.h \ + ${WRKSRC}/php_mailparse_rfc822.c \ + ${WRKSRC}/php_mailparse_rfc822.re +.endif + +.include <bsd.port.post.mk> diff --git a/mail/py-imap-tools/Makefile b/mail/py-imap-tools/Makefile index de563fe93a14..4e064935462f 100644 --- a/mail/py-imap-tools/Makefile +++ b/mail/py-imap-tools/Makefile @@ -1,5 +1,5 @@ PORTNAME= imap-tools -PORTVERSION= 1.10.0 +PORTVERSION= 1.11.0 CATEGORIES= mail python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-imap-tools/distinfo b/mail/py-imap-tools/distinfo index e4d1ff9a9f0a..851666ef17a0 100644 --- a/mail/py-imap-tools/distinfo +++ b/mail/py-imap-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746349751 -SHA256 (imap_tools-1.10.0.tar.gz) = 3d2bee8e2900a58a3bf91e09531e548453f91fae2e491965030a4d96c4a34557 -SIZE (imap_tools-1.10.0.tar.gz) = 45963 +TIMESTAMP = 1753976015 +SHA256 (imap_tools-1.11.0.tar.gz) = 77b055d301f24e668ff54ad50cc32a36d1579c6aa9b26e5fb6501fb622feb6ea +SIZE (imap_tools-1.11.0.tar.gz) = 46191 diff --git a/mail/roundcube-twofactor_gauthenticator/Makefile b/mail/roundcube-twofactor_gauthenticator/Makefile index 99fcafbfa763..6cb4b629b118 100644 --- a/mail/roundcube-twofactor_gauthenticator/Makefile +++ b/mail/roundcube-twofactor_gauthenticator/Makefile @@ -26,6 +26,9 @@ SUB_FILES= pkg-message WWWDIR= ${PREFIX}/www/roundcube/plugins/${PORTNAME} +post-patch: + @${RM} ${WRKSRC}/docker-compose.yaml + do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR} diff --git a/mail/roundcube-twofactor_gauthenticator/pkg-plist b/mail/roundcube-twofactor_gauthenticator/pkg-plist index 72ea1835ffc8..80e8a7505021 100644 --- a/mail/roundcube-twofactor_gauthenticator/pkg-plist +++ b/mail/roundcube-twofactor_gauthenticator/pkg-plist @@ -10,6 +10,7 @@ %%WWWDIR%%/localization/cs_CZ.inc %%WWWDIR%%/localization/da_DK.inc %%WWWDIR%%/localization/de_DE.inc +%%WWWDIR%%/localization/el_GR.inc %%WWWDIR%%/localization/en_US.inc %%WWWDIR%%/localization/es_AR.inc %%WWWDIR%%/localization/es_ES.inc @@ -27,6 +28,7 @@ %%WWWDIR%%/localization/ru_RU.inc %%WWWDIR%%/localization/sk_SK.inc %%WWWDIR%%/localization/sv_SE.inc +%%WWWDIR%%/localization/uk_UA.inc %%WWWDIR%%/qrcode.min.js %%WWWDIR%%/screenshots/001-login.png %%WWWDIR%%/screenshots/002-2steps.png diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index 2fdc1167a918..143796658155 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -1,5 +1,6 @@ PORTNAME= roundcube DISTVERSION= 1.6.11 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES?= mail www MASTER_SITES= https://github.com/roundcube/roundcubemail/releases/download/${DISTVERSION}/ @@ -20,7 +21,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}mail-${DISTVERSION} RCUBECOMP= SQL config .htaccess index.php installer logs \ - plugins program skins temp vendor + plugins program public_html skins temp vendor PORTDOCS= CHANGELOG.md INSTALL README.md UPGRADING CPE_PRODUCT= webmail diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile index bc11a6b11422..32aafb7292fa 100644 --- a/mail/rspamd/Makefile +++ b/mail/rspamd/Makefile @@ -1,6 +1,6 @@ PORTNAME= rspamd PORTVERSION= 3.12.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MAINTAINER= vsevolod@FreeBSD.org diff --git a/mail/rspamd/files/rspamd.in b/mail/rspamd/files/rspamd.in index c256324dd963..488fe6a87dd9 100644 --- a/mail/rspamd/files/rspamd.in +++ b/mail/rspamd/files/rspamd.in @@ -1,7 +1,7 @@ #!/bin/sh # PROVIDE: rspamd -# REQUIRE: LOGIN redis +# REQUIRE: LOGIN redis keydb valkey # BEFORE: mail # KEYWORD: shutdown # diff --git a/mail/smtprelay/Makefile b/mail/smtprelay/Makefile index a55d5180cacd..e0b9535816fe 100644 --- a/mail/smtprelay/Makefile +++ b/mail/smtprelay/Makefile @@ -1,7 +1,7 @@ PORTNAME= smtprelay DISTVERSIONPREFIX=v DISTVERSION= 1.12.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MAINTAINER= decke@FreeBSD.org diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile index 063b69fbbaa0..9ef97ee0b292 100644 --- a/mail/thunderbird-esr/Makefile +++ b/mail/thunderbird-esr/Makefile @@ -1,9 +1,9 @@ PORTNAME= thunderbird -DISTVERSION= 140.1.0 +DISTVERSION= 140.1.1 PORTREVISION= 1 CATEGORIES= mail news net-im wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build2/source PKGNAMESUFFIX= -esr DISTFILES= ${DISTNAME}esr.source${EXTRACT_SUFX} diff --git a/mail/thunderbird-esr/distinfo b/mail/thunderbird-esr/distinfo index 4cbdfd090f95..2fb4580e622f 100644 --- a/mail/thunderbird-esr/distinfo +++ b/mail/thunderbird-esr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752924764 -SHA256 (thunderbird-140.1.0esr.source.tar.xz) = 43f0a68902a9733b8020c3db725d5fa4965044e3d3cc2830d2b054f45b7fc5cb -SIZE (thunderbird-140.1.0esr.source.tar.xz) = 754033528 +TIMESTAMP = 1754416782 +SHA256 (thunderbird-140.1.1esr.source.tar.xz) = 136b160954abe2426ab26e46d35d946207ab5e217ac72d3ff5cb1b87680d4fcd +SIZE (thunderbird-140.1.1esr.source.tar.xz) = 753445400 diff --git a/mail/vbsfilter/Makefile b/mail/vbsfilter/Makefile index 086f7308955a..52beb04f6eae 100644 --- a/mail/vbsfilter/Makefile +++ b/mail/vbsfilter/Makefile @@ -24,7 +24,7 @@ CFLAGS+= -Wall do-extract: ${MKDIR} ${WRKSRC} - ${CP} ${_DISTDIR}vbsfilter-${PORTVERSION}.c ${WRKSRC} + ${CP} ${DISTDIR}/vbsfilter-${PORTVERSION}.c ${WRKSRC} .for i in ${CTARGETS} ${i}: |