749,683 commits found in 83 milliseconds
lang/typescript-go: Add port: JavaScript with syntax for types
TypeScript is JavaScript with syntax for types.
TypeScript is a strongly typed programming language that builds on
JavaScript, giving you better tooling at any scale.
WWW: https://www.typescriptlang.org/
WWW: https://devblogs.microsoft.com/typescript/typescript-native-port/
mail/smtprelay: Update to 1.13.0
security/opkssh: Add note for jails
FreeBSD /ports b7fb45f — databases/pgrouting distinfo Makefile, databases/pgrouting/files patch-src_cpp__common_get__check__data.cpp databases/pgrouting: Update to 3.8.0
PR: 290456
Reported by: Brad Ackerman <brad at facefault.org>
Co-authored by: Brad Ackerman <brad at facefault.org>
archivers/zstr: update 1.0.7 → 1.1.0
devel/py-uv-build: update 0.9.8 → 0.9.9
security/trufflehog: update 3.90.13 → 3.91.0
devel/xbyak: update 7.25 → 7.30
math/SoPlex: update 7.1.1.0 → 8.0.0
devel/selene: update 0.27.1 → 0.29.0
devel/{,py-}uv: update 0.9.8 → 0.9.9
databases/rqlite: update 9.2.3 → 9.3.0
devel/{,py-}ruff: update 0.14.4 → 0.14.5
devel/dra: update 0.9.0 → 0.9.1
textproc/py-conllu: New port: CoNLL-U format parser for Python
FreeBSD /ports 596ef09 — misc/gemini-cli pkg-plist distinfo, misc/gemini-cli/files package-lock.json misc/gemini-cli: update 0.13.0 → 0.15.3
multimedia/qpwgraph: update 0.9.6 → 0.9.7
devel/bacon: update 3.17.0 → 3.20.1
FreeBSD /ports 9106c70 — misc/astc-encoder distinfo Makefile, misc/astc-encoder/files patch-Source_cmake__core.cmake misc/astc-encoder: update 5.1.0 → 5.3.0
textproc/R-cran-XML: Update to 3.99-0.20
Reported by: portscout
textproc/moor: Update 2.5.1 => 2.9.1
Changelog: https://github.com/walles/moor/releases
PR: 290684
Reported by: Yusuf Yaman <nxjoseph at protonmail.com> (maintainer)
Approved by: yuri@ (Mentor)
sysutils/kustomize: Update to 5.8.0
ChangeLog:
https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv5.8.0
sysutils/kubetail: Update to 1.6.22
ChangeLog:
https://github.com/johanhaleby/kubetail/compare/1.6.21...1.6.22
FreeBSD /ports 29b85b9 — cad/py-edalize distinfo Makefile, cad/py-edalize/files patch-pyproject.toml cad/py-edalize: Update 0.6.0 => 0.6.1
Summary:
Changelogs:
* https://github.com/olofk/edalize/releases/tag/v0.6.1
* https://github.com/olofk/edalize/compare/v0.6.0...v0.6.1
Approved by: yuri@ (maintainer, Mentor)
Differential Revision: https://reviews.freebsd.org/D53705
FreeBSD /ports bbf4910 — archivers/brotli Makefile distinfo, archivers/brotli/files extra-patch-static-libs patch-CMakeLists.txt archivers/brotli: update 1.1.0 -> 1.2.0
ChangeLog: https://github.com/google/brotli/compare/v1.1.0...v1.2.0
Reported by: diizzy
Reviewed by: sunpoet, diizzy
PR: 290637
Sponsored by: tipi.work
lang/fpc-source: pet stage-qa (+)
No need to put .git* files in package, as it already done for lang/fpc-devel-source
Reported by: bulk -t
Approved by: portmgr blanket
x11-wm/lxqt-wayland-session: pet stage-qa, lxqt-qdbus is a bash script (+)
====> Running Q/A tests (stage-qa)
Error: '/bin/bash' is an invalid shebang you need USES=shebangfix for 'bin/lxqt-qdbus'
Reported by: bulk -t
Approved by: portmgr blanket
security/lxqt-sudo: handle orphans in plist (+)
Reported by: bulk -t
Approved by: portmgr blanket
net/libmateweather: handle orphans in plist (+)
Reported by: bulk -t
Approved by: portmgr blanket
FreeBSD /ports db1d18b — security/opkssh Makefile, security/opkssh/files patch-main.go pkg-message.in security/opkssh: New port: Tool which enables SSH to be used with OpenID Connect
opkssh is a tool which enables ssh to be used with OpenID Connect
allowing SSH access to be managed via identities like alice at example.com
instead of long-lived SSH keys. It does not replace SSH, but instead
generates SSH public keys containing PK Tokens and configures sshd
to verify them. These PK Tokens contain standard OpenID Connect ID
Tokens. This protocol builds on the OpenPubkey which adds user
public keys to OpenID Connect without breaking compatibility with
existing OpenID Provider.