FreeBSD/ports f724b00editors/joe Makefile distinfo

editors/joe: Update to 4.8

Take maintainership.
Remove USES=localbase and unnecessary LIBS+=.

https://raw.githubusercontent.com/joe-editor/joe/refs/tags/releases/joe-4.8/NEWS.md

PR:             294689
Approved by:    Juergen Gotteswinter <juergen.gotteswinter at googlemail.com>
                (former maintainer, multiple consecutive timeouts)
Approved by:    fluffy (mentor)
MFH:            2026Q2

(cherry picked from commit 6e9e9d18007c6a0ba0c069c96ba9d0b00021902e)
DeltaFile
+6-9editors/joe/Makefile
+3-3editors/joe/distinfo
+3-0editors/joe/pkg-plist
+12-123 files

LLVM/project 3b4499cclang-tools-extra/clangd CodeComplete.cpp, clang-tools-extra/clangd/test completion-replace.test completion-auto-trigger-replace.test

[clangd] Add InsertReplaceEdit for code completion (#187623)

Handle new insertReplaceSupport capability (defined in LSP 3.16). Add
the new option to the protocol layer and pass it around to the code
completion logic. Update CompletionItem::textEdit to become the union
type as per the LSP specification.

Add a new helper function to the Lexer public API to find the end of an
identifier with full context lexing, to avoid duplicating the logic. Use
the helper both in the Sema flow and in the comment completion flow. Use
a simpler ASCII-only scan in no-Sema mode.

Add LIT tests to verify auto-triggered completions, mid-word
replacement, Unicode, and snippets. Add unit tests to verify
insert/replace ranges with and without Sema, including comments and the
feature-off case.

Update the release notes to document the new capability.


    [4 lines not shown]
DeltaFile
+271-0clang-tools-extra/clangd/test/completion-replace.test
+185-15clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
+147-36clang-tools-extra/clangd/CodeComplete.cpp
+113-0clang-tools-extra/clangd/test/completion-auto-trigger-replace.test
+68-0clang-tools-extra/clangd/test/completion-snippets-replace.test
+38-0clang/unittests/Lex/LexerTest.cpp
+822-517 files not shown
+907-5813 files

FreeBSD/ports 6e9e9d1editors/joe Makefile distinfo

editors/joe: Update to 4.8

Take maintainership.
Remove USES=localbase and unnecessary LIBS+=.

https://raw.githubusercontent.com/joe-editor/joe/refs/tags/releases/joe-4.8/NEWS.md

PR:             294689
Approved by:    Juergen Gotteswinter <juergen.gotteswinter at googlemail.com>
                (former maintainer, multiple consecutive timeouts)
Approved by:    fluffy (mentor)
DeltaFile
+6-9editors/joe/Makefile
+3-3editors/joe/distinfo
+3-0editors/joe/pkg-plist
+12-123 files

OpenBSD/ports F8qeaFnlang/jruby Makefile distinfo, lang/jruby/patches patch-jruby-launcher_unixlauncher_c patch-bin_jruby_sh

   Update to JRuby 10.1.0.0

   This brings the Ruby version to 4.0. This updates the embedded jffi to
   from 1.3.10 to 1.3.15, and the embedded jruby-launcher from 1.1.19 to
   2.0.2.

   This disables AppCDS usage unless the user has configured a JRUBY_JSA
   environment variable, as the default location is not writable results
   in a warning.

   This ships more of the jruby bin files. There were some hidden files
   needed to avoid warnings, as well as some new programs that should be
   added. These go in /usr/local/jruby/bin, which is not in PATH, so
   conflicts aren't an issue.

   One issue with this version is it ships a version of minitest that
   doesn't work, as the version it ships depends on a prism library that
   it doesn't ship. This should be fixed in the next version, but in the
   meantime, comment out a couple minitest files in the PLIST. Users can

    [3 lines not shown]
VersionDeltaFile
1.84+1,037-891lang/jruby/pkg/PLIST
1.1+55-0lang/jruby/patches/patch-jruby-launcher_unixlauncher_c
1.3+17-16lang/jruby/patches/patch-bin_jruby_sh
1.131+8-8lang/jruby/Makefile
1.90+6-6lang/jruby/distinfo
1.3+6-5lang/jruby/patches/patch-jruby-launcher_jrubyexe_cpp
+1,129-9262 files not shown
+1,131-9288 files

FreeBSD/ports e45a766sysutils/firstboot-pkg-upgrade Makefile, sysutils/firstboot-pkg-upgrade/files firstboot_pkg_upgrade.in

sysutils/firstboot-pkg-upgrade: Fix script typo

With hat:       re

(cherry picked from commit 922cd9536954fc7eada1ec90b4ca5837d3990878)
DeltaFile
+1-1sysutils/firstboot-pkg-upgrade/Makefile
+1-0sysutils/firstboot-pkg-upgrade/files/firstboot_pkg_upgrade.in
+2-12 files

FreeBSD/ports e879e98net/py-urllib3 distinfo Makefile

net/py-urllib3: Update to 2.7.0

Changes:        https://github.com/urllib3/urllib3/releases
Security:       CVE-2026-44431, CVE-2026-44432
(cherry picked from commit 68f92130372d6fc21e630130dd4af12b9cb36b35)
DeltaFile
+3-3net/py-urllib3/distinfo
+2-2net/py-urllib3/Makefile
+5-52 files

FreeBSD/ports 922cd95sysutils/firstboot-pkg-upgrade Makefile, sysutils/firstboot-pkg-upgrade/files firstboot_pkg_upgrade.in

sysutils/firstboot-pkg-upgrade: Fix script typo

With hat:       re
DeltaFile
+1-1sysutils/firstboot-pkg-upgrade/Makefile
+1-0sysutils/firstboot-pkg-upgrade/files/firstboot_pkg_upgrade.in
+2-12 files

LLVM/project 2dc02d3clang/include/clang/Serialization ASTRecordReader.h, clang/lib/AST ASTContext.cpp Type.cpp

trivial changes
DeltaFile
+20-14clang/lib/Sema/SemaOpenMP.cpp
+18-14clang/lib/AST/ASTContext.cpp
+16-15clang/lib/Sema/SemaTemplate.cpp
+14-11clang/lib/AST/Type.cpp
+14-8clang/lib/AST/ASTDiagnostic.cpp
+11-6clang/include/clang/Serialization/ASTRecordReader.h
+93-6833 files not shown
+202-15239 files

LLVM/project b370becclang/include/clang/AST ASTContext.h, clang/lib/AST ASTContext.cpp ItaniumMangle.cpp

[clang] implement CWG2064: ignore value dependence for decltype

The 'decltype' for a value-dependent (but non-type-dependent) should be known,
so this patch makes them non-opaque instead.

This patch also implements what's neceessary to allow overloading
on pure differences in instantiation dependence, making `std::void_t`
usable for SFINAE purposes.

This also readds a few test cases from da98651, which was a previous attempt
at resolving CWG2064.

Fixes #8740
Fixes #61818
Fixes #190388
DeltaFile
+888-161clang/lib/AST/ASTContext.cpp
+328-12clang/test/SemaTemplate/instantiation-dependence.cpp
+176-96clang/lib/AST/ItaniumMangle.cpp
+100-98clang/lib/Sema/SemaCXXScopeSpec.cpp
+62-57clang/lib/AST/Type.cpp
+88-11clang/include/clang/AST/ASTContext.h
+1,642-43567 files not shown
+2,374-77973 files

LLVM/project e6c316ellvm/docs UserGuides.rst Reference.rst

[Docs] Match body/toctree ordering on Reference and UserGuides (#195542)

The `toctree` section is hidden but used for previous/next breadcrumbs.

This was suggested in
https://github.com/llvm/llvm-project/pull/184440#issuecomment-4351195402
DeltaFile
+63-61llvm/docs/UserGuides.rst
+42-40llvm/docs/Reference.rst
+105-1012 files

FreeBSD/doc 66df786documentation/static/pgpkeys ebrandi.key

Update PGP key for ebrandi

Extend expiration date of PGP key 0x604D961A8EC70166.
DeltaFile
+18-18documentation/static/pgpkeys/ebrandi.key
+18-181 files

LLVM/project 4eedcd8clang/test/SemaCXX GH195416.cpp

[clang][NFC] Actually add the testcase for #195416 (#196759)
DeltaFile
+10-0clang/test/SemaCXX/GH195416.cpp
+10-01 files

FreeBSD/ports 3115f4clang/typescript-go distinfo Makefile

lang/typescript-go: Update to 7.0.0.g20260429

Changelog: https://github.com/microsoft/typescript-go/compare/9c19dee6ab88ae11444837f16efa16a6b3dc9f59...56ab4af421576f5326e0c08be5ac67149c053618
DeltaFile
+7-7lang/typescript-go/distinfo
+2-3lang/typescript-go/Makefile
+9-102 files

FreeBSD/ports 4e8c859security/py-social-auth-core Makefile distinfo

security/py-social-auth-core: Allow build with py-google-auth 2.52.0+

- Bump PORTREVISION for package change

Obtained from:  https://github.com/python-social-auth/social-core/commit/6496d8dd88ab99017dbe64f65b0058fd21e1bc90
                https://github.com/python-social-auth/social-core/commit/9725f8f306beedc31062bfde359239740713f271
Approved by:    portmgr (blanket)
DeltaFile
+5-3security/py-social-auth-core/Makefile
+5-1security/py-social-auth-core/distinfo
+10-42 files

FreeBSD/ports 6f8c734textproc/rubygem-babosa distinfo Makefile

textproc/rubygem-babosa: Update to 2.1.0

Changes:        https://github.com/norman/babosa/releases
DeltaFile
+3-3textproc/rubygem-babosa/distinfo
+1-1textproc/rubygem-babosa/Makefile
+4-42 files

FreeBSD/ports 68f9213net/py-urllib3 distinfo Makefile

net/py-urllib3: Update to 2.7.0

Changes:        https://github.com/urllib3/urllib3/releases
Security:       CVE-2026-44431, CVE-2026-44432
DeltaFile
+3-3net/py-urllib3/distinfo
+2-2net/py-urllib3/Makefile
+5-52 files

FreeBSD/ports 7ab0976misc/p5-Business-ISBN-Data distinfo Makefile

misc/p5-Business-ISBN-Data: Update to 20260508.001

Changes:        https://metacpan.org/dist/Business-ISBN-Data/changes
DeltaFile
+3-3misc/p5-Business-ISBN-Data/distinfo
+1-1misc/p5-Business-ISBN-Data/Makefile
+4-42 files

FreeBSD/ports d7519edwww/rubygem-jekyll-seo-tag distinfo Makefile

www/rubygem-jekyll-seo-tag: Update to 2.9.0

Changes:        https://github.com/jekyll/jekyll-seo-tag/releases
DeltaFile
+3-3www/rubygem-jekyll-seo-tag/distinfo
+1-1www/rubygem-jekyll-seo-tag/Makefile
+4-42 files

FreeBSD/ports 30cc2c8www/rubygem-bullet_train-themes distinfo Makefile

www/rubygem-bullet_train-themes: Update to 1.45.1

Changes:        https://github.com/bullet-train-co/bullet_train-core/releases
DeltaFile
+3-3www/rubygem-bullet_train-themes/distinfo
+1-1www/rubygem-bullet_train-themes/Makefile
+4-42 files

FreeBSD/ports 6db6037www/rubygem-bullet_train-super_load_and_authorize_resource distinfo Makefile

www/rubygem-bullet_train-super_load_and_authorize_resource: Update to 1.45.1

Changes:        https://github.com/bullet-train-co/bullet_train-core/releases
DeltaFile
+3-3www/rubygem-bullet_train-super_load_and_authorize_resource/distinfo
+1-1www/rubygem-bullet_train-super_load_and_authorize_resource/Makefile
+4-42 files

FreeBSD/ports 2716c89www/rubygem-bullet_train-scope_validator distinfo Makefile

www/rubygem-bullet_train-scope_validator: Update to 1.45.1

Changes:        https://github.com/bullet-train-co/bullet_train-core/releases
DeltaFile
+3-3www/rubygem-bullet_train-scope_validator/distinfo
+1-1www/rubygem-bullet_train-scope_validator/Makefile
+4-42 files

FreeBSD/ports a65b998www/rubygem-bullet_train-roles distinfo Makefile

www/rubygem-bullet_train-roles: Update to 1.45.1

Changes:        https://github.com/bullet-train-co/bullet_train-core/releases
DeltaFile
+3-3www/rubygem-bullet_train-roles/distinfo
+1-1www/rubygem-bullet_train-roles/Makefile
+4-42 files

FreeBSD/ports 6ae56fcwww/rubygem-bullet_train-has_uuid distinfo Makefile

www/rubygem-bullet_train-has_uuid: Update to 1.45.1

Changes:        https://github.com/bullet-train-co/bullet_train-core/releases
DeltaFile
+3-3www/rubygem-bullet_train-has_uuid/distinfo
+1-1www/rubygem-bullet_train-has_uuid/Makefile
+4-42 files

FreeBSD/ports 56c6d05www/rubygem-bullet_train-fields distinfo Makefile

www/rubygem-bullet_train-fields: Update to 1.45.1

Changes:        https://github.com/bullet-train-co/bullet_train-core/releases
DeltaFile
+3-3www/rubygem-bullet_train-fields/distinfo
+1-1www/rubygem-bullet_train-fields/Makefile
+4-42 files

FreeBSD/ports 96d4a8ctextproc/rubygem-css_parser distinfo Makefile

textproc/rubygem-css_parser: Update to 1.22.0

Changes:        https://github.com/premailer/css_parser/blob/master/CHANGELOG.md
DeltaFile
+3-3textproc/rubygem-css_parser/distinfo
+1-1textproc/rubygem-css_parser/Makefile
+4-42 files

FreeBSD/ports b25228dwww/rubygem-bullet_train distinfo Makefile

www/rubygem-bullet_train: Update to 1.45.1

Changes:        https://github.com/bullet-train-co/bullet_train-core/releases
DeltaFile
+3-3www/rubygem-bullet_train/distinfo
+1-1www/rubygem-bullet_train/Makefile
+4-42 files

FreeBSD/ports 9f556bddevel/rubygem-sorbet-runtime distinfo Makefile

devel/rubygem-sorbet-runtime: Update to 0.6.13208

Changes:        https://github.com/sorbet/sorbet/releases
DeltaFile
+3-3devel/rubygem-sorbet-runtime/distinfo
+1-1devel/rubygem-sorbet-runtime/Makefile
+4-42 files

FreeBSD/ports e5e8d43net/rubygem-google-cloud-spanner distinfo Makefile

net/rubygem-google-cloud-spanner: Update to 2.36.0

Changes:        https://github.com/googleapis/ruby-spanner/releases
DeltaFile
+3-3net/rubygem-google-cloud-spanner/distinfo
+1-1net/rubygem-google-cloud-spanner/Makefile
+4-42 files

FreeBSD/ports c0d3c10devel/rubygem-devise-rails81 distinfo Makefile

devel/rubygem-devise-rails81: Update to 5.0.4

Changes:        https://github.com/heartcombo/devise/releases
DeltaFile
+3-3devel/rubygem-devise-rails81/distinfo
+1-1devel/rubygem-devise-rails81/Makefile
+4-42 files

FreeBSD/ports 7d3ee84devel/rubygem-devise-rails80 distinfo Makefile

devel/rubygem-devise-rails80: Update to 5.0.4

Changes:        https://github.com/heartcombo/devise/releases
DeltaFile
+3-3devel/rubygem-devise-rails80/distinfo
+1-1devel/rubygem-devise-rails80/Makefile
+4-42 files