| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Commit log:
https://src.rivoreo.one/net/sshout-daemon/+log/1.3.0
Improve port:
* Strip executable files.
* Update description.
* Update the maintainer's email address.
* Fix pkg-message.
* Parametrize sshout with ${PORTNAME} in MASTER_SITES, USE_RC_SUBR,
USERS, GROUPS.
* Replace PORTVERSION with DISTVERSION in DISTNAME.
* Sort OPTIONS_DEFINE.
* Fix warnings from portclippy in order of options.
* Remove unnecessary ".include <bsd.port.options.mk>".
PR: 291826
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
electron.mk and companion scripts for making it easier to port
Electron-based applications.
The electron.mk addresses the following obstacles in porting:
- Need to adapt to different node package managers used in a
project (npm, yarn, and pnpm)
Different package managers have different commands and options. With
electron.mk, porters don't have to worry about those differences
using USE_ELECTRON=npm feature.
- Need to create an archive of necessary node modules and host the
file somewhere online
An Electron-based project usually needs to install node modules
using "npm install" command during the build phase. We can't allow
this because "npm install" involves network access. So we had to
pre-generate an archive of necessary node modules and host it
somewhere online. electron.mk eliminates the necessity by locally
generating the archive of the node modules on-the-fly at a host
building the port during the fetch phase.
- Need to adapt to different package builders used (electron-builder,
electron-packager, and electron-forge)
Different package builders have different commands and options. With
electron.mk, porters don't have to worry about those differences
using USE_ELECTRON=build feature.
PR: 291321
Reviewed by: arrowd
Approved by: portmgr (implicit)
Differential Revision: https://reviews.freebsd.org/D54005
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Details:
- This contains bug, doc and security fixes, see
- https://github.com/traefik/traefik/releases/tag/v3.6.5
- https://github.com/traefik/traefik/releases/tag/v3.6.4
- https://github.com/traefik/traefik/releases/tag/v3.6.2
- This contains a breaking change regarding encoded request
paths. If special encoded characters are needed, they now
need to be explicitly allowed, see the migration guide:
https://doc.traefik.io/traefik/v3.6/migrate/v3/#v364
Security: CVE-2025-66490
CVE-2025-66491
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Change build system from cmake to meson
- Remove libsignal-protocol-c
- Add libomemo-c
- Rename plugins, all plugins now have a plugin-* prefix
- Regenerate pkg-plist
- Update libsoup, and libwebrtc-audio-processing dependencies[1]
PR: 291721
Co-authored-by: Ashish SHUKLA <ashish@FreeBSD.org> [1]
|
| |
|
|
|
|
|
|
|
|
|
| |
Disable qtwaylandscanner when WAYLAND option is off. One would think
this would happen when one wholly disables wayland, but one would only
be kidding oneself. This is Qt, afterall.
PR: 291835
Reported by: Frank Reisert <bugs@rufus.in-berlin.de>
Special thanks: vvd@ for bringing this to my attention on #freebsd-desktop
after bugzilla auto-assign failure
|
| |
|
|
|
|
| |
Changelog: https://code.visualstudio.com/updates/v1_107
Reported by: GitHub (watch releases)
|
| |
|
|
|
|
|
| |
Changelog: https://github.com/qgis/QGIS/compare/final-3_40_13%5E...final-3_40_14
Reported by: portscout, Repology
MFH: 2025Q4
|
| | |
|
| |
|
|
| |
While here, adjust WWW address and take maintainership.
|
| | |
|
| |
|
|
|
|
|
|
|
| |
It needs to use load_rc_config before knob variables, otherwise
customizations such as config and log path won't work.
PR: 291704
Approved by: Kirill Lebedev <kirill@drlebedev.com> (maintainer)
MFH: 2025Q4
|
| |
|
|
| |
https://github.com/vanyossi/gmic/releases/tag/v3.6.4.1
|
| |
|
|
| |
https://krita.org/en/posts/2025/krita-5.2.14-released/
|
| |
|
|
| |
https://discuss.pixls.us/t/on-the-road-to-3-7/52265
|
| |
|
|
| |
https://github.com/arximboldi/immer/releases/tag/v0.9.0
|
| |
|
|
|
|
|
| |
Rename the BUILTIN option to CRYPTO_BUILTIN and rename the OPENSSL
option to CRYPTO_OPENSSL.
Suggested by: michaelo
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
- Bug fixes only, we are in code freeze.
https://gitlab.winehq.org/wine/wine/-/releases/wine-11.0-rc3
Allow user of 15.0 to install 32bit packages from 14.3:
Add a new positional parameter --old for pkg32.sh that would allow the
user to install the 32bits from the 14.3 repository.
PR: 291849 291328
|
| | |
|
| |
|
|
|
|
| |
With this patch it should fetch abd build fine.
I will revist this port after the New Year's holidays.
|
| |
|
|
|
|
|
| |
Changelog:
https://github.com/stackitcloud/stackit-cli/releases/tag/v0.50.0
PR: 291848
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Changelogs:
* https://github.com/lexbor/lexbor/releases/tag/v2.6.0
* https://github.com/lexbor/lexbor/compare/v2.5.0...v2.6.0
* Use PORTEXAMPLES=* to simplify pkg-plist
* Pet portclippy(1) and portfmt(1)
Approved by: db@, yuri@ (Mentors, implicit)
Differential Revision: https://reviews.freebsd.org/D53990
|
| |
|
|
|
|
|
|
|
|
| |
Changelogs:
* https://github.com/rndusr/stig/blob/v0.14.1a0/CHANGELOG
* Pet portclippy(1) and portfmt(1)
Approved by: db@, yuri@ (Mentors, implicit)
Differential Revision: https://reviews.freebsd.org/D54240
|
| |
|
|
|
|
|
|
|
| |
Changelogs:
* https://github.com/sammycage/plutovg/releases/tag/v1.3.2
* https://github.com/sammycage/plutovg/compare/v1.3.1...v1.3.2
Approved by: db@, yuri@ (Mentors, implicit)
Differential Revision: https://reviews.freebsd.org/D54278
|
| |
|
|
|
|
|
|
|
|
|
| |
Changelogs:
* https://github.com/panter-dsd/tatuin/releases/tag/v0.25.1
* https://github.com/panter-dsd/tatuin/releases/tag/v0.25.2
* https://github.com/panter-dsd/tatuin/compare/v0.25.0...v0.25.1
* https://github.com/panter-dsd/tatuin/compare/v0.25.1...v0.25.2
Approved by: db@, yuri@ (Mentors, implicit)
Differential Revision: https://reviews.freebsd.org/D54300
|
| |
|
|
|
|
|
|
|
| |
Changelogs:
* https://github.com/RTimothyEdwards/irsim/compare/9.7.119...9.7.120
* https://github.com/RTimothyEdwards/irsim/compare/9.7.120...9.7.121
Approved by: db@, yuri@ (Mentors, implicit)
Differential Revision: https://reviews.freebsd.org/D54261
|
| |
|
|
|
|
|
|
| |
Release Notes:
https://www.firefox.com/en-US/firefox/146.0.1/releasenotes/
PR: 291832
MFH: 2025Q4
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelogs:
* https://github.com/BOINC/boinc/releases/tag/client_release%2F8.2%2F8.2.5
* https://github.com/BOINC/boinc/releases/tag/client_release%2F8.2%2F8.2.6
* https://github.com/BOINC/boinc/releases/tag/client_release%2F8.2%2F8.2.7
* https://github.com/BOINC/boinc/releases/tag/client_release%2F8.2%2F8.2.8
* https://github.com/BOINC/boinc/compare/client_release/8.2/8.2.4...client_release/8.2/8.2.5
* https://github.com/BOINC/boinc/compare/client_release/8.2/8.2.5...client_release/8.2/8.2.6
* https://github.com/BOINC/boinc/compare/client_release/8.2/8.2.6...client_release/8.2/8.2.7
* https://github.com/BOINC/boinc/compare/client_release/8.2/8.2.7...client_release/8.2/8.2.8
* Clarify LICENSE
* Add LICENSE_FILE
* Use dynamic SOVERSION
* Headers conflict with archivers/libzip now resolved in upstream
* Rename loop variable for pixmaps from 'name' to 'size' for clarity
* Pet portclippy(1) and portfmt(1)
Approved by: db@, yuri@ (Mentors, implicit)
Differential Revision: https://reviews.freebsd.org/D54302
|
| |
|
|
|
|
|
|
| |
Changelogs:
* https://www.w1hkj.org/files/flrig/readme.txt
Approved by: db@ (Mentor)
Differential Revision: https://reviews.freebsd.org/D54318
|
| |
|
|
| |
Changelog: https://github.com/simdutf/simdutf/releases/tag/v7.7.1
|
| |
|
|
|
|
|
|
|
|
| |
Changelog: https://lists.x.org/archives/xorg-announce/2025-December/003645.html
PR: 291408
MFH: 2025Q4
Approved by: x11 (maintainer timeout)
Reported by: Polarian <polarian@polarian.dev>
Tested by: George Mitchell <george@m5p.com>
|
| |
|
|
| |
Changelog: https://github.com/simdjson/simdjson/releases/tag/v4.2.4
|
| |
|
|
|
|
| |
No PORTREVISION bump as that is the default.
PR: 291135
|
| |
|
|
| |
Changelog: https://github.com/sminez/ad/releases/tag/0.4.0
|
| |
|
|
|
|
|
|
|
|
| |
This port cannot be update past the current version as a dependency on
tirpc (a variant of sunrpc) was introduced in 0.10.0. Due to a conflict
with our copy of sunrpc shipped in base, I wasn't able to get tirpc to
build.
Rescind maintainership in the hope that perhaps someone else can pick
this up. Port is otherwise in working order.
|
| |
|
|
|
|
|
|
|
| |
A bug fix release.
Upstream changes:
- Fixes starting "create panorama" from fast preview window and from
main menu.
- Several fixes for building on MacOS.
|
| |
|
|
| |
Changelog: https://github.com/golang/perf/commits/master/
|
| |
|
|
| |
Changelog: https://github.com/ananasmoe/wallhaven-cli/releases/tag/v2.0.6
|
| |
|
|
|
|
| |
- now requires Go 1.25
Changelog: https://github.com/golang/tools/blob/master/gopls/doc/release/v0.21.0.md
|
| |
|
|
| |
Changelog: https://github.com/simdjson/simdjson/releases/tag/v4.2.3
|
| |
|
|
|
|
| |
- now requires go 1.25.5
Changelog: https://github.com/goreleaser/goreleaser/releases/tag/v2.13.1
|
| |
|
|
|
|
|
|
| |
Selected upstream changes:
- go.mod: update golang.org/x dependencies
Changelog: https://github.com/golang/tools/compare/v0.39.0...v0.40.0
|
| |
|
|
|
|
| |
Changes to past timestamps:
* Baja California agreed with California’s DST rules in 1953 and in
1961 through 1975, instead of observing standard time all year.
|
| |
|
|
| |
Changelog: https://cran.r-project.org/web/packages/litedown/news/news.html
|
| |
|
|
|
|
|
| |
* Add archivers/zlib-ng when ZLIB is enabled (fix "zlib operations will
run slower").
ChangeLog: https://libguestfs.org/nbdkit-release-notes-1.46.1.html
|
| |
|
|
| |
There shouldn't be a '/' between ${STAGEDIR} and ${DOCSDIR}
|
| | |
|
| |
|
|
|
|
| |
Minor bugfix release.
https://github.com/ninja-build/ninja/releases/tag/v1.13.2
|