www/py-dj60-djangorestframework: Set PORTSCOUT
* The only consumer, net-mgmt/netbox, isn't fully compatible with newer
versions, thus set PORTSCOUT temporarily until net-mgmt/netbox has
been updated to the upcoming 4.7.x release.
www/py-dj60-django-tables2: Set PORTSCOUT
* The only consumer, net-mgmt/netbox, is currently incompatible with
newer versions due to breaking changes.
Therefore, set PORTSCOUT temporarily until net-mgmt/netbox has been
updated to the upcoming 4.7.x release.
www/code-server: Update to 4.134.0
Update to code-server 4.134.0, which bundles VS Code 1.134.0.
Changelog: https://github.com/coder/code-server/releases
Sponsored by: Netzkommune GmbH
security/py-biscuit-auth: Convert build to use PEP 517 and rename to PyPI name
* Rename port to PyPI name according to Python policy
* Move build completely to PEP 517
* Bump consumers: www/bunkerweb/Makefile
* Simplify Python discovery; the build frontend will pass the interpreter
New name: security/py-biscuit-python
Co-authored-by: Jochen Neumeister <joneum at FreeBSD.org>
PR: 297823
Approved by: joneum (maintainer)
Differential Revision: https://reviews.freebsd.org/D59133
sysutils/smartmontools: Fix 16-CURRENT build
16-CURRENT added capsicum support to libusb in src commit 749318f2ae56.
Chase this change by adding a couple of #ifdefs to determine whether
building under 16-CURRENT or not.
Approved by: portmgr (implicit, fix it)