| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 224550
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This took quite a lot of time because Qt's own build system underwent
several changes in 5.8.0 that took a while to adapt to.
And, of course, qt5-webengine is a behemoth that we need to patch like crazy
due to its bundling of Chromium. In fact, most of the Chromium patches in
qt5-webengine have been imported with no changes from www/chromium@433510
("www/chromium: update to 56.0.2924.87").
New port: accessibility/qt5-speech
Bigger changes to Qt5 ports we had to make:
- Qt now allows using a configure.json file to define configuration options
and specify configuration checks that can be done when qmake is invoked.
However, configure.json checks done in a subdirectory only propagates to
subdirectories, and checks elsewhere will fail if all .pro files are being
parsed at once (i.e. qmake -recursive), so several ports had to switch to
USES=qmake:norecursive along with manual additional qmake invocations in
subdirectories in order to work. It's been mentioned in a few places such
as Qt's bug tracker that qmake's recursive mode is pretty much deprecated,
so we might switch to non-recursive mode by default in the future.
- Uses/qmake.mk: Introduce QMAKE_CONFIGURE_ARGS. qmake now accepts
arbitrary options such as '-foo' and '-no-bar' at the end of the
command-line. They can be specified in QMAKE_CONFIGURE_ARGS.
- graphics/qt5-wayland: The port can only be built if graphics/mesa-libs is
built with the WAYLAND option, so a corresponding option (off by default)
was added to the port.
- misc/qt5-doc: Switch to a pre-built documentation tarball. The existing
port was not working with Qt 5.9. Instead of trying to fix it, switch to
what Gentoo does and fetch a tarball that already contains all
documentation so that we do not have to build anything at all. The
tarball's name and location in download.qt.io look a bit weird, but it
seems to work fine.
- www/qt5-webengine: Use binutils from ports, Chromium's GN build system
generates a build.ninja that uses ar(1) with the @file syntax that is not
supported by BSD ar, so we need to use GNU ar from binutils.
- x11-toolkits/qt5-declarative-render2d: This port was merged into the main
Qt Declarative repository upstream, and into x11-toolkits/qt5-quick in the
ports tree.
Changes to other ports we had to make:
- biology/ugene: Drop a '#define point "."' that is not present in more
recent versions of the port. Defining a macro with such a common name
causes build issues with Qt 5.9, which uses |point| as an argument name in
methods.
- cad/qelectrotech: Fix plist with Qt 5.9. Directories are no longer
installed with `cp -f -R', but rather `qmake install qinstall', which does
not install
%%DATADIR%%/elements/10_electric/20_manufacturers_articles/bosch_rexroth/.directory
That's a local file that should not even have been part of the tarball
anyway.
- chinese/gcin-qt5: Add additional private Qt directories (which should not
be used in the first place) to get the port to build with Qt 5.9.
- devel/qtcreator: Fix plist with Qt 5.9. Something changed in qdoc and some
test classes no longer generate documentation files.
- security/keepassx-devel: Import a patch sent upstream almost a year ago to
fix the build with Qt 5.9.
Thanks to antoine for the exp-run, and tcberner and Laurent Cimon
<laurent@nuxi.ca> for landing changes in our qt-5.9 branch.
PR: 224849
|
|
|
|
| |
- Bump PORTREVISION for package change
|
|
|
|
| |
Changes: https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/Flexget/Flexget/compare/2.11.18...2.11.20
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<ChangeLog>
*) Change: the Go package name changed to "nginx/unit".
*) Change: in the "limits.timeout" application option: application start
time and time in queue now are not accounted.
*) Feature: the "limits.requests" application option.
*) Feature: application request processing latency optimization.
*) Feature: HTTP keep-alive connections support.
*) Feature: the "home" Python virtual environment configuration option.
*) Feature: Python atexit hook support.
*) Feature: various Go package improvements.
*) Bugfix: various crashes fixed.
</ChangeLog>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While I'm here remove needless patch.
<ChangeLog>
*) Feature: now nginx automatically preserves the CAP_NET_RAW capability
in worker processes when using the "transparent" parameter of the
"proxy_bind", "fastcgi_bind", "memcached_bind", "scgi_bind", and
"uwsgi_bind" directives.
*) Feature: improved CPU cache line size detection.
Thanks to Debayan Ghosh.
*) Feature: new directives in vim syntax highlighting scripts.
Thanks to Gena Makhomed.
*) Bugfix: binary upgrade refused to work if nginx was re-parented to a
process with PID different from 1 after its parent process has
finished.
*) Bugfix: the ngx_http_autoindex_module incorrectly handled requests
with bodies.
*) Bugfix: in the "proxy_limit_rate" directive when used with the
"keepalive" directive.
*) Bugfix: some parts of a response might be buffered when using
"proxy_buffering off" if the client connection used SSL.
Thanks to Patryk Lesiewicz.
*) Bugfix: in the "proxy_cache_background_update" directive.
*) Bugfix: it was not possible to start a parameter with a variable in
the "${name}" form with the name in curly brackets without enclosing
the parameter into single or double quotes.
</ChangeLog>
|
|
|
|
|
|
|
|
|
|
|
| |
While here:
- Remove redundant option descriptions
- Add LICENSE_FILE
Changes: http://links.twibright.com/download/ChangeLog
PR: 224938
Submitted by: portmaster@BSDforge.com (maintainer)
|
|
|
|
|
|
|
| |
- Apply one more FF58 fix
Changes: https://github.com/MrAlex94/Waterfox/compare/8f77aec80334...56.0.2
Reported by: Stari Karp (as broken fetch due to moving HEAD commit)
|
| |
|
|
|
|
|
| |
Changes: https://github.com/MrAlex94/Waterfox/compare/7da45c952fc0...8f77aec80334
Security: Spectre
|
|
|
|
|
| |
PR: 224932
Submitted by: Matthias Fechner <idefix@fechner.net> (maintainer)
|
|
|
|
|
|
|
|
|
| |
containing "Spectre" workaround
https://www.mozilla.org/en-US/firefox/57.0.4/releasenotes/
PR: 224933
Approved by: jbeich (gecko)
MFH: 2018Q1
|
|
|
|
|
|
|
|
|
| |
* Updated dependencies
Changes: https://github.com/spf13/hugo/releases/tag/v0.32.2
PR: 224915
Submitted by: ben.lavery@hash^.com (maintainer)
|
|
|
|
|
| |
PR: 224797
Submitted by: brnrd (with hat apache@)
|
|
|
|
| |
Changes: https://github.com/tootsuite/ostatus2/commits/master
|
|
|
|
|
| |
- Use PATCHDIR instead of FILESDIR for patch file
- Rename patch file
|
|
|
|
|
|
|
|
|
| |
* Uses system oniguruma when REGEX option is enabled, default on
Reviewed by: mat
MFH: 2018Q1
Security: https://vuxml.freebsd.org/freebsd/b396cf6c-62e6-11e7-9def-b499baebfeaf.html
Differential Revision: https://reviews.freebsd.org/D13742
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
Fix bug with none-quoted last parameter
When the last parameter to the Authorization header isn't quoted the
state machine never reaches sw_param_end.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13739
|
|
|
|
|
| |
Reported by: mat
Differential Revision: https://reviews.freebsd.org/D3804
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Deprecated use of Mojo::Promise::all and Mojo::Promise::race as instance
methods.
- Improved all and race methods in Mojo::Promise to be able to handle
arbitrary then-ables.
- Improved number detection in Mojo::JSON with a workaround for an upcoming
breaking change in Perl 5.28. (haarg)
- Improved HTML Living Standard compliance of Mojo::DOM::HTML.
- Fixed a bug in Mojo::Base that prevented composition of multiple roles.
(aferreira, batman)
- Fixed a bug in Mojolicious::Static where text files from DATA sections would
not be UTF-8 encoded. (Grinnz)
|
|
|
|
| |
Changes: https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/jekyll/jekyll/blob/master/History.markdown
|
|
|
|
| |
Changes: https://github.com/igrigorik/em-socksify/commits/master
|
|
|
|
| |
Changes: https://github.com/carrierwaveuploader/carrierwave/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: http://search.cpan.org/dist/WebDriver-Tiny/Changes
|
|
|
|
|
| |
Changes: https://github.com/abenari/rbovirt/releases
https://github.com/abenari/rbovirt/commits/master
|
| |
|
|
|
|
| |
- Add LICENSE_FILE
|
|
|
|
|
|
|
|
| |
WWW: https://github.com/jimfunk/django-postgresql-netfields
Submitted by: alfred (maintainer)
Reviewed by: miwi koobs
Differential Revision: https://reviews.freebsd.org/D3804
|
|
|
|
|
|
|
|
|
|
| |
- Add TEST_TARGET
- While I'm here, fix shebang for net/opensips
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog
PR: 224675
Exp-run by: antoine
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream no longer ships the contents of misc/py-qt5-doc, so the port has been
removed.
This is also a requirement for updating the Qt5 ports, as the PyQt5 version
currently in the tree has license conflicts with later Qt versions.
Big thanks to tcberner for doing most of the work here, and antoine for the
exp-run.
PR: 224739
|
|
|
|
|
| |
PR: 224787
Approved by: joe@thrallingpenguin.com (maintainer)
|
| |
|
| |
|
|
|
|
|
| |
Reported by: sunpoet
Pointyhat to: swills
|
|
|
|
|
|
| |
rubygem-jwt1
- Bump PORTREVISION for dependency change
|
|
|
|
|
| |
Changes: https://github.com/pallets/werkzeug/releases
https://github.com/pallets/werkzeug/blob/master/CHANGES.rst
|
|
|
|
| |
Changes: https://docs.djangoproject.com/en/2.0/releases/2.0.1/
|
|
|
|
| |
Changes: https://docs.djangoproject.com/en/1.11/releases/1.11.9/
|
| |
|
|
|
|
| |
Changes: https://github.com/jwt/ruby-jwt/releases
|
|
|
|
| |
- Add PORTSCOUT
|
| |
|
|
|
|
|
| |
PR: 224788
Submitted by: Matthias Fechner <idefix@fechner.net> (maintainer)
|
|
|
|
|
| |
PR: 224836
Submitted by: Matthias Fechner <idefix@fechner.net> (maintainer)
|
|
|
|
| |
This fixes a build issue with security/rubygem-webpush.
|
|
|
|
|
|
|
|
|
| |
It is gone.
While here, chase other mastersites, pet portlint, and set DEPRECATED
for ports that do not fetch from alternative sites.
Note: most of these ports are ancient and unmaintained.
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
| |
Changes: https://github.com/pallets/werkzeug/releases
https://github.com/pallets/werkzeug/blob/master/CHANGES.rst
|
|
|
|
|
|
|
|
|
| |
- Remove CONFLICTS_INSTALL
- Bump PORTREVISION for dependency change
PR: 224724
Submitted by: sunpoet (myself)
Approved by: rene (maintainer)
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependency change
PR: 224723
Submitted by: sunpoet (myself)
Approved by: rene (maintainer)
|
|
|
|
|
|
| |
Changes: https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR: 224676
Exp-run by: antoine
|
|
|
|
|
|
| |
Changes: https://github.com/rubygems/rubygems/blob/master/History.txt
PR: 224677
Exp-run by: antoine
|
|
|
|
| |
Changes: https://github.com/Flexget/Flexget/compare/2.11.16...2.11.18
|
|
|
|
| |
- and some clean-up
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Fix order of variables in Makefile.
Changes: https://github.com/michael-lazar/rtv/releases/tag/v1.21.0
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes: https://www.otrs.com/release-notes-otrs-5s-patch-level-24/
https://www.otrs.com/release-notes-otrs-5s-patch-level-25/
https://www.otrs.com/release-notes-otrs-5s-patch-level-26/
PR: 224729
Submitted by: Vidar Karlsen <vidar@karlsen.tech>
Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
MFH: 2017Q4
Security: cebd05d6-ed7b-11e7-95f2-005056925db4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
See https://github.com/OtterBrowser/otter-browser/releases/tag/v0.9.93 ,
only minor changes since last month's upstream release, but FreeBSD
is 10 months behind on otter releases.
Default options build both WebKit and WebEngine, which is possibly
a bit heavy.
PR: 224607
Submitted by: Dmitri Goutnik
Reported by: Dmitri Goutnik
Approved by: tcberner (mentor)
|
|
|
|
|
| |
- Specify UTF-8 encoding for the UTF-8 character in CHANGELOG.rst
- Bump PORTREVISION for package change
|
|
|
|
|
|
|
| |
PR: 224460
Submitted by: Shane <FreeBSD@ShaneWare.Biz>
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13655
|
| |
|
|
|
|
|
|
| |
Extended support of Django 1.10 has expired on December 2, 2017.
Reference: https://www.djangoproject.com/download/#supported-versions
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Changes: https://github.com/Flexget/Flexget/compare/2.11.15...2.11.16
|
|
|
|
| |
Changes: https://github.com/MrAlex94/Waterfox/compare/7b7aa8b4b5d1...7da45c952fc0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
switch to pkg-plist and from http to https in pkg-descr
Changelog:
* Better support for automatic port detection for sockets provided by
MHD_OPTION_LISTEN_SOCKET option.
* Documentation installation fixes.
* Removed usage of 3DES mode from test-suite to avoid test failures on
modern platforms.
* Minor compiler warning fix.
PR: 224535
Reported by: Greg Fitzgerald <gregf@hugops.pw)
Approved by: Hung-Yi Chen <gaod@hychen.org> (maintainer), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13676
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to ruby@
Changes: https://github.com/rest-client/rest-client/blob/master/history.md
PR: 224701
Submitted by: sunpoet (myself)
Approved by: Renaud Chaput <renchap@cocoa-x.com> (maintainer)
|
|
|
|
|
| |
PR: 224551
Submitted by: flo@FreeBSD.org
|
|
|
|
|
| |
PR: 224671
Submitted by: yasu@utahime.org(maintainer)
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
| |
- Add NO_ARCH
PR: 224565
Submitted by: Matthias Fechner <idefix@fechner.net>
|
| |
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Changes: https://github.com/soveran/cuba/blob/master/CHANGELOG
|
|
|
|
|
|
| |
PR: 224624
Submitted by: me
Approved by: Daniel Ylitalo <daniel@blodan.se> (maintainer)
|
|
|
|
|
| |
PR: 224622
Pointy hat to: jbeich
|
|
|
|
|
| |
PR: 224622
Approved by: chromium (cpm)
|
|
|
|
| |
Changes: https://github.com/Flexget/Flexget/compare/2.11.14...2.11.15
|
|
|
|
| |
Changes: https://github.com/abonas/kubeclient/commits/v2.x
|
|
|
|
| |
Changes: https://github.com/tsechingho/chosen-rails/commits/master
|
|
|
|
| |
Changes: https://github.com/Asana/ruby-asana/releases
|
|
|
|
| |
Sponsored by: Absolight
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/libwww/Changes
|
|
|
|
| |
Changes: https://ckeditor.com/cke4/release-notes
|
|
|
|
| |
Security: a891c5b4-3d7a-4de9-9c71-eef3fd698c77
|
|
|
|
|
| |
Changes: https://www.mozilla.org/firefox/52.5.3/releasenotes/
Changes: https://hg.mozilla.org/releases/mozilla-esr52/pushloghtml?startdate=2017-12-07&enddate=2017-12-27
|
|
|
|
|
| |
Changes: https://www.mozilla.org/firefox/57.0.3/releasenotes/
Changes: https://hg.mozilla.org/releases/mozilla-release/pushloghtml?startdate=2017-12-07&enddate=2017-12-27
|
|
|
|
|
| |
PR: 224332
Submitted by: Shane <FreeBSD@ShaneWare.Biz>
|
|
|
|
|
| |
PR: 224332
Submitted by: Shane <FreeBSD@ShaneWare.Biz>
|
| |
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 224332
Submitted by: Shane <FreeBSD@ShaneWare.Biz>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Changes: https://bogomips.org/unicorn/NEWS.html
|
|
|
|
|
|
| |
- Add LICENSE
Approved by: portmgr blanket
|
| |
|
|
|
|
| |
Changelog: https://github.com/icing/mod_md/releases/tag/v1.1.5
|
|
|
|
|
|
|
|
|
|
| |
Changelog: https://github.com/phalcon/cphalcon/releases/tag/v3.3.0
*While here, pet portlint and switch to DISTVERSION
PR: 224579
Submitted by: linpct@gmail.com (maintainer)
Approved by: mentors (implicit)
|
|
|
|
|
| |
- Regenerate patches
- Update WWW
|
| |
|
|
|
|
| |
Changes: http://axis.apache.org/axis2/java/core/release-notes/1.7.7.html
|
| |
|
|
|
|
|
| |
Changes: https://github.com/soimort/you-get/releases
https://github.com/soimort/you-get/commits/develop
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
| |
PR: 224198
Submitted by: Christian Sturm <reezer@reezer.org>
Approved by: eugene@zhegan.in (maintainer timeout, 2 weeks)
|
|
|
|
| |
Changes: https://github.com/k0kubun/hamlit/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/ai/r18n/blob/master/r18n-core/ChangeLog.md
|
|
|
|
|
| |
PR: 224376
Submitted by: net@arrishq.net (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- https://blog.kitware.com/cmake-3-10-1-available-for-download/
- flang support
- changes to automoc policies
- support for FreeBSD package generation with CPack
Necessary fixes to other ports:
- cad/openvsp make search for libxml explicit
- math/scalapack force C compiler to be compatible with mpi
- deskutils/kdepim4 fix incorrect sources list
- www/qt5-webkit fix incorrect sources list
Thanks to Antoine for the multiple exp-runs.
PR: 223872
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13210
|
|
|
|
|
|
| |
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D13529
|
|
|
|
|
|
|
| |
PR: 222193
Submitted by: Keith Gaughan <k@stereochro.me>
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D13593
|
|
|
|
| |
Changes: http://search.cpan.org/dist/WebDriver-Tiny/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/HTTP-Message/Changes
|
|
|
|
|
|
|
|
| |
- Allow build for Python 3.x
PR: 224068
Submitted by: lbdm@privacychain.ch
Approved by: che@bein.link (maintainer timeout, 2 weeks)
|
|
|
|
| |
- Feature update (logging)
|
| |
|
|
|
|
|
| |
PR: 224411
Submitted by: douglas@douglasthrift.net(maintainer)
|
|
|
|
|
| |
Affected ports: www/py-seafdav www/py-seafobj www/seahub
Changes: https://manual.seafile.com/changelog/changelog-for-seafile-professional-server.html
|
|
|
|
| |
Changes: https://github.com/Flexget/Flexget/compare/2.11.8...2.11.14
|
|
|
|
|
|
|
| |
- Add note to pkg-message for firefox users.
PR: 224487
Submitted by: Daniel Ylitalo <daniel@blodan.se>
|
| |
|
|
|
|
|
|
| |
- Remove SPDY option
Changes: https://github.com/nghttp2/nghttp2/releases
|
|
|
|
| |
Changes: https://github.com/nghttp2/nghttp2/releases
|
| |
|
|
|
|
| |
Changes: https://github.com/michael-lazar/rtv/releases/tag/v1.20.0
|
|
|
|
| |
Changes: https://github.com/redis-store/redis-rack/commits/master
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This allows to have more complex renaming schemes. Until now, it could
only add a prefix or a suffix, but this was not working at all for man
pages, because it would give man/man1/pyfoo.1.gz-2.7 or
man/man1/pyfoo-1-2.7.gz. With this change, a man page will be correctly
renamed to man/man1/pyfoo-2.7.1.gz.
Unfix ports that were already handling man pages.
PR: 220214
Submitted by: Fukang Chen (previous patch)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D13444
|
|
|
|
|
|
| |
While here, pet portlint and reformat some other BROKEN statements.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add support for jsvc umask
- Bump PORTREVISION
jsvc support `-umask` parameter since 1.0.8, it can be useful e.g. to set to
0027 to have group-readable Catalina log files.
PR: 224266, 224321
Submitted by: Lapo Luchini
Approved by: maintainer
|
|
|
|
|
|
| |
PR: 222525
Submitted by: philip
Approved by: koobs (maintainer)
|
|
|
|
|
|
|
| |
Changes: https://typo3.org/download/release-notes/whats-new/
https://typo3.org/news/article/typo3-879-released/
PR: 224428
Submitted by: Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
|
|
|
|
|
|
| |
Changes: https://github.com/SeleniumHQ/selenium/blob/master/py/CHANGES
PR: 224412
Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
|
|
|
|
|
| |
PR: 224416
Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
|
|
|
|
|
| |
PR: 224396
Submitted by: vvd@unislabs.com (maintainer)
|
|
|
|
|
| |
PR: 224395
Submitted by: vvd@unislabs.com (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
| |
- Moved home and ua attributes from Mojo to Mojolicious.
- Changed Mojo::IOLoop::Client to only start a thread pool with
Net::DNS::Native on demand. (Grinnz)
- Improved subprocess method in Mojo::IOLoop to allow for easier role
composition.
- Fixed RFC 7230 compliance bug in Mojo::Message::Response. (jberger)
|
|
|
|
|
|
|
| |
security/rubygem-openssl.
net-im/mastodon fails to run with new versions of the openssl gem. See
also: r456565.
|
|
|
|
|
|
|
|
|
|
|
| |
In preparation of changing the PHP default version from 5.6
to 7.0 i found a number of ports not building with the new version
and all later versions.
Therefore i set IGNORE_WITH_PHP and notice all maintainer about
the change.
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
| |
https://nodejs.org/en/blog/release/v9.3.0/
Approved by: mat (co-mentor)
Differential Revision: https://reviews.freebsd.org/D13495
|
|
|
|
| |
Changes: http://search.cpan.org/dist/HTTP-BrowserDetect/Changes
|
|
|
|
|
|
| |
PR: 224215
Submitted by: tcberner
Reported by: Laurent Cimon <laurent@nuxi.ca>
|
|
|
|
|
| |
Notified by: brnrd
Approved by: osa (maintainer)
|
|
|
|
|
|
| |
Approved by: jrm (mentor)
Sponsored by: https://iwantmyname.com/
Differential Revision: https://reviews.freebsd.org/D13077
|
|
|
|
|
|
| |
- Sort PLIST
Changes: https://redmine.org/projects/redmine/wiki/Changelog
|
|
|
|
|
|
|
|
| |
- Add NO_ARCH
- Bump PORTREVISION for dependency change
PR: 224258
Reported by: Andrew Arensburger <arensb@ooblick.com>
|
|
|
|
| |
Changes: http://search.cpan.org/dist/HTTP-BrowserDetect/Changes
|
| |
|
|
|
|
|
| |
Changes: https://github.com/npm/npm/releases
https://github.com/npm/npm/blob/v5.6.0/CHANGELOG.md
|
| |
|
|
|
|
|
|
|
| |
Bump PORTREVISION.
While I'm here upgrade third-party fancyindex module to the latest
version - 0.4.2.
|
|
|
|
|
|
| |
Make the sample configuration file a true @sample.
Points to mat@ for shaming me into this. Thank you.
|
|
|
|
|
| |
Changes: https://github.com/ruby-rdf/rdf-normalize/releases
https://github.com/ruby-rdf/rdf-normalize/commits/develop
|
|
|
|
| |
- Bump PORTREVISION for dependency change
|
|
|
|
| |
Changes: https://github.com/jekyll/jekyll-watch/blob/master/History.markdown
|
|
|
|
| |
- Add PORTSCOUT
|
|
|
|
|
|
|
| |
PR: 224227
Exp-run by: antoine
Reviewed by: adridg, rakuco
Differential Revision: https://reviews.freebsd.org/D13367
|
|
|
|
|
|
| |
Approved by: mat (co-mentor)
Security: bea84a7a-e0c9-11e7-b4f3-11baa0c2df21
Differential Revision: https://reviews.freebsd.org/D13443
|
|
|
|
|
|
| |
Approved by: mat (co-mentor)
Security: bea84a7a-e0c9-11e7-b4f3-11baa0c2df21
Differential Revision: https://reviews.freebsd.org/D13442
|
|
|
|
|
|
| |
Approved by: mat (co-mentor)
Security: bea84a7a-e0c9-11e7-b4f3-11baa0c2df21
Differential Revision: https://reviews.freebsd.org/D13441
|
|
|
|
|
|
| |
Approved by: mat (co-mentor)
Security: bea84a7a-e0c9-11e7-b4f3-11baa0c2df21
Differential Revision: https://reviews.freebsd.org/D13438
|
|
|
|
|
| |
While here, mark deprecated because it does not build with any current version
of ruby.
|
|
|
|
| |
* Add typecast_params plugin for converting param values to explicit types (jeremyevans)
|
|
|
|
|
| |
While here, mark deprecated because it does not build with any current version
of ruby.
|
|
|
|
| |
Reported by: wen
|
|
|
|
|
|
|
|
|
|
| |
While here:
* add PCRE option, enabled by default
* sort options
* remove some comments that aren't needed
PR: 224328
Submitted by: timp87@gmail.com (maintainer)
|
|
|
|
| |
Change-log: https://github.com/icing/mod_md/releases/tag/v1.1.1
|
|
|
|
|
|
|
|
|
|
| |
After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2
i set the IGNORE_WITH_PHP accordingly to the fallout.
PR: 222165
Reported by: brnd
Approved by: portmgr (blanket)
Differential Revision: https://reviews.freebsd.org/D13476
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The bug floods the error logs of not only Nextcloud, but also
Magento and some other applications. While there is already a fix
the next PHP Release is expected at the end of January.
Therefore add the upstream patches.
More details can be found here:
https://bugs.php.net/bug.php?id=75570
https://bugs.php.net/bug.php?id=75608
Reported by: Troels Just <troels@troelsjust.dk>
MFH: 2017Q4
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This release contains an important fix which can cause Nginx
to crash when a directory contains zero-sized (empty) files.
This bug has been present in all previous releases,
and all users are strongly encouraged to update to version 0.4.2.
PR: 224237
Submitted by: wosch
Approved by: tz (mentor)
MFH: 2017Q4
Differential Revision: https://reviews.freebsd.org/D13486
|
|
|
|
|
|
|
|
|
| |
- Include upstream PostgreSQL fix
Changelog: https://nextcloud.com/changelog/#latest12
PR: 224142
Approved by: Loic Blot <loic.blot unix-experience fr> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" -I/usr/local/include -I/usr/local/include/p11-kit-1 -I/usr/local/include nettls_nettle_bindings_stubs.c
+ cc -O2 -pipe -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -O2 -pipe -fno-strict-aliasing -fPIC -c -O -g -I/usr/local/include -I/usr/local/include/p11-kit-1 -I/usr/local/include -I'/usr/local/lib/ocaml' 'nettls_nettle_bindings_stubs.c'
nettls_nettle_bindings_stubs.c:120:36: error: function cannot return array type 'const struct nettle_cipher *const []'
const struct nettle_cipher * const nettle_ciphers[] = {
^
/usr/local/include/nettle/nettle-meta.h:75:43: note: expanded from macro 'nettle_ciphers'
#define nettle_ciphers (nettle_get_ciphers())
^
nettls_nettle_bindings_stubs.c:359:34: error: function cannot return array type 'const struct nettle_hash *const []'
const struct nettle_hash * const nettle_hashes[] = {
^
/usr/local/include/nettle/nettle-meta.h:140:41: note: expanded from macro 'nettle_hashes'
#define nettle_hashes (nettle_get_hashes())
^
Reported by: pkg-fallout
|
| |
|
|
|
|
| |
Changes: https://github.com/MrAlex94/Waterfox/compare/a3dd3280cff5...7b7aa8b4b5d1
|
|
|
|
| |
Reported by: Yasuhiro KIMURA <yasu@utahime.org>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Bump PORTREVISION for dependency change
|
| |
|
|
|
|
| |
- Allow slave ports to overwrite CONFLICTS_INSTALL
|
|
|
|
|
|
|
| |
- Add missing dependency [1]
PR: 223050 [1]
Reported by: erema15
|
|
|
|
|
|
| |
Changelog: https://sourceforge.net/p/group-office/code/HEAD/tree/branches/groupoffice-6.2/www/CHANGELOG.TXT
Approved by: mentors (implicit)
|
|
|
|
|
|
| |
PR: 223505
Submitted by: OlivierW <olivierw1+bugzilla-freebsd@hotmail.com> (inspired by)
Approved by: timp87@gmail.com (maintainer)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
https://helpx.adobe.com/flash-player/release-note/fp_28_air_28_release_notes.html
|
| |
|
|
|
|
| |
Sponsored by: Absolight
|
| |
|
|
|
|
| |
This port was revived as a dependency of gitlab but it is not required now.
|
|
|
|
| |
- Bump PORTREVISION for dependency change
|
|
|
|
| |
- Bump PORTREVISION for dependency change
|
|
|
|
| |
Changes: https://github.com/feedjira/feedjira/blob/master/CHANGELOG.md
|
|
|
|
|
|
| |
- Update WWW
Changes: https://redmine.org/projects/redmine/wiki/Changelog
|
| |
|
|
|
|
| |
Changes: https://github.com/httprb/http/blob/master/CHANGES.md
|
|
|
|
| |
Changes: https://github.com/httprb/form_data/blob/master/CHANGES.md
|
| |
|
|
|
|
|
| |
- Update RUN_DEPENDS
- Add PORTSCOUT
|
|
|
|
| |
- Add PORTSCOUT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also:
- remove %%RUBY_SUFFIX%% from plist (thanks to swills)
- fix broken dependency to rubygem-pg in Gemfile
- fix broken dependency to rubygem-mysql2 in Gemfile
- Add support for reverse proxies in rc script
- Fix: gitlab starts even if gitlab_enable is not set
- Make default listenAddr configurable
PR: 224232 222896 220126 218388
Submitted by: swills, gdinolt@pacbell.net, max@mober.at, Marián Černý <majo-bugs.freebsd.org@cerny.sk>
Reviewed by: tz
Approved by: maintainer
Differential Revision: https://reviews.freebsd.org/D12376
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
|
|
|
| |
Affected ports: www/py-seafdav www/py-seafobj www/seahub
|
| |
|
|
|
|
| |
- Add some explicit FLAVOR to dependencies where needed
|
|
|
|
|
|
| |
PR: 221929
Submitted by: Axel.Rau@Chaos1.DE (maintainer)
Reported by: Cullum Smith <cullum@c0ffee.net>
|
|
|
|
|
|
| |
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
|
| |
|
|
|
|
|
|
|
| |
- www/apache13 was removed in 2012
PR: 224240
Approved by: romain@, with mono@ hat
|
|
|
|
|
|
| |
- Fix WWW
Changes: https://github.com/turbolinks/turbolinks-classic/commits/master
|
|
|
|
|
| |
Changes: https://github.com/SeleniumHQ/selenium/releases
https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES
|
|
|
|
| |
Changes: https://github.com/vmg/rinku/commits/master
|
|
|
|
| |
Changes: https://github.com/rack/rack-contrib/releases
|
|
|
|
| |
Changes: https://github.com/jekyll/jekyll-watch/blob/master/History.markdown
|
|
|
|
|
| |
Changes: https://github.com/pallets/werkzeug/releases
https://github.com/pallets/werkzeug/blob/master/CHANGES.rst
|
| |
|
|
|
|
| |
Changes: https://docs.djangoproject.com/en/1.11/releases/1.11.8/
|
|
|
|
| |
Changes: https://github.com/nov/json-jwt/commits/master
|
|
|
|
| |
Changes: https://github.com/ncr/rack-proxy/commits/master
|
|
|
|
| |
Changes: http://search.cpan.org/dist/libwww/Changes
|
|
|
|
|
| |
Changes: https://github.com/soimort/you-get/releases
https://github.com/soimort/you-get/commits/develop
|
|
|
|
|
|
| |
- Convert to options target helper
Changes: https://github.com/owncloud/core/blob/stable10/CHANGELOG.md
|
|
|
|
|
| |
Changes: https://github.com/npm/npm/releases
https://github.com/npm/npm/blob/v5.6.0/CHANGELOG.md
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependency and package change
Upstrem no longer recommend to build nghttp2 with SPDY protocol support
enabled. SPDY support will be removed soon.
Reference: https://github.com/nghttp2/nghttp2/commit/6b286e0d94a3c9e446921312e9072d6ee94d78fb#diff-88b99bb28683bd5b7e3a204826ead112
|
|
|
|
|
|
| |
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
| |
- Same for mod_md-devel
- While here remove no longer needed cruft
|
| |
|
| |
|
| |
|