| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Release notes: https://www.postfix.org/announcements/postfix-3.8.1.html
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
New version 4.96 comes with support for OpenSSL 3.0.X which has been
tested however support with 3.1.X has not yet been tested.
It maybe the case that while I was marking ports BROKEN the MAINTAINER
was updating the port and missed this snippet causing a mid air
collission.
PR: 265098
Tested by: i.dani@outlook.com
|
|
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.28.1
MFH: 2023Q2
|
| |
|
|
|
|
|
|
| |
- Refresh patches
Approved by: portmgr (blanket)
|
|
|
|
|
| |
Release Notes:
https://www.thunderbird.net/en-US/thunderbird/102.12.0/releasenotes/
|
| |
|
| |
|
|
|
|
|
|
| |
While here, add LICENSE_FILE and make portclippy happy
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
|
|
| |
Relnotes: https://www.cyrusimap.org/3.6/imap/download/release-notes/3.6/x/3.6.2.html
|
|
|
|
|
| |
ChangeLog:
https://sourceforge.net/p/courier/courier.git/ci/master/tree/cone/ChangeLog
|
| |
|
|
|
|
|
| |
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.28.0
MFH: 2023Q2
|
|
|
|
| |
2023-06-01 mail/spamdyke: Broken for more than a year and last upstream release was in 2015
|
|
|
|
| |
2023-05-31 mail/esmtp: Upstream announced that this project is no longer being maintained. See https://esmtp.sourceforge.net/links.html for alternatives
|
| |
|
| |
|
|
|
|
|
| |
Release Notes:
https://www.thunderbird.net/en-US/thunderbird/102.11.2/releasenotes/
|
|
|
|
| |
Changes: https://metacpan.org/dist/Sisimai/changes
|
|
|
|
| |
Changes: https://github.com/github/email_reply_parser/commits/master
|
| |
|
|
|
|
|
| |
PR: 265098
Reported by: David Siebuerger <drs-freebsd@sieborger.nom.za>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
PR: 265098
Obtained-from: https://salsa.debian.org/exim-team/exim4/-/blob/master/debian/patches/
Reported-by: vvd
Approved-by: fluffy
Reviewed-by: drs-freebsd@sieborger.nom.za
Tested-by: pi, drs-freebsd@sieborger.nom.za
Changes: https://lists.exim.org/lurker/message/20220625.141825.d6de6074.en.html
|
|
|
|
|
|
|
|
| |
Give up maintainership of www/py-postorius and related mail/mailman3
ports.
I'm not yet using mail/mailman3 and hope that others can give these
ports the attention they deserve.
|
|
|
|
|
| |
Release Notes (soon):
https://www.thunderbird.net/en-US/thunderbird/102.11.1/releasenotes/
|
| |
|
|
|
|
|
|
|
|
|
| |
Also change WWW to https.
Bump PORTREVISION because of this last change.
PR: 271504
Reported by: takefu@airport.fm
|
|
|
|
| |
Relnotes: https://www.cyrusimap.org/3.8/imap/download/release-notes/3.8/x/3.8.0.html
|
|
|
|
|
|
|
| |
- switch to official release tarball
- make PCRE option a default
Changelog: https://git.datatipp.se/dspiljar/mboxgrep/releases/tag/0.7.12a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Clang 16 has a new error about incompatible function types, which shows
up when building mail/panda-cclient:
news.c:370:36: error: incompatible function pointer types passing 'int (struct dirent *)' to parameter of type 'int (*)(const struct dirent *)' [-Wincompatible-function-pointer-types]
if ((nmsgs = scandir (tmp,&names,news_select,news_numsort)) >= 0) {
^~~~~~~~~~~
/usr/include/dirent.h:127:12: note: passing argument to parameter here
int (*)(const struct dirent *), int (*)(const struct dirent **,
^
news.c:370:48: error: incompatible function pointer types passing 'int (const void *, const void *)' to parameter of type 'int (*)(const struct dirent **, const struct dirent **)' [-Wincompatible-function-pointer-types]
if ((nmsgs = scandir (tmp,&names,news_select,news_numsort)) >= 0) {
^~~~~~~~~~~~
/usr/include/dirent.h:127:44: note: passing argument to parameter here
int (*)(const struct dirent *), int (*)(const struct dirent **,
^
This is because the prototypes for the scandir(3) 'select' and 'compar'
callback function parameters do not match the declarations in
<dirent.h>. The same occurs in a few other files under src/osdep/unix.
Fix these by using the correct parameter types for the callback functions.
PR: 271539
Approved by: thierry (maintainer)
MFH: 2023Q2
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Also really make it compile on all arches:
Mailpit uses esbuild via npm to compile frontend assets. Esbuild
is distributed in binary form. There is a webassembly version and
I replaced esbuild with the webassembly version. The port was still
failing because npm was trying to install binary esbuild anyway as
a peer dependency of another requirement. DIsabling peer dependencies
with the "--legacy-peer-deps" allows the build to succeed.
|
|
|
|
|
|
|
|
|
|
|
| |
With 60ba31d73e SASL_NONE_CONFIGURE_WITH however with it unchecked
--without-sasl was added. Always disabling sasl.
Use OPT_CONFIGURE_OFF and OPT_CONFIGURE_ON to make sure --without-sasl
isn't added when SASL_NONE is unchecked.
PR: 271395
Approved by: kh@panix.com (maintainer)
|
|
|
|
|
|
|
| |
llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.
Approved by: portmgr (blanket)
|
|
|
|
| |
- Adopt port
|
| |
|
|
|
|
| |
- Pet portclippy
|
|
|
|
|
|
| |
- Pet portclippy
- Refactor with USES=loccalbase
- Adopt port
|
|
|
|
|
| |
- Pet portclippy
- Adopt port
|
|
|
|
| |
Required for gitlab-ce 15.11.
|
| |
|
|
|
|
| |
Changes: https://github.com/kazu-yamamoto/Mew/compare/193175e...47886a3
|
|
|
|
|
|
|
| |
Changelog: https://github.com/seanthegeek/mailsuite/blob/master/CHANGELOG.md#1915
* Fix missing body_urls list when an email does not contain an HTML body
PR: 271339
|
|
|
|
|
| |
While here, run these files through a spell-checker and wrap some
overly long lines and/or dangling prepositions (when appropriate).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Removing QUOTE_PATCH due to logic issues and RFC3676 quoting.
* Keep vvv initials patch from QUOTE_PATCH adding INITIALS_PATCH
* Add depercation of other patches to be removed in future updates via
UPDATING and pkg-message. See PR 271190 [1] comment 12 [2].
* SASL_NONE will now add --with-sasl=no (making portlint happy)
* Update context on patches
[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271190
[2] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271190#c12
Context and discussion:
https://lists.freebsd.org/archives/freebsd-ports/2023-May/003815.html
PR: 271190
Reported by: kh@panix.com
Differential Revision: https://reviews.freebsd.org/D39985
|
|
|
|
| |
- Added further patch to make it compile on all architectures.
|