Tools to deal with SCEP and PKCS7 messages.
This is a forked version of openca-tools changed to work with
security/p5-openxpki.
WWW: http://www.openxpki.org
PR: 192473
Submitted by: Sergei Vyshenski (with changes)
The main site indicates that module works with Apache 2.4 and the
submitted has tested it on FreeBSD 10/i386
PR: 192127
Submitted by: John Marshall
Approved by: maintainer timeout (3 weeks)
Seems at some point, someone (perhaps me?) thought that USE_RAKE added the
RUN_DEPEND as well, but it doesn't, so add it manually.
Reported by: antoine
The FreeBSD pkg-message and post-install documentation now clearly warn
that the binary package is only meant for use with Sendmail, and
hints that poudriere can be used to build a Mailman package with
different options.
PR: 192230 [1]
Submitted by: feld [1], Tom Limoncelli [2]
Hal was not passing poudriere testport or poudriere bulk -t runs due
to failing the stage-qa tests and later a leftover check with
/var/lib/PolicyKit/user-haldaemon.auths. The reported error is actually
not wrong, but rather an inadequacy in the check-plist logic. However,
hald is a dependency for a lot of ports and it keeps breaking bulk -t
runs, so I switched "@unexec rm -rf" to "@unexec rmdir" to that it would
build cleanly in poudriere (gnome@ had fair warning!). If the check-plist
logic is improved in the future, this can be changed back to the better
"rm -rf" command then.
While here, stop trying to remove directories that PolicyKit installed
because this will always fail. This clears up stage-qa warnings.
PR: 191223
Submitted by: marino
Approved by: maintainer timeout (2 months, 2 pings)
This module extends Try::Tiny to add support for retries.
Try::Tiny provides bare bones try/catch statements that are designed
to minimize common mistakes done with eval blocks (for instance assuming
that $@ is set to a true value on error, or clobbering previous values
of $@, and NOTHING else.
WWW: http://search.cpan.org/dist/Try-Tiny-Retry/
This is a bugfix only release of exim. The most important fix was introduced in the
ports by local patch which is not needed now.
PR: 192625
Submitted by: pi
This port is unstaged. There were PRs discussing it, but no staging
PR existed, so the maintainer should have been reset back in June.
Several staged ports that depend on this one are currently at risk of
being removed with it. It's also very old (ver 1.3.2) and the current
release is at 3.1.2, so it also needs to be updated to the latest
version as well as staged.
Approved by: portmgr (implicit, not staged)
This port will overwrite config files if the package is built on another
host. Disable package building to avoid configuration file overwrites
until a better solution can be found.
PR: 192403
Submitted by: viq
Band-aid by: maintainer (Alexander Moisseev)