| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Changes: https://github.com/rails/rails/releases
|
|
|
|
| |
Changes: https://github.com/rails/rails/releases
|
|
|
|
| |
Changes: https://github.com/ruby/net-imap/commits/master
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Add upstream patches to fix encoding issues:
https://github.com/SpamExperts/pyzor/issues/38
https://github.com/SpamExperts/pyzor/issues/64
Take MAINTAINER'ship.
PR: 261253
Approved by: chalpin@cs.wisc.edu (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
to 2022-03-31
Upstream is dead, last release in 2003 and and domain no longer related
to the company/project
PR: 260715
|
| |
|
| |
|
| |
|
|
|
|
| |
PR: 258292
|
|
|
|
|
|
|
|
|
| |
- Fix typos
- Fix overwritten master/slave variables
I'm assuming the entries are correct otherwise.
Reported by: portscan
|
| |
|
|
|
|
|
| |
- Add new dependency
- Fix absolute symlinks
|
|
|
|
| |
Add new dependency.
|
|
|
|
| |
Reported by: Herbert J. Skuhra <herbert@gojira.at>
|
|
|
|
|
| |
PR: 254733
Reported by: radi-sh <masamory7 __at__ gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Some dependencies were updated to latest version
devel/py-atpublic
devel/py-flufl.i18n
devel/py-flufl.lock
devel/py-lazr.config
mail/py-flufl.bounce
|
|
|
|
|
| |
PR: 260738
Reported by: Einar Bjarni Halldórsson <einar at isnic.is>
|
|
|
|
|
|
|
|
|
|
|
| |
While here, pet rclint a bit, though it doesn't like the profile parts
not being in functions
PR: ports/254762
Reported by: Rob LA LAU <freebsd@ohreally.nl>
Reviewed by: skozlov (a previous iteration)
Approved by: maintainer timeout, 9 months
Differential Revision: https://reviews.freebsd.org/D29586
|
| |
|
|
|
|
|
|
| |
https://github.com/getmail6/getmail6/releases/tag/v6.18.6
PR: 261176
|
| |
|
|
|
|
| |
PR: 260201
|
|
|
|
|
| |
Release Notes:
https://www.thunderbird.net/en-US/thunderbird/91.5.0/releasenotes/
|
|
|
|
|
|
| |
- Update WWW
Changes: https://github.com/rails/rails/releases
|
|
|
|
|
|
| |
- Update WWW
Changes: https://github.com/rails/rails/releases
|
|
|
|
|
|
| |
- Update WWW
Changes: https://github.com/rails/rails/releases
|
|
|
|
|
|
| |
- Update WWW
Changes: https://github.com/rails/rails/releases
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Update RUN_DEPENDS
Changes: https://github.com/ruby/net-smtp/blob/master/NEWS.md
|
|
|
|
| |
- Bump PORTREVISION for dependency change
|
|
|
|
| |
- Bump PORTREVISION for dependency change
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Action Mailer is a framework for designing email service layers. These layers
are used to consolidate code for sending out forgotten passwords, welcome wishes
on signup, invoices for billing, and any other use case that requires a written
notification to either a person or another system.
Action Mailer is in essence a wrapper around Action Controller and the Mail gem.
It provides a way to make emails using templates in the same way that Action
Controller renders views using templates.
Additionally, an Action Mailer class can be used to process incoming email, such
as allowing a blog to accept new posts from an email (which could even have been
sent from a phone).
WWW: https://rubyonrails.org/
WWW: https://github.com/rails/rails/tree/main/actionmailer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Action Mailbox routes incoming emails to controller-like mailboxes for
processing in Rails. It ships with ingresses for Mailgun, Mandrill, Postmark,
and SendGrid. You can also handle inbound mails directly via the built-in Exim,
Postfix, and Qmail ingresses.
The inbound emails are turned into InboundEmail records using Active Record and
feature lifecycle tracking, storage of the original email on cloud storage via
Active Storage, and responsible data handling with on-by-default incineration.
These inbound emails are routed asynchronously using Active Job to one or
several dedicated mailboxes, which are capable of interacting directly with the
rest of your domain model.
WWW: https://rubyonrails.org/
WWW: https://github.com/rails/rails/tree/main/actionmailbox
|
|
|
|
|
|
| |
https://git.notmuchmail.org/git?p=notmuch;a=blob_plain;f=NEWS;hb=9e62a0beaa3817b9534f871b896a8ec538a4f090
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).
A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.
These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,
Approved by: portmgr (implicit)
|
| |
|
|
|
|
|
| |
PR: 260838
Submitted by: brnrd
|
|
|
|
|
|
|
|
| |
- Pet portfmt/portclippy
PR: 261076
Reported by: fluffy
Relnotes: https://github.com/dbmail/dbmail/releases/tag/v3.2.6
|
| |
|
|
|
|
| |
Sponsored by: Netzkommune GmbH
|
|
|
|
| |
Sponsored by: Netzkommune GmbH
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix errors
PR: ports/222122
Submitted by: Matthias Pfaller <matthias.pfaller@familie-pfaller.de>
(Fix)
While here, various style fixes; no need for the "x$var" != "x" idiom
as that is confusing to follow.
Approved by: maintainer timeout (3 years)
|