- Move devel/py-XStatic to devel/py-xstatic
- Move devel/py-XStatic-Angular to devel/py-xstatic-angular
- Move devel/py-XStatic-Angular-Bootstrap to devel/py-xstatic-angular-bootstrap
- Move devel/py-XStatic-Angular-FileUpload to devel/py-xstatic-angular-fileupload
- Move devel/py-XStatic-Angular-Gettext to devel/py-xstatic-angular-gettext
- Move devel/py-XStatic-Angular-Schema-Form to devel/py-xstatic-angular-schema-form
- Move devel/py-XStatic-Angular-lrdragndrop to devel/py-xstatic-angular-lrdragndrop
- Move devel/py-XStatic-Bootstrap-Datepicker to devel/py-xstatic-bootstrap-datepicker
- Move devel/py-XStatic-Bootstrap-SCSS to devel/py-xstatic-bootstrap-scss
- Move devel/py-XStatic-D3 to devel/py-xstatic-d3
- Move devel/py-XStatic-Font-Awesome to devel/py-xstatic-font-awesome
- Move devel/py-XStatic-Hogan to devel/py-xstatic-hogan
- Move devel/py-XStatic-JQuery-Migrate to devel/py-xstatic-jquery-migrate
- Move devel/py-XStatic-JQuery.TableSorter to devel/py-xstatic-jquery.tablesorter
- Move devel/py-XStatic-JQuery.quicksearch to devel/py-xstatic-jquery.quicksearch
- Move devel/py-XStatic-JSEncrypt to devel/py-xstatic-jsencrypt
- Move devel/py-XStatic-Jasmine to devel/py-xstatic-jasmine
- Move devel/py-XStatic-Rickshaw to devel/py-xstatic-rickshaw
- Move devel/py-XStatic-Spin to devel/py-xstatic-spin
- Move devel/py-XStatic-bootswatch to devel/py-xstatic-bootswatch
- Move devel/py-XStatic-jQuery to devel/py-xstatic-jquery
- Move devel/py-XStatic-jquery-ui to devel/py-xstatic-jquery-ui
- Move devel/py-XStatic-mdi to devel/py-xstatic-mdi
- Move devel/py-XStatic-objectpath to devel/py-xstatic-objectpath
- Move devel/py-XStatic-roboto-fontface to devel/py-xstatic-roboto-fontface
- Move devel/py-XStatic-smart-table to devel/py-xstatic-smart-table
- Move devel/py-XStatic-term.js to devel/py-xstatic-term.js
- Move devel/py-XStatic-tv4 to devel/py-xstatic-tv4
- Bump PORTREVISION for dependency change
- Take maintainership
- Enables QT5 by default on DragonFly
- Enables QT5 when DEFAULT_VERSIONS += ssl=openssl
- Doesn't need to be adjusted when 14.0-CURRENT appears
PR: 251450
Submitted by: jbeich
MFH: 2020Q4
Changes with njs 0.5.0 01 Dec 2020
nginx modules:
*) Feature: introduced global "ngx" object.
The following methods were added:
ngx.log(level, msg)
The following properties were added:
ngx.INFO,
ngx.WARN,
ngx.ERR.
*) Feature: added support for Buffer object where string
is expected.
*) Feature: added Buffer version of existing properties.
The following properties were added:
r.requestBuffer (r.requestBody),
r.responseBuffer (r.responseBody),
r.rawVariables (r.variables),
s.rawVariables (s.variables).
The following events were added in stream module:
upstream (upload),
downstream (download).
*) Improvement: added aliases to existing properties.
The following properties were added:
r.requestText (r.requestBody),
r.responseText (r.responseBody).
*) Improvement: throwing an exception in r.internalRedirect()
for a subrequest.
*) Bugfix: fixed promise r.subrequest() with error_page redirect.
*) Bugfix: fixed promise events handling.
Core:
*) Feature: added TypeScript definitions for builtin
modules.
Thanks to Jakub Jirutka.
*) Feature: tracking unhandled promise rejection.
*) Feature: added initial iterator support.
Thanks to Artem S. Povalyukhin.
*) Improvement: TypeScript definitions are refactored.
Thanks to Jakub Jirutka.
*) Improvement: added forgotten support for
Object.prototype.valueOf() in Buffer.from().
*) Bugfix: fixed heap-use-after-free in JSON.parse().
*) Bugfix: fixed heap-use-after-free in JSON.stringify().
*) Bugfix: fixed JSON.stringify() for arrays resizable via
getters.
*) Bugfix: fixed heap-buffer-overflow for
RegExp.prototype[Symbol.replace].
*) Bugfix: fixed returned value for Buffer.prototype.write*
functions.
*) Bugfix: fixed querystring.stringify().
Thanks to Artem S. Povalyukhin.
*) Bugfix: fixed the catch handler for
Promise.prototype.finally().
*) Bugfix: fixed querystring.parse().
Sponsored by: Netzkommune GmbH
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: lib/cairo-dock/libcd_kde-integration.so
Error: Orphaned: %%DATADIR%%/plug-ins/kde-integration/icon.png
This adds missing dependencies for nondefault options.
(Two items for USE_GNOME actually snuck into the previous commit already,
my apologies for missing that in the commit message. r557035)
It also patches out a useless "CFLAGS+=... not found" warning from
the "make configure" phase. We can't currently use -Werror anyways
for building geeqie with our GTK3 version (deprecation warnings).
Approved by: portmgr@ (blanket, dependencies)
release series.
This includes the following changes:
- WindowsCodecs and QCap libraries converted to PE.
- Faster font initialization at process start.
- Support for named pipes with empty names.
- Various bug fixes.
databases/puppetdb7 and databases/puppetdb-terminus7.
The pre-commit hook does not allow me to copy and update the port at the same
time.
With hat: puppet
Actually update sysutils/puppetserver7 from a copy of sysutils/puppetserver6
and a few minor tweaks.
While here, prepare sysutils/puppetserver6 for allowing to migrate the Puppet
CA in case users of the previous version of Puppet want to migrate it before
switching to Puppet 7.
With hat: puppet