- removed PORTREVISION due to version bump
- add new test dependencies:
- devel/R-cran-R6
- devel/R-cran-covr
- devel/R-cran-testthat
- update website URL to align with CRAN package
- no changelog provided
Generated by: portcran (0.1.9)
We already use the re2 port, and QtWebEngine's build system takes care of
unbundling Chromium's version (which includes making sure the internal re2
header includes actually point to the system ones).
- Fix rehash mechanism for versions of bash that complain about clobbering /dev/null
- Enforce absolute RBENV_DIR to avoid having to unset CDPATH
- rbenv-version-file: ensure that the version file is a file
- rbenv init -: fix output to work without args and set -u
- rbenv shell: better error message when shell integration wasn't enabled
- Enable freezing rbenv version via rbenv version-name > .ruby-version in the shell
- rbenv-which: avoid changing PATH unless necessary
- rbenv-prefix: do not silence rbenv-which errors for system version
PR: 236859
Submitted by: Jose Luis Duran <jlduran@gmail.com>
Relnotes: https://github.com/rbenv/rbenv/releases/tag/v1.1.2
since usually people want to install either server or client on the same
box. Formerly, net/tigervnc had options to build & install vncviewer(client)
but vncviewer could not be installed alone. Server components was necessary.
Now TigerVNC server and viewer are completely separeted and can be installed
independently.
Tested by: Juan Molina
Differential Revision: https://reviews.freebsd.org/D19709
Changelog:
20190312
Bugfix (introduced: Postfix 2.2): reject_multi_recipient_bounce
has been producing false rejects starting with the Postfix
2.2 smtpd_end_of_data_restrictons, and for the same reasons,
did the same with the Postfix 3.4 BDAT command. The latter
was reported by Andreas Schulze. File: smtpd/smtpd_check.c.
20190328
Bugfix (introduced: Postfix 3.0): LMTP connections over
UNIX-domain sockets were cached but not reused, due to a
cache lookup key mismatch. Therefore, idle cached connections
could exhaust LMTP server resources, resulting in two-second
pauses between email deliveries. This problem was investigated
by Juliana Rodrigueiro. File: smtp/smtp_connect.c.
pre-generated distfile to new official one from GitHub
- Switch from my custom makefile-based build to Lazarus one
and thus remove MAKE_JOBS_UNSAFE which should no longer
be required (hopefully)
- Drop Qt4-related CONFLICTS_INSTALL, Qt4 is already gone
PR: 236345
Submitted by: acm