aboutsummaryrefslogtreecommitdiff
path: root/www
Commit message (Collapse)AuthorAgeFilesLines
* www/py-flask-peewee: Update to 3.0.4Rainer Hurling2021-04-212-4/+4
| | | | | | | Changelog: https://github.com/coleifer/flask-peewee/compare/ca827c000c0b1bacf9ca6ff6638446a393e95b1f...06b8bb95b3d60551ba356f1e7bdd670ee6b5efb9 PR: 255304 Submitted by: Goran Mekic <meka@tilda.center> (maintainer)
* www/py-flask-smorest: Update to 0.30.0Neel Chauhan2021-04-212-4/+4
| | | | | | | Changes: https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0300-2021-04-13 PR: 255284 Submitted by: Goran Mekić <meka AT tilda DOT center> (maintainer)
* www/py-webargs: Update to 8.0.0Neel Chauhan2021-04-212-4/+4
| | | | | | | Changes: https://github.com/marshmallow-code/webargs/blob/dev/CHANGELOG.rst#800-2021-04-08 PR: 255283 Submitted by: Goran Mekić <meka AT tilda DOT center> (maintainer)
* Sort wwwTobias Kortkamp2021-04-211-1/+1
| | | | Reported by: portscan
* www/nextcloud-appointments: Update to 1.9.1Bernard Spil2021-04-212-4/+4
|
* www/py-pywikibot: Update 6.0.1 -> 6.1.0Yuri Victorovich2021-04-212-4/+4
| | | | Reported by: portscout
* www/node: unbreak patch on armv[67] after bc3d0937d0d2Jan Beich2021-04-211-4/+4
| | | | | | | | ===> Patching for node-16.0.0 ===> Applying extra patch /usr/ports/www/node/files/extra-patch-tools_v8__gypfiles_v8.gyp 1 out of 1 hunks failed--saving rejects to tools/v8_gypfiles/v8.gyp.rej ===> FAILED Applying extra patch /usr/ports/www/node/files/extra-patch-tools_v8__gypfiles_v8.gyp *** Error code 1
* Bump USES=cabal ports after 12837690ed0cTobias Kortkamp2021-04-215-4/+5
|
* www/node: Update 15.14.0_1 -> 16.0.0Bradley T. Hughes2021-04-205-129/+7
| | | | | | | | | Upgrade to the latest major vesrion of Node.js. Regenerate patches since some have been adopted upstream, while others needed refreshing. https://nodejs.org/en/blog/release/v16.0.0/ Sponsored by: Miles AS
* Fix the build by supplying the LICENSE.Dan Langille2021-04-202-2/+30
| | | | Reported by: kai@FreeBSD.org
* Add www/py-django-reversion-compareDan Langille2021-04-204-0/+26
| | | | | | | | Extension to www/django-reversion that provides a history compare view to compare two versions of a model which is under reversion. PR: 254836 Reported by: gettoknowmi <gettoknowmi@yahoo.com>
* Add www/py-django-object-actionsDan Langille2021-04-204-0/+28
| | | | | | | App for adding object tools for models in the admin PR: 254834 Reported by: gettoknowmi <gettoknowmi@yahoo.com>
* add www/py-django-smart-selectsDan Langille2021-04-204-0/+30
| | | | | | | allows you to quickly filter or group "chained" models by adding a custom foreign key or many to many field to your models PR: 254835 Reported by: gettoknowmi <gettoknowmi@yahoo.com>
* Add www/py-django-ckeditor - CKEditor 5 for Django >= 2.0Dan Langille2021-04-204-0/+32
| | | | | PR: 254833 Reported by: gettoknowmi <gettoknowmi@yahoo.com>
* www/nginx-devel: welcome to the new stable release 1.20.0.Sergey A. Osokin2021-04-202-5/+4
|
* www/firefox-esr: update to 78.10.0Christoph Moench-Tegeder2021-04-202-5/+4
| | | | | Release Notes: https://www.mozilla.org/en-US/firefox/78.10.0/releasenotes/
* www/nextcloud-deck: Bugfix update to 1.4.1Bernard Spil2021-04-202-4/+4
|
* *: Garbage collect new $FreeBSD ids.Mathieu Arnold2021-04-202-3/+0
|
* www/nextcloud-deck: Update to 1.4.0Bernard Spil2021-04-203-11/+28
|
* www/nextcloud-appointments: Update to 1.9.0Bernard Spil2021-04-202-5/+5
|
* Mk/Uses/ninja.mk: Add support for devel/samurai (D29353)Tobias Kortkamp2021-04-202-4/+3
| | | | | | | | | | | | Samurai is a Ninja-compatible build tool with fewer dependencies than Ninja. Hook it to the framework via a new NINJA_DEFAULT. This also adds %p to NINJA_STATUS to make Ninja or Samurai print the percentage of completed jobs to make it easier to eyeball how much of the build is done. PR: 254678 Exp-run by: antoine
* www/py-boto3: Update 1.17.23 -> 1.17.54Bradley T. Hughes2021-04-202-7/+7
| | | | | Approved by: koobs (maintainer, implicit) Sponsored by: Miles AS
* use www/py-graphite-web: %%PYTHON_SUFFIX%%Neel Chauhan2021-04-191-2/+2
|
* www/py-graphite-web: Update to 1.1.8Neel Chauhan2021-04-195-12/+17
|
* www/lychee: Update to 0.6.0Luca Pizzamiglio2021-04-196-675/+557
| | | | Changes: https://github.com/lycheeverse/lychee/releases/tag/0.7.0
* www/proxygen: Update 2021.04.12.00 -> 2021.04.19.00Yuri Victorovich2021-04-192-4/+4
|
* www/emacs-w3m: Update to the snapshot on 2021-04-09MANTANI Nobutaka2021-04-192-6/+5
|
* www/py-http-parser: Fix packaging with Python 3.8+Kai Knoblich2021-04-191-1/+1
| | | | | | | | | | | * Apply the same fix as in 9cb5898561b302d952fec8e2fac66a945a2c4915 by stripping libraries by wildcard paths. * Also use PYTHONPREFIX_SITELIBDIR instead PYTHON_SITELIBDIR to make the port PREFIX safe while I'm here. PR: 253815 Approved by: python (with hat)
* www/py-django-advanced-filters: Fix buildKai Knoblich2021-04-191-1/+0
| | | | | | * The sdist distributed via PyPI contains no license files. Approved by: portmgr (build fix)
* www/py-django-otp: update to 1.0.3Carlo Strub2021-04-192-4/+5
|
* Clean up all commented PORTREVISION and PORTEPOCH linesTobias Kortkamp2021-04-194-4/+3
| | | | | | | | | No revision bump tool that we have cleans them up or deals with them, so we end up with duplicated lines. Instead of implementing that just clean up the 51 ports that do this. PORTREVISION and PORTEPOCH can be set to 0 explicitly instead if you need a reminder or placeholder.
* Remove my useless "Created by" linesTobias Kortkamp2021-04-191-2/+0
|
* www/* convert to use PYNUMPYLoïc Bartoletti2021-04-193-4/+4
| | | | | | while here fix minimal python version for www/py-sentinelhub Approved by: portmgr (blanket, convert to USES)
* new port: www/R-cran-gh: GitHub API for RGuangyuan Yang2021-04-184-0/+36
| | | | Approved by: lwhsu
* www/gitlab-ce: Security update to 13.10.3.Matthias Fechner2021-04-184-10/+12
| | | | | Changelog: https://about.gitlab.com/releases/2021/04/14/security-release-gitlab-13-10-3-released/
* www/authelia: Update 4.28.1 -> 4.28.2Yuri Victorovich2021-04-182-9/+9
| | | | Reported by: portscout
* www/firefox: fix build on powerpc64*Piotr Kubaj2021-04-181-7/+4
| | | | SupportsMimeType() now uses one argument.
* www/gitea: Update to 1.14.1Rainer Hurling2021-04-182-6/+8
| | | | | | | Changelog: https://blog.gitea.io/2021/04/gitea-1.14.1-is-released/ PR: 255170 Submitted by: stb@lassitu.de (maintainer)
* www/py-django30: Set to expireKai Knoblich2021-04-181-0/+1
| | | | | | | | * Set the EXPIRATION_DATE to make it clearer that consumers need to switch to another Django version as soon as possible. Reported by: rene Approved by: python (with hat)
* www/py-django-bootstrap-pagination: Switch to Django 3.2Kai Knoblich2021-04-182-1/+16
| | | | | | | | | | | | * Adjust RUN_DEPENDS to use Django 3.2 (LTS release) because the extended support for Django 3.0 has expired on 6th April 2021. * Also avoid the installation of the test suite into the root of Python's site-lib directory as it can lead to conflicts with other packages. PR: 255114 Approved by: dbaio (maintainer)
* www/rubygem-railties61: Update to 6.1.3.1Po-Chuan Hsieh2021-04-182-4/+4
| | | | Changes: https://github.com/rails/rails/releases
* www/rubygem-rails61: Update to 6.1.3.1Po-Chuan Hsieh2021-04-182-4/+4
| | | | Changes: https://github.com/rails/rails/releases
* www/rubygem-actionpack61: Update to 6.1.3.1Po-Chuan Hsieh2021-04-182-4/+4
| | | | Changes: https://github.com/rails/rails/releases
* www/rubygem-actioncable61: Update to 6.1.3.1Po-Chuan Hsieh2021-04-182-4/+4
| | | | Changes: https://github.com/rails/rails/releases
* www/rubygem-railties60: Update to 6.0.3.6Po-Chuan Hsieh2021-04-182-4/+4
| | | | Changes: https://github.com/rails/rails/releases
* www/rubygem-rails60: Update to 6.0.3.6Po-Chuan Hsieh2021-04-182-4/+4
| | | | Changes: https://github.com/rails/rails/releases
* www/rubygem-actionpack60: Update to 6.0.3.6Po-Chuan Hsieh2021-04-182-4/+4
| | | | Changes: https://github.com/rails/rails/releases
* www/rubygem-actioncable60: Update to 6.0.3.6Po-Chuan Hsieh2021-04-182-4/+4
| | | | Changes: https://github.com/rails/rails/releases
* www/rubygem-railties52: Update to 5.2.5Po-Chuan Hsieh2021-04-182-4/+4
| | | | Changes: https://github.com/rails/rails/releases
* www/rubygem-rails52: Update to 5.2.5Po-Chuan Hsieh2021-04-182-4/+4
| | | | Changes: https://github.com/rails/rails/releases