* origin/pristine: (396 commits)
irc/anope-devel: hook to build
devel/jujutsu: upgrade to version 0.31.0
dns/py-dnspython: Refactor
www/py-wsaccel: Set EXPIRATION_DATE 2025-08-03
www/py-autobahn: Remove ACCELERATE OPTION
deskutils/birdtray: Return to pool
security/snort3: Update version 3.9.0.0=>3.9.1.0
devel/libthreadar: Update version 1.5.2=>1.6.0
devel/cirrus-cli: Update version 0.137.4=>0.138.0
databases/freetds-devel: Update version 1.5.97=>1.5.99
comms/libmodbus: Update version 3.1.10=>3.1.11
net/gnome-online-accounts: Update to 3.54.4
devel/jsonrpc-glib: Update to 3.44.2
devel/rubygem-test-unit: Update to 3.6.9
devel/rubygem-google-apis-iam_v1: Update to 0.71.0
www/py-notebook: Update to 7.4.4
www/py-django52: Update to 5.2.4
german/mythes: Update to 2025.06.29
www/rubygem-selenium-webdriver: Update to 4.34.0
www/rubygem-jwt: Update to 2.10.2
...
* origin/pristine: (135 commits)
filesystems/e2fsprogs-core: mark r_corrupt_fs test is_slow_test
net-im/toot: Update 0.48.0 => 0.48.1
devel/llvm20: 20.1.7 release
devel/llvm20: Link LLDB with libxml2 to allow an interop with openocd
devel/mdb: Update to latest version
textproc/ibus-typing-booster: upgrade to 2.27.67
editors/bee-host: upgrade to 1.4.0
www/threejs: upgrade to r178
astro/py-jplephem: upgrade to 2.23
math/eclib: upgrade to 20250627
all: expire (indirect) consumers of astro/R-cran-maptools on 2025-09-30
all: expire (indirect) consumers of devel/{bmake,bmkdep} on 2025-09-30
games/py-fife: mark FIFECHAN option as deprecated
science/salome-kernel: expire on 2025-09-30 for science/salome-configuration
devel/cons-test: expire on 2025-09-30 for devel/cons
devel/rubygem-aws-sdk-worklink: Remove obsoleted port
devel/rubygem-aws-sdk-ssooidc: Remove obsoleted port
devel/rubygem-aws-sdk-privatenetworks: Remove obsoleted port
devel/rubygem-aws-sdk-nimblestudio: Remove obsoleted port
devel/rubygem-aws-sdk-mobile: Remove obsoleted port
...
* origin/pristine: (2419 commits)
devel/arduino-irremote: Update to 4.4.3
graphics/rigsofrods-pagedgeometry: Rename to graphics/pagedgeometry, switch upstream with fix build with ogre3d 1.14
devel/py-buildbot: Update version 3.11.9=>4.3.0
devel/py-buildbot-worker: Update version 3.11.9=>4.3.0
devel/py-buildbot-www: Update version 3.11.9=>4.3.0
devel/py-buildbot-wsgi-dashboards: New port
devel/py-buildbot-waterfall-view: Update version 3.11.9=>4.3.0
devel/py-buildbot-react-console-view: Update version 3.11.9=>4.0.4
devel/py-buildbot-grid-view: Update version 3.11.9=>4.3.0
devel/py-buildbot-console-view: Update version 3.11.9=>4.3.0
devel/py-buildbot-badges: Update version 3.11.9=>4.3.0
devel/gitea-act_runner: Update version 0.2.11=>0.2.12
multimedia/photofilmstrip: Return to pool
net/liblinphone: Update version 5.4.4=>5.4.25
net/mediastreamer: Update version 5.4.2=>5.4.24
security/lime: Update version 5.4.2=>5.4.24
security/bzrtp: Update version 5.4.2=>5.4.24
net/belle-sip: Update version 5.4.2=>5.4.24
deskutils/belcard: Update version 5.4.2=>5.4.24
net/ortp: Update version 5.4.2=>5.4.24
...
from e2fsprogs to util-linux, to complete the bump of all users
of either library that started with Alexander's commit titled
'*/*: Switch to misc/libuuid and misc/libblkid'
PR: 251489
This was never needed, but leftover from the original porting before realizing it includes its own Postgres client implementation.
No changes to the package.
Upstream has split most of the bindings out into separate projects with
this release, so the child ports that were previously providing various
bindings are now autonomous and have new origins. The python bindings
should have been called py-gpg for many years now, since 'gpg' is the
actual module name, so this also corrects that issue.
security/gpgme-cpp -> security/gpgmepp
security/gpgme-qt -> security/qgpgme
security/py-gpgme -> security/py-gpg
gpgmepp and qgpgme have been converted to CMake. py-gpg is now a "fun"
autotools and FreeBSD ports system hybrid. Gpgme, itself, still uses
autotools, but with much less parenting (patching) to do for its
emancipated children.
Adjust several ports to fix API incompatibility with upstream patches
and with some of my own. Adjust all consumers to use the new port
origins of the former child ports.
https://dev.gnupg.org/T7673
BUGFIXES:
* socket: avoid crash when writing to a socket without SSL/TLS fails.
Reported by Andrea Venturoli via mailing list, fixes#71.
* wolfSSL support: avoid fetchmail.c compilation failure in certain
configurations of wolfSSL (for instance, on FreeBSD's wolfssl-5.8.0_1
package), OpenSSL_version enables a newer 1.1.x compat API that passes its
argument to a wolfSSL API, with OPENSSL_DIR and OPENSSL_ENGINES_DIR, causing
related compiler failures.
PR: 287616
PR: 287435 (patch integrated upstream)
Approved by: Corey Halpin (maintainer)
MFH: 2025Q2
Changes since 1.5.0:
- Lots of portability fixes
- Remove blanks in customheaders prefix and skip empty lines
- $bouncenumbers$ in probe are now expended to number, messageid when
possible
- customheaders allow now substitution of $posteraddr$ (Erwan Mas)
- Fix portability issue on Hurd (Erwan Mas)
Catch up to devel/libpeas -> devel/libpeas1 change.
Add missing file to pkg-plist.
PR: 285609
Fixes: f087d1f429 - libpeas: upgrade to 2.0.7 introduce libpeas1 to 1.36.0
= BUGFIXES:
* IMAP: Reinstate workaround for missing IDLE support if --idle is requested.
This had been a long-standing feature but got broken in fetchmail 6.4.22
(commit 616e8c70). Thanks to Lukáš Tesař for the detailed report including
a Git bisect that identified this faulty commit. Fixes Gitlab issue #69.
* IMAP: Only print 'will idle after poll' if --idle is enabled
and either offered by the server, or forced through --forceidle.
This fixes a regression introduced in fetchmail 6.4.22 (commit 616e8c70).
= TRANSLATIONS: fetchmail's translation was updated, courtesy of:
* es: Cristian Othón Martínez Vera [Spanish]
PR: 287435
MFH: 2025Q2
Approved by: Corey Halpin (maintainer)
* origin/pristine: (253 commits)
www/cinny: Update to 4.8.1
www/element-web: Update to 1.11.103
audio/linux-c7-pulseaudio-libs: Do not require libs that are reachable via rpath
Mk/bsd.sites.mk: fix index building
x11-themes/adwaita-icon-theme: Fix .pc install dir
graphics/linux-c7-dri: Do not require private clang libs
misc/qt6ct: Bump another Qt6 private API abuser
lang/gcc16-devel: Update to 16.0.0.s20250608
lang/gcc15-devel: Update to 15.1.1.s20250607
lang/gcc14-devel: Update to 14.3.1.s20250606
lang/gcc13-devel: Update to 13.3.1.s20250605
lang/gcc12-devel: Update to 12.4.1.s20250604
x11-themes/adwaita-icon-theme-legacy: Apply the same fix as for the non-legacy version
emulators/linux_base-c7: Do not require gconv plugins
*/*: Bump PORTREVISION for known Qt private API abusers
devel/git: Rename HTMLDOCS option into canonical DOCS option
x11-themes/adwaita-icon-theme: drop check for gtk-update-icon-cache
devel/glibmm: update to 2.66.8
devel/dconf-editor: update to 45.0.1
deskutils/gnome-weather: update to 47.0
...