freebsd-ports/mail
Larry Rosenman a3215f1b9d
mail/dovecot, mail/dovecot-pigeonhole: Upgrade to 2.3.19, 0.5.19
Dovecot Changelog:
+ Added mail_user_session_finished event, which is emitted when the mail
  user session is finished (e.g. imap, pop3, lmtp). It also includes
  fields with some process statistics information.
  See https://doc.dovecot.org/admin_manual/list_of_events/ for more
  information.
+ Added process_shutdown_filter setting. When an event matches the filter,
  the process will be shutdown after the current connection(s) have
  finished. This is intended to reduce memory usage of long-running imap
  processes that keep a lot of memory allocated instead of freeing it to
  the OS.
+ auth: Add cache hit indicator to auth passdb/userdb finished events.
  See https://doc.dovecot.org/admin_manual/list_of_events/ for more
  information.
+ doveadm deduplicate: Performance is improved significantly.
+ imapc: COPY commands were sent one mail at a time to the remote IMAP
  server. Now the copying is buffered, so multiple mails can be copied
  with a single COPY command.
+ lib-lua: Add a Lua interface to Dovecot's HTTP client library. See
  https://doc.dovecot.org/admin_manual/lua/ for more information.
- auth: Cache lookup would use incorrect cache key after username change.
- auth: Improve handling unexpected LDAP connection errors/hangs.
  Try to fix up these cases by reconnecting to the LDAP server and
  aborting LDAP requests earlier.
- auth: Process crashed if userdb iteration was attempted while auth-workers
  were already full handling auth requests.
- auth: db-oauth2: Using %{oauth2:name} variables caused unnecessary
  introspection requests.
- dict: Timeouts may have been leaked at deinit.
- director: Ring may have become unstable if a backend's tag was changed.
  It could also have caused director process to crash.
- doveadm kick: Numeric parameter was treated as IP address.
- doveadm: Proxying can panic when flushing print output. Fixes
  Panic: file ioloop.c: line 865 (io_loop_destroy): assertion failed:
  (ioloop == current_ioloop).
- doveadm sync: BROKENCHAR was wrongly changed to '_' character when
  migrating mailboxes. This was set by default to %, so any mailbox
  names containing % characters were modified to "_25".
- imapc: Copying or moving mails with doveadm to an imapc mailbox could
  have produced "Error: Syncing mailbox '[...]' failed" Errors. The
  operation itself succeeded but attempting to sync the destination
  mailbox failed.
- imapc: Prevent index log synchronization errors when two or more imapc
  sessions are adding messages to the same mailbox index files, i.e.
  INDEX=MEMORY is not used.
- indexer: Process was slowly leaking memory for each indexing request.
- lib-fts: fts header filters caused binary content to be sent to the
  indexer with non-default configuration.
- doveadm-server: Process could hang in some situations when printing
  output to TCP client, e.g. when printing doveadm sync state.
- lib-index: dovecot.index.log files were often read and parsed entirely,
  rather than only the parts that were actually necessary. This mainly
  increased CPU usage.
- lmtp-proxy: Session ID forwarding would cause same session IDs being
  used when delivering same mail to multiple backends.
- log: Log prefix update may have been lost if log process was busy.
  This could have caused log prefixes to be empty or in some cases
  reused between sessions, i.e. log lines could have been logged for the
  wrong user/session.
- mail_crypt: Plugin crashes if it's loaded only for some users. Fixes
  Panic: Module context mail_crypt_user_module missing.
- mail_crypt: When LMTP was delivering mails to both recipients with mail
  encryption enabled and not enabled, the non-encrypted recipients may
  have gotten mails encrypted anyway. This happened when the first
  recipient was encrypted (mail_crypt_save_version=2) and the 2nd
  recipient was not encrypted (mail_crypt_save_version=0).
- pop3: Session would crash if empty line was sent.
- stats: HTTP server leaked memory.
- submission-login: Long credentials, such as OAUTH2 tokens, were refused
  during SASL interactive due to submission server applying line length
  limits.
- submission-login: When proxying to remote host, authentication was not
  using interactive SASL when logging in using long credentials such as
  OAUTH2 tokens. This caused authentication to fail due to line length
  constraints in SMTP protocol.
- submission: Terminating the client connection with QUIT command after
  mail transaction is started with MAIL command and before it is
  finished with DATA/BDAT can cause a segfault crash.
- virtual: doveadm search queries with mailbox-guid as the only parameter
  crashes: Panic: file virtual-search.c: line 77 (virtual_search_get_records):
  assertion failed: (result != 0)

Pigeonhole Changelog:
This release is done to maintain parity with dovecot 2.3.19 release, so
it does not contain any news-worthy changes.
2022-05-10 17:31:21 -05:00
..
abook Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
adcomplain *: fix tab vs. space issues, and comments according to the guide. 2021-10-16 11:51:39 +02:00
addresses Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
addresses-goodies One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
aerc */*: Bump PORTREVISION after lang/go 1.18 update 2022-03-30 03:01:44 -04:00
akpop3d all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
alpine mail/alpine: Add CPE information 2021-09-25 20:28:52 +00:00
amavis-logwatch mail/amavis-logwatch: Drop maintainership 2021-05-19 20:56:13 +01:00
anomy-sanitizer *: fix tab vs. space issues, and comments according to the guide. 2021-10-16 11:51:39 +02:00
antivirus-milter One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
anubis mail/anubis: the port had been improved (+) 2021-08-18 09:57:41 +00:00
archiveopteryx Fix CONFLICTS entries of multiple ports 2022-01-10 16:15:39 +01:00
archiveopteryx-devel Fix CONFLICTS entries of multiple ports 2022-01-10 16:15:39 +01:00
archivesmtp all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
archmbox Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
ask Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
asmail Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
assp all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
astroid devel/protobuf: Update to 3.20.0 2022-04-16 12:19:07 +08:00
automx One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
autorespond all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
avenger Fix CONFLICTS entries of multiple ports 2022-01-10 16:15:39 +01:00
balsa textproc/libxml2: bump all LIB_DEPENDS consumers 2022-04-10 15:11:41 -04:00
batv-milter all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
bayespam Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
bbmail Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
biabam Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
bincimap all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
bmf Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
bogofilter mail/bogofilter*: change default database 2022-01-27 01:08:31 +01:00
bogofilter-bdb mail/bogofilter*: change default database 2022-01-27 01:08:31 +01:00
bogofilter-kc mail/bogofilter*: change default database 2022-01-27 01:08:31 +01:00
bogofilter-sqlite mail/bogofilter*: change default database 2022-01-27 01:08:31 +01:00
bsfilter mail/bsfilter: Add RUN_DEPENDS on databases/rubygem-sdbm for Ruby 3.x. 2022-04-23 23:11:44 +09:00
bsmtp One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
bulk_mailer Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
c-sig Emacs ports: Bump PORTREVISION after Emacs 28.1 2022-04-07 19:12:44 -03:00
cclient Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
claws-mail textproc/libxml2: bump all LIB_DEPENDS consumers 2022-04-10 15:11:41 -04:00
claws-mail-address_keeper Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
claws-mail-archive Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
claws-mail-att_remover Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
claws-mail-attachwarner Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
claws-mail-bogofilter Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
claws-mail-bsfilter Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
claws-mail-clamd Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
claws-mail-dillo Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
claws-mail-fetchinfo Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
claws-mail-gdata Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
claws-mail-libravatar Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
claws-mail-litehtml_viewer *: Clean up some things 2021-10-12 17:01:38 +02:00
claws-mail-mailmbox Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
claws-mail-managesieve Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
claws-mail-newmail Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
claws-mail-notification Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
claws-mail-pdf_viewer graphics/poppler: bump portrevision of consumers 2022-05-09 18:48:47 +02:00
claws-mail-perl Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
claws-mail-pgp Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
claws-mail-plugins mail/claws-mail: update to latest 3.18.0 2021-07-14 10:37:37 +02:00
claws-mail-rssyl Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
claws-mail-spam_report Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
claws-mail-spamassassin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
claws-mail-tnef_parse Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
claws-mail-vcalendar mail/claws-mail-vcalendar: Add CPE information 2021-09-29 19:43:04 +00:00
clawsker mail/clawsker: Update to 1.3.5 2022-03-17 14:56:42 -07:00
cleanup-maildir Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
cone textproc/libxml2: bump all LIB_DEPENDS consumers 2022-04-10 15:11:41 -04:00
coolmail Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
courier all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
courier-analog One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
courier-authlib-vchkpw Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
courier-imap mail/courier-imap: Update to 5.1.7 2022-01-17 22:57:50 +01:00
couriergraph all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
crm114 Fix CONFLICTS entries of multiple ports 2022-01-10 16:15:39 +01:00
cvsmail Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
cyrus-imapd23 mail/cyrus-imapd2[345]: Remove INVALID_BDB_VER 2022-04-03 07:55:43 +09:00
cyrus-imapd24 mail/cyrus-imapd2[345]: Remove INVALID_BDB_VER 2022-04-03 07:55:43 +09:00
cyrus-imapd25 mail/cyrus-imapd2[345]: Remove INVALID_BDB_VER 2022-04-03 07:55:43 +09:00
cyrus-imapd30 devel/icu: update to 71.1 2022-04-07 00:39:10 +00:00
cyrus-imapd32 devel/icu: update to 71.1 2022-04-07 00:39:10 +00:00
cyrus-imapd34 mail/cyrus-imapd34: disable http and https services in cyrus.conf, when HTTP is not enabled 2022-04-10 13:45:04 +09:00
cyrus2courier Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
cyrus2dovecot Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
davmail mail/davmail: update to 6.0.1 2021-12-11 17:28:08 +09:00
dbmail mail/dbmail: Update version 3.2.5=>3.2.6 2022-01-10 03:09:32 -06:00
dcc-dccd mail/dcc-dccd: remove obsolete help file 2022-03-22 08:51:32 +00:00
deforaos-mailer INSTALLS_ICONS: retire the macro and rework the related dependencies 2021-10-10 21:44:42 +02:00
delatt Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
dk-milter all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
dkfilter all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
dkimproxy all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
dma mail/dma: Fix cronjob install location 2022-03-02 14:28:57 +01:00
dot-forward Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
dovecot mail/dovecot, mail/dovecot-pigeonhole: Upgrade to 2.3.19, 0.5.19 2022-05-10 17:31:21 -05:00
dovecot-coi mail/dovecot, mail/dovecot-pigeonhole: Upgrade to 2.3.19, 0.5.19 2022-05-10 17:31:21 -05:00
dovecot-fts-elastic mail/dovecot, mail/dovecot-pigeonhole: Upgrade to 2.3.19, 0.5.19 2022-05-10 17:31:21 -05:00
dovecot-fts-flatcurve mail/dovecot-fts-flatcurve: Update to 0.30.0 2022-05-02 08:53:25 -05:00
dovecot-fts-xapian mail/dovecot, mail/dovecot-pigeonhole: Upgrade to 2.3.19, 0.5.19 2022-05-10 17:31:21 -05:00
dovecot-pigeonhole mail/dovecot, mail/dovecot-pigeonhole: Upgrade to 2.3.19, 0.5.19 2022-05-10 17:31:21 -05:00
dspam */*: Remove redundant '-[0-9]*' from CONFLICTS 2021-10-29 11:50:18 +02:00
ecartis mail/ecartis: Add CPE information 2021-08-29 19:39:23 +00:00
elm Fix CONFLICTS entries of multiple ports 2022-01-10 16:15:39 +01:00
emailrelay all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
emil mail/emil: Add CPE information 2021-08-31 19:50:08 +00:00
enma *: apply refactor.remove-consecutive-empty-lines 2021-10-19 10:36:47 +02:00
eps mail/eps: fix build on armv7 2021-11-12 14:48:46 +00:00
epstools Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
esmtp Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
evolution mail/evolution: Update to 3.44.1 2022-04-22 10:50:34 -07:00
evolution-ews mail/evolution-ews: Update to 3.44.1 2022-04-22 10:50:34 -07:00
exilog all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
exim devel/icu: update to 71.1 2022-04-07 00:39:10 +00:00
exim-doc-html mail/exim-doc-*: update Exim docs packages to 4.95 version 2022-02-20 23:12:13 +03:00
exim-doc-pdf Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
exim-doc-postscript Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
exim-ldap2 net/openldap24-client: bump all dependent port 2021-08-01 21:41:48 -07:00
exim-monitor Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
exim-mysql Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
exim-postgresql Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
exim-sa-exim Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
exim-sqlite Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
exipick Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
exmh2 mail/exmh2: Scolling the folder list accepts only units 2021-09-13 08:53:18 -07:00
ez-pine-gpg Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
ezmlm */*: Remove redundant '-*' from CONFLICTS definitions 2021-11-25 22:40:11 +01:00
ezmlm-idx Fix CONFLICTS entries of multiple ports 2022-01-10 16:15:39 +01:00
faces Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
fastforward Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
fdm Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
fetchmail mail/fetchmail: update to 6.4.30. 2022-04-27 23:57:24 +02:00
fetchmailconf mail/fetchmail: update 6.4.25, add WOLFSSL support 2021-12-10 23:48:02 +01:00
filtermail One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
findmaildirs Remove useless Created by: headers mentioning me 2021-04-08 02:19:01 +03:00
geary textproc/libxml2: bump all LIB_DEPENDS consumers 2022-04-10 15:11:41 -04:00
gensig Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
getmail6 mail/getmail6: Update to 6.18.6 2022-01-13 12:52:21 -04:00
gmime2 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
gmime2-sharp Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
gmime26 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
gmime26-sharp Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
gmime30 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
gnarwl mail/gnarwl: unbreak the build on 13/14, do not depend on GNU sed. 2021-10-22 03:39:23 +00:00
gnubiff textproc/libxml2: bump all LIB_DEPENDS consumers 2022-04-10 15:11:41 -04:00
gnumail mail/gnumail: mark BROKEN 2021-04-24 13:46:45 +03:00
gotmail Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
grepmail Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
greyfix Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
greylite Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
gubby grimreaper: return mich's ports to the pool after safekeeping his ports bit. 2022-05-02 13:06:43 +02:00
hashcash */*: Replace USE_GCC=any with USE_GCC=yes 2021-06-04 05:53:21 +00:00
hbiff Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
heirloom-mailx mail/heirloom-mailx: Fix wrong UTC offset for Europe/Dublin 2022-01-26 18:36:59 -08:00
horde-imp Fix CONFLICTS entries of multiple ports 2022-01-10 16:15:39 +01:00
horde-ingo Fix CONFLICTS entries of multiple ports 2022-01-10 16:15:39 +01:00
horde-turba */*: Remove extra CPE_VENDOR=horde which is already present in USES=horde 2021-10-07 15:04:45 +00:00
horde-webmail One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
ifile Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
im Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
imap-uw Fix CONFLICTS entries of multiple ports 2022-01-10 16:15:39 +01:00
imapdedup One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
imapfilter mail/imapfilter: Add CPE information 2021-10-08 11:24:49 +00:00
imapsync mail/imapsync: Update 1.977 -> 2.178. 2022-03-15 15:47:03 +00:00
imaptools */*: Remove redundant '-[0-9]*' from CONFLICTS 2021-10-29 11:50:18 +02:00
imaputils Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
isbg Regenerate all distfiles using gitlab as source. 2021-04-09 20:44:23 +02:00
isoqlog Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
isync mail/isync: Update deprecated CPE information 2021-12-21 12:57:48 +00:00
james all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
jamlib Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
jmba Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
junkfilter Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
jwsmtp Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
lbdb Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
lens Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
libcmime devel/doxygen: update to 1.9.1 release 2021-04-18 20:02:20 +10:00
libdkim all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
libdomainkeys all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
libesmtp mail/libesmtp: Add CPE information 2021-09-10 21:17:56 +00:00
libetpan mail/libetpan: Cosmetic change 2021-10-13 13:36:05 +08:00
libmilter One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
libpst mail/libpst: Use ImageMagick 7 2021-12-22 02:46:26 +08:00
libsieve Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
libspamtest Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
libspf mail/libspf: Add CPE information 2021-08-29 19:47:49 +00:00
libspf2 mail/libspf2: Cosmetic change 2021-10-25 23:57:15 +08:00
libsrs2 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
libsrs_alt One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
libvmime devel/icu: update to 71.1 2022-04-07 00:39:10 +00:00
listadmin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
lmtp2nntp Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
lookout Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
lurker One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
mail2sms Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
mailagent Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
maildrop mail/maildrop: Update to 3.0.7 2022-01-17 22:57:20 +01:00
mailest Emacs ports: Bump PORTREVISION after Emacs 28.1 2022-04-07 19:12:44 -03:00
mailfromd mail/mailfromd: the port had been updated to version 8.13 2022-05-03 14:32:28 +00:00
mailfront Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
mailgraph all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
mailhog mail/mailhog: Update to 1.0.1 2022-04-30 19:37:18 +02:00
mailman mail/mailman: Update dependency 2022-02-28 19:47:57 -06:00
mailman-exim4 mailman: add -postfix and -exim4 slave ports 2021-03-27 21:19:11 +00:00
mailman-postfix mailman: add -postfix and -exim4 slave ports 2021-03-27 21:19:11 +00:00
mailman3 mail/mailman3: Bump PORTREVISION 2022-01-16 12:10:18 -05:00
mailscanner */*: Remove redundant '-[0-9]*' from CONFLICTS 2021-10-29 11:50:18 +02:00
mailsync Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
mailutils Fix CONFLICTS entries of multiple ports 2022-01-10 16:15:39 +01:00
mailx */*: Remove redundant '-[0-9]*' from CONFLICTS 2021-10-29 11:50:18 +02:00
mairix mail/mairix: Unbreak on arm. 2021-11-08 08:24:29 +01:00
masqmail mail/masqmail: Add CPE information 2021-09-29 19:44:45 +00:00
mb2md Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
mblaze mail/mblaze: Update to 1.2 2022-03-30 12:20:11 +00:00
mbox2imap Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
mbox2mdir One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
mboxgrep Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
mboxstats Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
mbx2mbox Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
mdpop3d Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
mess822 *: apply refactor.remove-consecutive-empty-lines 2021-10-19 10:36:47 +02:00
meta1 mail/meta1: remove option BDB 2022-02-28 10:21:51 +01:00
metamail Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
mew Emacs ports: Bump PORTREVISION after Emacs 28.1 2022-04-07 19:12:44 -03:00
mew-devel Emacs ports: Bump PORTREVISION after Emacs 28.1 2022-04-07 19:12:44 -03:00
milter-bogom all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
milter-callback */*: Replace USE_GCC=any with USE_GCC=yes 2021-06-04 05:53:21 +00:00
milter-greylist all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
milter-manager mail/milter-manager: Fix build with Ruby 3.x 2022-03-14 13:59:59 +09:00
milter-regex all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
milter-skem Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
mime-construct Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
mime4j mail/mime4j: Update MASTER_SITES 2021-10-11 20:54:45 +02:00
mimedefang mail/mimedefang: Allow setting MX_MAX_RSS and MX_MAX_AS in rc.conf 2021-12-11 00:25:57 +01:00
mini_sendmail Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
minimalist Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
missey all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
mlmmj mail/mlmmj: fix ipv6 support 2022-01-24 09:34:13 +01:00
mlmmj-webview mail/mlmmj-webview: update to 0.0.6 2021-10-12 21:57:33 +02:00
mls Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
mmh Fix CONFLICTS entries of multiple ports 2022-01-10 16:15:39 +01:00
mmr Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
mpop security/libretls: upgrade to 3.5.0 2022-03-12 16:30:24 +01:00
msglint One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
msmtp mail/msmtp: update to 1.8.20 2022-03-26 16:56:59 +04:00
mu mail/mu{,4e}: update to 1.6.10 2022-05-05 22:14:43 +09:00
mu4e mail/mu{,4e}: update to 1.6.10 2022-05-05 22:14:43 +09:00
mu4e-maildirs Emacs ports: Bump PORTREVISION after Emacs 28.1 2022-04-07 19:12:44 -03:00
mulberry Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
mutt mail/mutt: New hcache options change default to lmdb 2022-05-02 08:10:58 -05:00
mutt_vc_query Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
nbsmtp mail/nbsmtp: Add CPE information 2021-08-31 11:26:55 +00:00
neomutt mail/neomutt: update to 20220429 2022-04-29 19:10:44 +02:00
nextcloud-mail mail/nextcloud-mail: Update to 1.12.0 2022-05-05 11:24:13 +00:00
nmh mail/nmh*: Change default mail transport method 2022-02-06 20:55:24 -08:00
nmh-devel mail/nmh-devel: Fetch from SAVANNAH snapshot instead of my GH mirror 2022-02-06 20:55:25 -08:00
noattach One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
nocc mail/nocc: update to 1.9.11 release 2022-01-31 13:22:47 +01:00
normalizemime Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
notmuch mail/notmuch-*: Update to 0.35 2022-02-19 13:02:46 -04:00
notmuch-emacs Emacs ports: Bump PORTREVISION after Emacs 28.1 2022-04-07 19:12:44 -03:00
notmuch-mutt One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
nullmailer all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
opendkim mail/opendkim: Properly create pidfile dir 2022-05-10 13:17:23 -07:00
opendmarc mail/opendmarc: Update to 1.4.2 2021-12-24 18:39:45 +01:00
opensmtpd */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL 2021-11-23 23:11:40 +01:00
opensmtpd-extras *: apply refactor.remove-consecutive-empty-lines 2021-10-19 10:36:47 +02:00
opensmtpd-extras-queue-ram Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
opensmtpd-extras-scheduler-ram Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
opensmtpd-extras-table-ldap net/openldap24-client: bump all dependent port 2021-08-01 21:41:48 -07:00
opensmtpd-extras-table-mysql Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
opensmtpd-extras-table-passwd Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
opensmtpd-extras-table-postgresql Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
opensmtpd-extras-table-redis Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
opensmtpd-extras-table-socketmap Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
opensmtpd-extras-table-sqlite Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
opensmtpd-filter-rspamd */*: Bump PORTREVISION after lang/go 1.18 update 2022-03-30 03:01:44 -04:00
opensmtpd-filter-senderscore */*: Bump PORTREVISION after lang/go 1.18 update 2022-03-30 03:01:44 -04:00
osbf-lua Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
ovs all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
p5-CGP-CLI Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Clamd One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
p5-Dancer-Plugin-Email One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
p5-Dancer2-Plugin-Email One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
p5-Data-Validate-Email Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Email-Abstract mail/p5-Email-Abstract: Update to 3.009 2021-06-25 21:40:23 +08:00
p5-Email-Address Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Email-Address-List Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Email-Address-Loose *: re-assign kuriyama@s ports to the pool, commit bit safekept 2021-10-04 21:58:01 +02:00
p5-Email-Address-UseXS Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Email-Address-XS Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Email-AddressParser Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Email-Date Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Email-Date-Format Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Email-Delete Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Email-Filter Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Email-Find Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Email-Folder Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Email-Folder-IMAP Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Email-Folder-IMAPS Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Email-Folder-POP3 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Email-FolderType Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Email-FolderType-Net Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Email-LocalDelivery Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Email-LocalDelivery-Ezmlm Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Email-MessageID Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Email-MIME mail/p5-Email-MIME: Update to 1.952 2021-12-27 07:56:16 +00:00
p5-Email-MIME-Attachment-Stripper Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Email-MIME-ContentType One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
p5-Email-MIME-CreateHTML Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Email-MIME-Creator-ISO_2022_JP *: re-assign kuriyama@s ports to the pool, commit bit safekept 2021-10-04 21:58:01 +02:00
p5-Email-MIME-Encodings One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
p5-Email-MIME-RFC2047 One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
p5-Email-Outlook-Message mail/p5-Email-Outlook-Message: Update to 0.921 2022-01-26 03:50:09 +08:00
p5-Email-Reply Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Email-Send Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Email-Sender Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Email-Sender-Transport-SMTP-TLS Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Email-Sender-Transport-SQLite Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Email-Simple Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Email-Simple-FromHandle *: apply refactor.remove-consecutive-empty-lines 2021-10-19 10:36:47 +02:00
p5-Email-Stuffer mail/p5-Email-Stuffer: Add LICENSE and NO_ARCH 2021-05-31 03:59:01 +08:00
p5-Email-Valid Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Email-Valid-Loose *: re-assign kuriyama@s ports to the pool, commit bit safekept 2021-10-04 21:58:01 +02:00
p5-FuzzyOcr-devel Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-GMail-IMAPD Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-IMAP-Admin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-IMAP-Client Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-IMAP-Sieve *: re-assign kuriyama@s ports to the pool, commit bit safekept 2021-10-04 21:58:01 +02:00
p5-LMAP-CID2SPF Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Log-Procmail One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
p5-Mail-Address-MobileJp Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-Alias mail/p5-Mail-Alias: Update to 1.15 2022-04-05 03:20:32 +00:00
p5-Mail-Audit Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-Audit-Attach Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-AuthenticationResults mail/p5-Mail-AuthenticationResults: Update to 2.20210915 2021-09-21 11:44:09 +08:00
p5-Mail-Box Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-Box-IMAP4 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-Box-IMAP4-SSL One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
p5-Mail-Box-Parser-C Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-Box-POP3 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-Bulkmail Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-CheckUser *: fix tab vs. space issues, and comments according to the guide. 2021-10-16 11:51:39 +02:00
p5-Mail-DeliveryStatus-BounceParser Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-DKIM mail/p5-Mail-DKIM: Update to 1.20220408 2022-04-18 07:59:01 +08:00
p5-Mail-DMARC One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
p5-Mail-DomainKeys Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-Ezmlm Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-Field-Received *: Return culot@'s ports to the pool (and perl@) after safekeeping his bit. 2021-09-06 23:13:27 +02:00
p5-Mail-FilterXML Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-Folder Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-Freshmeat Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-GnuPG Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-Graph Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-IMAPClient mail/p5-Mail-IMAPClient: Update to 3.43 2021-05-31 03:53:25 +08:00
p5-Mail-IMAPTalk Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-ListDetector Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-LMLM Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-Mbox-MessageParser Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-MboxParser Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-Message mail/p5-Mail-Message: Update to 3.012 2022-03-01 07:47:11 +08:00
p5-Mail-OpenDKIM Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-OpenRelay-Simple Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-POP3Client Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-Procmail Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-Procmailrc Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-RBL Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-RFC822-Address Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-SendEasy Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-Sender Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-Sendmail Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-SPF Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-Spool Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-SRS Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-Tools *: re-assign kuriyama@s ports to the pool, commit bit safekept 2021-10-04 21:58:01 +02:00
p5-Mail-Transport Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-Transport-Dbx Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-Verify Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-Verp Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Mail-Webmail-Gmail Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-MIME-AltWords Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-MIME-Charset Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-MIME-EcoEncode *: re-assign kuriyama@s ports to the pool, commit bit safekept 2021-10-04 21:58:01 +02:00
p5-MIME-EncWords Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-MIME-Explode Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-MIME-Fast Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-MIME-Lite mail/p5-MIME-Lite: Update to 3.033 2021-06-25 21:40:24 +08:00
p5-MIME-Lite-HTML Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-MIME-Lite-TT Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-MIME-Lite-TT-HTML Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-MIME-Tools Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-MIME-Types mail/p5-MIME-Types: Update to 2.22 2021-11-06 03:15:53 +08:00
p5-Mojolicious-Plugin-Mail One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
p5-Net-IMAP-Client Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Net-IMAP-Server *: Return culot@'s ports to the pool (and perl@) after safekeeping his bit. 2021-09-06 23:13:27 +02:00
p5-Net-IMAP-Simple Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Net-IMAP-Simple-SSL Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Net-LMTP Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Net-ManageSieve Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Net-POP3-SSLWrapper Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Net-QMTP Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Net-SenderBase *: fix tab vs. space issues, and comments according to the guide. 2021-10-16 11:51:39 +02:00
p5-Net-Server-Mail Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Net-SMTP-Server Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Net-SMTP-TLS Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Net-SMTP-TLS-ButMaintained Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Net-SMTP_auth Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Net-SMTPS mail/p5-Net-SMTPS: Add NO_ARCH 2022-04-18 07:59:19 +08:00
p5-Parse-MIME mail/p5-Parse-MIME: Update to 1.005 2021-12-27 09:22:24 +00:00
p5-Parse-Syslog-Mail Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-POE-Component-Client-POP3 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-POE-Component-Client-SMTP Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-POE-Component-SMTP Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-POE-Filter-Transparent-SMTP Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Qmail-Envelope Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-qpsmtpd all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
p5-Sendmail-AccessDB Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Sendmail-Milter Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-SES Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Sisimai mail/p5-Sisimai: Update to 4.25.12 2022-04-18 07:59:01 +08:00
p5-Test-Email Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-URI-imap Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-URI-imaps Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-WWW-GMail Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-WWW-Hotmail Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
panda-cclient mail/panda-cclient: catch-up with the latest patches 2022-04-19 22:49:43 +02:00
panda-imap mail/panda-imap: catch-up with the latest patches 2022-04-19 22:49:43 +02:00
pantomime Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
pathalias One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
pear-Contact_Vcard_Build */pear-*: Take maintainership 2021-05-23 00:20:48 +08:00
pear-Contact_Vcard_Parse */pear-*: Take maintainership 2021-05-23 00:20:48 +08:00
pear-Horde_Imap_Client */*: Add CPE information for horde ports 2021-10-08 07:09:48 +00:00
pear-Horde_Kolab_Storage */*: Add CPE information for horde ports 2021-10-08 07:09:48 +00:00
pear-Horde_ListHeaders */*: Remove extra CPE_VENDOR=horde which is already present in USES=horde 2021-10-07 15:04:45 +00:00
pear-Horde_Mail */*: Add CPE information for horde ports 2021-10-08 07:09:48 +00:00
pear-Horde_Mail_Autoconfig */*: Add CPE information for horde ports 2021-10-08 07:09:48 +00:00
pear-Horde_Mapi */*: Add CPE information for horde ports 2021-10-08 07:09:48 +00:00
pear-Horde_Mime mail/pear-Horde_Mime: Update to 2.11.1 2022-01-08 17:03:51 +01:00
pear-Horde_Mime_Viewer */*: Add CPE information for horde ports 2021-10-08 07:09:48 +00:00
pear-Horde_Smtp mail/pear-Horde_Smtp: Update to 1.9.6 2022-01-08 17:03:52 +01:00
pear-Mail Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
pear-Mail_Mbox */pear-*: Take maintainership 2021-05-23 00:20:48 +08:00
pear-Mail_Mime mail/pear-Mail_Mime: Update version 1.10.10=>1.10.11 2021-09-27 19:02:36 -05:00
pear-Mail_mimeDecode */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
pear-Mail_Queue */pear-*: Take maintainership 2021-05-23 00:20:48 +08:00
pear-MIME_Type Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
pear-Net_Cyrus Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
pear-Net_IMAP */pear-*: Take maintainership 2021-05-23 00:20:48 +08:00
pear-Net_LMTP */pear-*: Take maintainership 2021-05-23 00:20:48 +08:00
pecl-mailparse mail/pecl-mailparse: Update to 3.1.3 2022-03-01 14:28:03 -03:00
perdition mail/perdition: Add CPE information 2021-09-29 19:46:09 +00:00
pflogsumm Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
pfqueue Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
php74-imap lang/php??, mail/php*-imap: chase panda-cclient 2022-04-19 22:49:43 +02:00
php80-imap lang/php??, mail/php*-imap: chase panda-cclient 2022-04-19 22:49:43 +02:00
php81-imap lang/php??, mail/php*-imap: chase panda-cclient 2022-04-19 22:49:43 +02:00
phplist mail/phplist: Update to 3.6.7 2022-02-17 01:58:12 +08:00
phpmailer Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
phpmailer6 mail/phpmailer6: Update to 6.6.0 2022-03-05 12:56:22 +01:00
pine-pgp-filters One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
pm-lib Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
policyd2 mail/policyd2: Fix redirect in WWW/MASTER_SITES 2021-06-21 09:54:06 +02:00
popa3d all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
popa3d-before-sendmail One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
popcheck Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
popfile all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
poppwd Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
popular */*: Remove redundant '-[0-9]*' from CONFLICTS 2021-10-29 11:50:18 +02:00
postfinger Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
postfix mail/postfix: Update to 3.7.2 2022-04-29 11:56:36 +02:00
postfix-current devel/icu: update to 71.1 2022-04-07 00:39:10 +00:00
postfix-logwatch mail/postfix-logwatch: Drop maintainership 2021-05-19 20:56:13 +01:00
postfix-policyd-sf all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
postfix-policyd-spf-perl Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
postfix-policyd-weight Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
postfix-postfwd mail/postfix-postfwd: Allow setting interface/port in rc.conf 2021-10-28 18:58:11 +09:00
postfixadmin mail/postfixadmin: Update to 3.4.dev.20211018 2021-10-27 17:42:19 +09:00
postfixadmin-lite mail/postfixadmin: Update to 3.4.dev.20211018 2021-10-27 17:42:19 +09:00
postfixadmin33 mail/postfixadmin33: Update to 3.3.11 2022-03-04 23:59:59 -05:00
postfixadmin33-lite mail/postfixadmin33(-lite): Add new ports 2021-10-26 16:21:22 +09:00
postgrey mail/postgrey: Add CPE information 2021-08-29 18:49:05 +00:00
postsrsd mail/postsrsd: Add CPE information 2021-10-19 13:14:34 +02:00
prepflog Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
procmail Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
procmail-bgrb mail/procmail-bgrb: New port 2022-04-17 11:41:00 -07:00
proxsmtp all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
py-afew One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
py-aiosmtpd mail/py-aiosmtpd: Add missing dependencies 2022-01-16 13:52:01 -05:00
py-alot One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
py-authheaders mail/py-authheaders: Update to 0.14.0 2021-10-20 13:12:09 +00:00
py-authres */*: Update MAINTAINER address of my ports to that of FreeBSD.org 2021-09-28 14:13:33 +09:00
py-django-mailbox mail/py-django-mailbox: Fix build 2021-04-19 16:53:13 +02:00
py-django-mailman3 www/py-django32: Switch consumers over to Django 3.2 2022-04-28 12:02:15 +02:00
py-dkimpy Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
py-email-validator mail/py-email-validator: Update to 1.2.0 2022-04-26 11:30:43 -07:00
py-email_reply_parser Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
py-flanker Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
py-flask-mail One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
py-flufl.bounce */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
py-fuglu all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
py-imapclient One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
py-mail-parser Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
py-mailmanclient mail/py-django-mailman3: Require mail/py-mailmanclient >= 3.3.3 2021-12-05 15:13:58 +00:00
py-mailnag framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk 2022-04-30 10:03:20 +02:00
py-mailsuite Update dependency to py-dnspython 2022-02-28 20:10:52 -06:00
py-managesieve3 One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
py-milter Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
py-notmuch One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
py-notmuch2 mail/notmuch-*: Update to 0.35 2022-02-19 13:02:46 -04:00
py-postfix-mta-sts-resolver mail/py-postfix-mta-sts-resolver: Update to 1.1.1 2021-12-27 08:18:48 -10:00
py-premailer One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
py-Products.SecureMailHost mail/py-Products.SecureMailHost: Fix build with setuptools 58.0.0+ 2022-03-25 21:38:16 +08:00
py-pymailq Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
py-pysasl mail/py-pysasl: Update to 0.10.0 2022-02-13 19:53:58 -08:00
py-pyspf Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
py-python-slimta mail/py-python-slimta: Update too 5.0.3 2022-02-09 15:16:16 -08:00
py-pyzmail mail/py-pyzmail: Fix CRLF in 2517502260 2022-03-25 21:38:16 +08:00
py-spf-engine mail/py-spf-engine: Update to 2.9.3 2022-02-08 19:32:22 +09:00
py-validate_email */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
pymsgauth Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
pyzor mail/pyzor: Update WWW 2022-01-20 15:20:12 -03:00
qconfirm Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
qmail */*: Remove redundant '-[0-9]*' from CONFLICTS 2021-10-29 11:50:18 +02:00
qmail-activedir net/openldap24-client: bump all dependent port 2021-08-01 21:41:48 -07:00
qmail-autoresponder mail/qmail-autoresponder: Update to 2.0 2021-04-09 10:10:21 +08:00
qmail-conf Deorbit RESTRICTED && NO_CDROM, part two. 2021-05-06 13:47:48 +02:00
qmail-contrib Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
qmail-dk One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
qmail-mysql */*: Remove redundant '-[0-9]*' from CONFLICTS 2021-10-29 11:50:18 +02:00
qmail-notify Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
qmail-qfilter Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
qmail-rblchk Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
qmail-remove Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
qmail-spamcontrol */*: Remove redundant '-[0-9]*' from CONFLICTS 2021-10-29 11:50:18 +02:00
qmail-tls */*: Remove redundant '-[0-9]*' from CONFLICTS 2021-10-29 11:50:18 +02:00
qmailadmin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
qmailanalog Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
qmailmrtg7 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
qmhandle Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
qpopper mail/qpopper: Add CPE information 2021-10-01 06:43:33 +00:00
qsf mail/qsf: Update to 1.2.15 2022-02-04 08:59:25 +01:00
qsheff Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
qtools Deorbit RESTRICTED && NO_CDROM, part two. 2021-05-06 13:47:48 +02:00
queue-fix One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
queue-repair Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
rainloop mail/rainloop: Add patch to fix cross-site-scripting (XSS) vulnerability 2022-05-03 19:12:56 +09:00
rainloop-community */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL 2021-11-23 23:11:40 +01:00
ratelimit-policyd Cleanup: for ports under m* categories, drop redundant GH_{ACCOUNT,PROJECT}. 2021-08-29 16:50:44 +00:00
raysfilter One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
razor-agents Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
rbl-milter mailer.conf cleanup comments 2021-04-06 16:54:39 +02:00
rblcheck Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
renattach Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
ripmime Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
rmilter One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
roundcube mail/roundcube: update to 1.5.2 release. 2022-01-10 11:23:51 +01:00
roundcube-automatic_addressbook UNBREAK some ports with php80 2022-01-25 10:34:17 -06:00
roundcube-calendar-kolab UNBREAK some ports with php80 2022-01-25 10:34:17 -06:00
roundcube-carddav mail/roundcube-carddav: update to 4.3.0 2022-03-09 16:49:59 +00:00
roundcube-contextmenu mail/roundcube-*: unbreak bulk -a 2022-01-10 13:04:28 +00:00
roundcube-html5_notifier UNBREAK some ports with php80 2022-01-25 10:34:17 -06:00
roundcube-identity_smtp One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
roundcube-login_info UNBREAK some ports with php80 2022-01-25 10:34:17 -06:00
roundcube-mobilecube UNBREAK some ports with php80 2022-01-25 10:34:17 -06:00
roundcube-mvision2 UNBREAK some ports with php80 2022-01-25 10:34:17 -06:00
roundcube-sauserprefs UNBREAK some ports with php80 2022-01-25 10:34:17 -06:00
roundcube-thunderbird_labels UNBREAK some ports with php80 2022-01-25 10:34:17 -06:00
roundcube-twofactor_gauthenticator mail/roundcube-*: unbreak bulk -a 2022-01-10 13:04:28 +00:00
roundcube-umich UNBREAK some ports with php80 2022-01-25 10:34:17 -06:00
roundcube-veximaccountadmin UNBREAK some ports with php80 2022-01-25 10:34:17 -06:00
roundcube-yubikey_auth UNBREAK some ports with php80 2022-01-25 10:34:17 -06:00
rspamd devel/icu: update to 71.1 2022-04-07 00:39:10 +00:00
rspamd-devel devel/icu: update to 71.1 2022-04-07 00:39:10 +00:00
rss2email3 mail/rss2email3: update to 3.13.1 2021-12-06 20:17:18 +09:00
rubygem-actionmailbox60 mail/rubygem-actionmailbox60: Update to 6.0.4.8 2022-04-30 23:59:53 +08:00
rubygem-actionmailbox61 mail/rubygem-actionmailbox61: Update to 6.1.5.1 2022-05-01 00:00:22 +08:00
rubygem-actionmailbox70 mail/rubygem-actionmailbox70: Update to 7.0.2.4 2022-05-01 00:00:51 +08:00
rubygem-actionmailer4 rubygem-actionmailer4: Update WWW 2022-01-12 02:47:03 +08:00
rubygem-actionmailer5 rubygem-actionmailer5: Update WWW 2022-01-12 02:47:09 +08:00
rubygem-actionmailer50 rubygem-actionmailer50: Update WWW 2022-01-12 02:47:06 +08:00
rubygem-actionmailer52 mail/rubygem-actionmailer52: Update to 5.2.7.1 2022-04-30 23:59:28 +08:00
rubygem-actionmailer60 mail/rubygem-actionmailer60: Update to 6.0.4.8 2022-04-30 23:59:53 +08:00
rubygem-actionmailer61 mail/rubygem-actionmailer61: Update to 6.1.5.1 2022-05-01 00:00:22 +08:00
rubygem-actionmailer70 mail/rubygem-actionmailer70: Update to 7.0.2.4 2022-05-01 00:00:51 +08:00
rubygem-email_reply_parser One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
rubygem-email_reply_parser-discourse Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
rubygem-email_reply_trimmer Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
rubygem-exception_notification mail/rubygem-exception_notification: Update to 4.5.0 2022-03-31 06:21:45 +08:00
rubygem-gitlab-mail_room mail/rubygem-gitlab-mail_room: update to 0.0.19 2022-02-07 16:42:09 +01:00
rubygem-mail mail/rubygem-mail: Add dependencies for Ruby 3.1+ 2022-03-25 21:37:58 +08:00
rubygem-mail_room One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
rubygem-mailboxer Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
rubygem-mailfactory Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
rubygem-mini_mime mail/rubygem-mini_mime: Update to 1.1.2 2021-10-14 03:17:12 +08:00
rubygem-net-imap mail/rubygem-net-imap: Update to 0.2.3 2022-01-24 03:09:30 +08:00
rubygem-net-pop mail/rubygem-net-pop: Update RUN_DEPENDS 2022-01-12 02:46:53 +08:00
rubygem-net-smtp mail/rubygem-net-smtp: Update to 0.3.1 2022-01-12 02:46:53 +08:00
rubygem-pony mail/rubygem-pony: Update to 1.13 2021-07-15 00:10:42 +08:00
rubygem-premailer mail/rubygem-premailer: Update to 1.15.0 2021-07-15 00:10:43 +08:00
rubygem-premailer-rails mail/rubygem-premailer-rails: Update to 1.11.1 2021-07-15 00:10:43 +08:00
rubygem-premailer-rails-rails5 mail/rubygem-premailer-rails-rails5: Update to 1.11.1 2021-07-15 00:10:44 +08:00
rubygem-premailer-rails-rails52 mail/rubygem-premailer-rails-rails52: Update to 1.11.1 2021-07-15 00:10:44 +08:00
rubygem-premailer-rails-rails60 mail/rubygem-premailer-rails-rails60: Update to 1.11.1 2021-07-15 00:10:45 +08:00
rubygem-premailer-rails-rails61 */*: Added ports required by gitlab-ce 14.0.0. 2021-07-03 08:03:22 +02:00
rubygem-rmail mail/rubygem-rmail: Update to 1.1.4 2021-07-15 00:10:45 +08:00
rubygem-roadie mail/rubygem-roadie: Update to 5.0.0 2022-03-08 02:13:00 +08:00
rubygem-roadie-rails-rails4 One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
rubygem-roadie-rails-rails52 mail/rubygem-roadie-rails-rails52: Update to 2.2.0 2021-05-28 13:28:45 +02:00
rubygem-roadie3 One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
rubygem-ruby-qmail Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
rubygem-tmail */*: Cleanup after removal of lang/ruby26 2022-04-06 10:20:03 +09:00
rubygem-valid_email */*: Switch deps from rails 6.0 to 6.1 2021-09-30 14:47:21 +02:00
rubygem-vmail devel/ruby-gems: Update to 3.3.7 2022-02-20 13:06:12 +00:00
s-nail mail/s-nail: Update to 14.9.24 2022-03-28 10:54:17 +09:00
sa-stats Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
sa-utils all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
scam-backscatter all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
sendmail mail/sendmail: Fix option SASL and SMTP AUTH 2022-04-20 07:34:44 +02:00
sendmail-devel devel/icu: update to 71.1 2022-04-07 00:39:10 +00:00
sendok Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
sentinel Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
serialmail Deorbit RESTRICTED && NO_CDROM, part two. 2021-05-06 13:47:48 +02:00
sgwi Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
sid-milter cleanup: drop support for EOL FreeBSD 11.X 2021-09-30 23:23:30 +02:00
sieve-connect Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
sigrot Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
simscan Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
slapd-cyrus Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
slimta mail/slimta: I Update to 0.8.0 2022-02-09 15:17:21 -08:00
sma One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
smfsav */*: Update maintainer email 2021-09-29 16:11:21 +09:00
smfsav-devel */*: Update maintainer email 2021-09-29 16:11:21 +09:00
smtp-cli One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
smtpfeed Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
smtpmail Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
smtprc Assign multiple ports to submitter 2022-05-05 00:42:00 +09:00
smtprelay mail/smtprelay: Update to 1.8.0 2022-05-01 12:13:01 +00:00
smtptrapd all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
sortmail Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
spamass-ixhash Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
spamass-milter all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
spamass-rules One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
spamassassin grimreaper: return zeising's ports to the pool after safekeeping his ports bit. 2022-05-02 12:46:28 +02:00
spamassassin-devel mail/spamassassin-devel: update to latest github commit 2022-05-09 10:55:17 -07:00
spamassassin-dqs mail/spamassassin-dqs: upgrade to 1.2.2 2022-04-21 16:11:33 -05:00
spambnc Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
spamcup Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
spamd mail/spamd: set new MAINTAINER 2021-11-12 13:39:59 +01:00
spamdyke */*: Replace USE_GCC=any with USE_GCC=yes 2021-06-04 05:53:21 +00:00
spamguard Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
spamilter One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
spampd mail/spampd: Unbreak with spamassassin 3.4+ 2022-04-09 19:58:22 +02:00
spamprobe Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
spamstats Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
spfmilter Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
spfval Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
spmfilter One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
spmfilter-clamav Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
sqlgrey mail/sqlgrey: Use P5_POD_PARSER 2021-07-15 00:10:51 +08:00
squirrelmail mail/squirrelmail: Update to 20211024 2021-11-08 09:15:24 +09:00
squirrelmail-abook_import_export-plugin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
squirrelmail-askuserinfo-plugin One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
squirrelmail-avelsieve-plugin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
squirrelmail-calendar_file_backend-plugin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
squirrelmail-change_ldappass-plugin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
squirrelmail-change_sqlpass-plugin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
squirrelmail-check_quota-plugin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
squirrelmail-compatibility-plugin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
squirrelmail-decode Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
squirrelmail-email_footer-plugin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
squirrelmail-login_auth-plugin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
squirrelmail-login_notes-plugin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
squirrelmail-mark_read-plugin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
squirrelmail-multilogin-plugin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
squirrelmail-notes-plugin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
squirrelmail-notify-plugin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
squirrelmail-password_forget-plugin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
squirrelmail-plugins Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
squirrelmail-pupdate-plugin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
squirrelmail-qmailadmin_login-plugin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
squirrelmail-quota_usage-plugin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
squirrelmail-sasql-plugin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
squirrelmail-secure_login-plugin One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
squirrelmail-shared_calendars-plugin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
squirrelmail-spam-buttons-plugin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
squirrelmail-squirrel_logger-plugin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
squirrelmail-timeout_user-plugin One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
squirrelmail-translations Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
squirrelmail-unsafe_image_rules-plugin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
squirrelmail-user_special_mailboxes-plugin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
squirrelmail-vlogin-plugin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
squirrelmail-websearch-plugin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
squirrelmail-wetteronline-plugin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
sqwebmail mail/sqwebmail: update to 6.0.6 2021-11-13 11:51:16 +01:00
ssmtp Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
surblhost Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
swaks mail/swaks: Update to 20201014.0 2021-10-04 17:40:11 +00:00
sylpheed */*: Remove redundant '-[0-9]*' from CONFLICTS 2021-10-29 11:50:18 +02:00
sympa mail/sympa: Update to 6.2.62 2021-04-28 09:57:38 -07:00
t-prot Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
textmail graphics/poppler: bump consumers 2022-03-29 20:37:09 +02:00
thunderbird devel/libffi: Bump deps PORTREVISION for shlib change 2022-05-09 12:23:51 -07:00
thunderbird-dictionaries Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
tlb Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
tmpmail One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
tpop3d all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
trojita INSTALLS_ICONS: retire the macro and rework the related dependencies 2021-10-10 21:44:42 +02:00
tumgreyspf mail/tumgreyspf: Cosmetic change 2021-04-18 13:42:01 +08:00
up-imapproxy all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
usendmail mail/usendmail: also enable on armv7 and riscv64 2021-10-26 12:18:57 +00:00
vacation Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
vbsfilter One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
vexim mail/vexim: update to latest (cdfb0df) git snaphot to incorporate security fixes 2022-02-19 00:36:06 +03:00
vmailmgr Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
vpopmail net/openldap24-server: Make SASL permanent for OpenLDAP port. 2021-08-01 01:32:35 -07:00
vqadmin Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
vrfy Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
wanderlust Emacs ports: Bump PORTREVISION after Emacs 28.1 2022-04-07 19:12:44 -03:00
websieve mail/websieve: Add CPE information 2021-10-19 13:14:35 +02:00
whoson all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
wmbiff mail/wmbiff: Fix build with GNUTLS 2021-04-08 08:55:07 -03:00
wmmaiload Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
x-face-e21 Emacs ports: Bump PORTREVISION after Emacs 28.1 2022-04-07 19:12:44 -03:00
xbuffy Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
xcite Emacs ports: Bump PORTREVISION after Emacs 28.1 2022-04-07 19:12:44 -03:00
xfaces Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
xfce4-mailwatch-plugin INSTALLS_ICONS: retire the macro and rework the related dependencies 2021-10-10 21:44:42 +02:00
xmail Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
xmailbox Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
xmailwatcher Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
xpbiff all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
Makefile mail/dovecot-coi: new port Dovecot chat over IMAP 2022-05-07 11:58:37 -05:00