net/bsdrcmds: Use blocklist
Starting from FreeBSD version 1500000, prefer the new blocklist
nomenclature.
Once older versions are no longer supported, we should use blocklist
exclusively.
PR: 295081
mail/py-notmuch2: Fix value of PKGNAMESUFFIX
In commit db96db170fc4, the value of PKGNAMESUFFIX was accidentally
changed from 2 to 0. Fix this by setting it back to the correct value,
2, which renames the package back to py*-notmuch2.
Bump PORTREVISION, so the renamed package is reinstalled with a
corrected plist.
PR: 298122
Reported by: John Hein <jcfyecrayz at liamekaens.com>
Fixes: db96db170fc4 (mail/notmuch*: Update to 0.34.2)
Sponsored by: The FreeBSD Foundation
devel/Makefile: remove reference to moved port sfml
Fixes: dbfa9f04377fb4df340c26648cc09c9a8c3b1273
Reported by: "Edward Sanford Sutton, III" <mirror176 at hotmail.com>
www/freenginx-devel: third-party modules management
- njs module security update to 1.0.1
Bump PORTREVISION.
Sponsored by: tipi.work
<ChangeLog>
nginx modules:
*) Security: fixed an access control bypass in js_access when an
asynchronous request body continuation threw an exception or
produced an unhandled rejection. Previously, nginx could continue
processing the request as though the js_access check had succeeded.
Thanks to Ta Duc Thien.
*) Security: fixed a worker process crash when reading
[48 lines not shown]
x11-wm/lxappearance-obconf: do not pollute RUN_DEPENDS
Currently it includes gmake, pkgconf and intltool as runtime dependencies
due to incorrect variables usage
Replaced the construction with an extra OTHER_DEPENDS variable
accordingly to 5.10.2. RUN_DEPENDS FreeBSD Porter's Handbook
Pull Request: https://github.com/freebsd/freebsd-ports/pull/607
devel/py-mpremote: update v1.28.0 -> v1.29.0
Changelog: https://github.com/micropython/micropython/releases/tag/v1.29.0
Major changes:
- fix length calculation in RemoteCommand for arrays
- add tests for array readinto and write
- add an alias for codeberg repos
- add PTY device detection for QEMU
- fix fs_stat exception with namedtuples
- fix instructions for running single test
- properly escape quotes for commands
- fix command expansion to handle =
- fix UnicodeEncodeError on Windows consoles
- convert string input to bytes in wr_bytes method
- tests: add -t device and skip functionality
- tests: use a shared ramdisk script across tests
- tests: add test for unicode fixes
- implement incremental preparation for romfs deploy