The @sample keyword got used here but it didn't work because the
extension was php.sample instead of conf.sample. Fix it with @unexec
and @exec tricks.
By the way, the previous commit to this port and the one that should
have provided this @sample fix is:
PR: 191456
The original port had several issues with it beyond staging. For example,
the INSTALLDIR mechanism didn't work because the PLIST_SUB was hardcoded
for WWWDIR. All sorts of CHMOD'ing was going on because COPYTREE_SHARE
hadn't been used. The config.php was installed directly and therefore
overwritten and/or removed each time the port was de/reinstalled. The
prefetch didn't work because it checked if INSTALLDIR was defined, but
the makefile always defines it. The whole thing had to be reworked, so
very little of provided patch actually got used.
PR: 190009
Submitted by: Joe (thralling.com)
Approved by: Nobody, maintainer was reset
Lotsa TLC: marino
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/