Commit graph

641802 commits

Author SHA1 Message Date
Joel Bodenmann
32186242de x11-wm/bspwm: Enable CONTRIB option by default
The CONTRIB option ships a bunch of files which the average user might expect
to just get by default (most notably a .desktop file). The .desktop file
allows display managers following the freedesktop.org standards to discover
bspwm automatically.

PR:		275437
Approved by:	zirias (mentor)
2023-11-30 14:14:35 +01:00
Joel Bodenmann
165d8d5acd x11-wm/bspwm: Take over maintainership
PR:			275437
Approved by:		zirias (mentor)
Differential Revision:	https://reviews.freebsd.org/D42844
2023-11-30 14:11:42 +01:00
Guido Falsi
13a4b93c13 databases/sqliteodbc: Update to 0.99991
Drop maintainership.
2023-11-30 13:44:36 +01:00
Rodrigo Osorio
43293f045c irc/anope: fix build error with SASL option enabled
Also did some Makefile cleanup and reordering to make linters happy

PR:		275399
Reported by:	Siva Mahadevan <me@svmhdvn.name>
Approved by:	Rafael Grether <devnull@apt322.org> (maintainer)
2023-11-30 13:11:25 +01:00
Michael Osipov
c7716dd9b2 devel/py-gitlab-webhook-handler: fix dependency fallout after 3232af1895
Approved by:	jrm
Differential Revision:	https://reviews.freebsd.org/D42849
2023-11-30 12:59:38 +01:00
Ale
133c39b3bb net/megatools: update port to 1.11.1.20230212
Current port does not work:

ERROR: Can't login to mega.nz: API call 'us' failed: Server returned error
EEXPIRED

PR:             275281
Reported by:    discipline@tiscali.it
Approved by:	max@kostikov.co (maintainer)
2023-11-30 12:49:23 +01:00
Marko Turk
2287f84c6e www/newsboat: Upgrade to 2.33
ChangeLog:
https://github.com/newsboat/newsboat/blob/master/CHANGELOG.md#233---2023-09-24

Added

 * Support for 0..9 keys in dialog overview. If you never used dialog overview,
   it's invoked by V key by default and is very useful if you also employ
   ^V/^G/^X to keep multiple dialogs open within Newsboat (Dennis van der
   Schagt) Support importing OPML 2.0 with --import-from-opml

Changed

 * Image enclosures are now displayed at the start of the article. This improves
   support for Mastodon feeds
 * In feeds that lack title and whose URLs end entirely in digits, use the
   description as a title instead. This improves support for Mastodon feeds and
   hopefully doesn't break others
 * Taught contrib/image-preview/nbrun to take Newsboat's CLI arguments
 * Updated translations: Dutch (Dennis van der Schagt), German (Lysander
   Trischler), Italian (Mauro Scomparin), Polish (Carno), Russian and Ukrainian
   (Alexander Batischev), Spanish (Roboron3042), Swedish (Dennis Öberg), Turkish
   (Emir SARI)
 * Bumped minimum supported Rust version to 1.68.2

Fixed

 * Hanging if scripts used by filter:, bookmark-cmd, or html-renderer process
   their input in a streaming fashion rather than reading it entirely before
   outputting anything (Alexander Batischev)
 * Slowness in opening and navigating feeds that contain many items
 * --export-to-opml producing invalid OPML documents (missing text attribute)

PR:		275309
Reported by:	mt-bugs@markoturk.info (maintainer)
2023-11-30 12:44:38 +01:00
Dave Turner
c3ae62417e devel/gum: update to 0.12.0
ChangeLog: https://github.com/charmbracelet/gum/releases/tag/v0.12.0

 * Pretty Table Print
 * Log command
 * Avoid reading from stdin if --value is being used
 * Made filter work with lists as choose

PR:		275392
Reported by:	dave@bitboss.ca (maintainer)
2023-11-30 12:43:44 +01:00
Fernando Apesteguía
c09b625745 graphics/bmeps: Update to 4.35.2
ChangeLog:
https://sourceforge.net/p/dktools/wiki/News%20and%20Change%20Log/#4352-2023-10-25

Warning added to wxd2lat
The wxd2lat program now shows a warning when the -d option is used to produce a
document and a non-LaTeX text label containing non-ASCII characters is found.

Documentation bugfix
When renaming the former bmpp program to bitmap2pp the change was not applied
to the help texts shown by the program. Now "bitmap2pp --help" and "bitmap2pp
--manual" show the correct program name.

PR:		275396
Reported by:	takefu@airport.fm
2023-11-30 12:42:38 +01:00
laxul
4d630c46ec x11-fonts/cozette: Update to 1.23.1
ChangeLog: https://github.com/slavfox/Cozette/blob/master/CHANGELOG.md#1231

PR:		275406
Reported by:	laxul@pm.me (maintainer)
2023-11-30 12:38:19 +01:00
Fernando Apesteguía
2546e1f947 net/sacc: update to 1.07
PR:		275412
Reported by:	joonas115@gmail.com
2023-11-30 12:35:58 +01:00
Adam Jimerson
442e68c2b0 shells/elvish: Update to v0.19.2
ChangeLog: https://elv.sh/blog/0.19.1-release-notes.html

 * A new doc module provides access to the documentation of builtin modules.
 * A new conj command “appends” values to a list, and has a guaranteed time
   complexity independent of the size of the list.
 * A new inexact-num converts its argument to an inexact number.
 * It is functionally identical to the now deprecated float64 command since the
   Go float64 type is the only underlying inexact number type for now. Its
   behavior may change in future if there are more underlying types for inexact
   numbers.
 * A new type of interactive abbreviation: edit:command-abbr
 * The order and compare commands now support boolean values
 * A new path:join command and path:separator and path:list-separator variables
 * A new runtime: module that contains paths important for the Elvish runtime
 * A new compact command that replaces consecutive runs of equal values with a
   single copy, similar to the Unix uniq command.
 * The order command has a new &key option
 * A new benchmark command has been added
 * When checking compilation errors, Elvish no longer stops after the first
   error found. For example, if $a and $b are both not defined, echo $a $b now
   yields two errors. This applies to both the interactive REPL and elvish
   -compile-only.
 * When using an unimported builtin modules from the REPL, the REPL now shows
   the use command needed to import it, which can be executed from a key
   binding. This functionality is bound to Ctrl-A by default.
 * New variables exposing the terminal and null device in an OS-agnostic
   fashion: $path:dev-tty and $path:dev-null. They are /dev/tty and /dev/null on
   Unix, and CON and NUL on Windows

PR:		275422
Reported by:	vendion@gmail.com (maintainer)
2023-11-30 12:32:45 +01:00
Stefan Eßer
6285a928cf ports-mgmt/portmaster: fix accidentially left in debug tracing
Remove "set -x" thathad been added to verify the previous fix.
2023-11-30 11:16:07 +01:00
Nuno Teixeira
9bf62c5e6b games/py-mnemosyne-proj: Update to 2.11
- Rename to match PyPI name
- Switch to DISTVERSION
- Switch to pep517 build
- Remove run dependency on textproc/py-googletrans as upstream changed
  it to a new and optional dependency, not ported yet (google-trans-new)

ChangeLog:	https://mnemosyne-proj.org/whats-new
PR:		274972
2023-11-30 10:01:36 +00:00
Vasil Dimov
a866773cea
net-p2p/c-lightning: Upgrade from 23.08.1 to 23.11 2023-11-30 10:08:02 +01:00
Alexey Dokuchaev
54aafbe199 games/openage: try to unbreak and undeprecate the port
Earlier fix (see PR) was briefly helpful against Pygments
v2.9, but had to be extended for version 2.10 and beyond.
While here, remove rather useless `pre-configure' target.

PR:	257471
2023-11-30 08:29:54 +00:00
Bernard Spil
4f2dcbf0a4 www/nextcloud-forms: Update to 3.4.2 2023-11-30 08:56:50 +01:00
Bernard Spil
cb933c0a8f www/nextcloud-deck: Update to 1.11.2 2023-11-30 08:56:19 +01:00
Bernard Spil
e7dfd46078 security/nextcloud-twofactor_webauthn: Update to 1.3.2 2023-11-30 08:55:47 +01:00
firk
732684602a devel/binutils: Add INFO option
Add INFO option to remove unconditional texinfo dependency.

PR:			275378
Reviewed by:		cy
Differential Revision:	https://reviews.freebsd.org/D37013
2023-11-29 20:34:44 -08:00
Kevin Bowling
424f50977b databases/timescaledb: Update to 2.13.0
Changes https://github.com/timescale/timescaledb/releases/tag/2.13.0
2023-11-29 21:20:16 -07:00
Alexey Dokuchaev
fd61ae1624 benchmarks/hipercontracer: unbreak, undeprecate, cleanup the port. 2023-11-30 01:04:48 +00:00
Jan Beich
ff89313922 graphics/mesa-devel: update to 23.3.b.1739
Changes:	e51acb65ac...fc30a29bd6
2023-11-30 01:54:34 +01:00
Jan Beich
4894a33c78 games/veloren-weekly: update to s20231128
Changes:	b1a7c71f2...233f1d6ba
2023-11-30 03:51:39 +03:00
Jan Beich
e7853caccb emulators/yuzu: update to s20231129
Changes:	c7649a0cdb...9dc9aaf4af
2023-11-30 03:51:37 +03:00
Jan Beich
41f8f737b9 emulators/rpcs3: update to 0.0.29.15778
Changes:	8e31f7fb07...44585b98cc
2023-11-30 03:51:35 +03:00
Jan Beich
73ab154b16 x11-servers/xwayland-devel: update to 21.0.99.1.568
Changes:	a797776ff...372f67796
2023-11-30 03:51:34 +03:00
Emanuel Haupt
9805577c36 www/py-openbrokerapi: Bump PORTREVISION (omitted in previous commit) 2023-11-30 01:05:00 +01:00
Brad Davis
5b63443a6e net-mgmt/collectd5: Use libpfctl
PR:		275013
Reviewed by:	kp
Approved by:	Krzysztof <ports@bsdserwis.com> (maintainer)
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2023-11-29 16:55:47 -07:00
Emanuel Haupt
d657352d82 www/py-openbrokerapi: Fix build after www/py-flask update
After the recent update of www/py-openbrokerapi in commit 3232af1895,
module dependencies must now be defined in all lowercase.

Reported by:	pkg-fallout
Pointy hat to:	wen
2023-11-30 00:50:19 +01:00
firk
a4bbf57894 shells/bash: Remove unsed makeinfo use flag
Makeinfo is not actually used because, after patching, it updates the
timestamps of *.info files, preventing doc/Makefile from wanting to
regenerate bash.info.

While here, sort USES.

PR:		275439
2023-11-30 00:27:05 +01:00
Emanuel Haupt
6e62ddfe9b net-mgmt/gping: Update to 1.16.0 2023-11-30 00:16:50 +01:00
Robert Nagy
c3c80329ca www/ungoogled-chromium: update to 119.0.6045.199
Security:	https://vuxml.freebsd.org/freebsd/8cdd38c7-8ebb-11ee-86bb-a8a1599412c6.html
2023-11-29 23:05:38 +01:00
Rodrigo Osorio
f05f058867 audio/alsa-utils: aplaymidi doesn't play at the proper tempo
Add temporary patch to fix an issue with tempo events

aplaymidi does not process tempo events because the part
that handles tempo events was not rewritten sufficiently.
It may be executed as a different event in songs that
have tempo changes in the middle of the song.

A similar fix was submitted to upstream as
https://github.com/alsa-project/alsa-utils/issues/241

PR:		275349
Reported by:	Tatsuki Makino <tatsuki_makino@hotmail.com>
2023-11-29 22:07:13 +01:00
Christoph Moench-Tegeder
c3e950e155 www/firefox: update to 120.0.1 (rc1)
Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/120.0.1/releasenotes/
2023-11-29 21:58:36 +01:00
Christian Weisgerber
19f54e79a7 devel/got: update to 0.94
User-visible changes:
- tog: switch back to patience diff algorithm by default for pretty diffs
- got patch: handle embedded NULs in lines of patch files with binary data
- simplify usage of the 'mesg' histedit script command
2023-11-29 19:45:58 +00:00
Stefan Eßer
202ed6ce2a ports-mgmt/portmaster: upgrade to version 3.28
This version supports TRYBROKEN passed in the process environment or
in a Makefile (or, e.g., in /etc/make.conf as a per port setting) and
treats it as equivalent to the --try-broken option.

PR:		275307
2023-11-29 20:36:45 +01:00
Renato Botelho
a576a40bf1 www/sws: Revive the port
It was removed from the tree because sources were not fetchable.
Author (and also maintainer) restored source files and asked port to be
re-added to the tree
PR:		254688
Requested by:	Brett Wynkoop <wynkoop@wynn.com> (maintainer)
2023-11-29 15:58:13 -03:00
Martin Waschbüsch
f62be8afe2 mail/dovecot-fts-flatcurve: Update to 1.0.0
Changes:
https://github.com/slusarz/dovecot-fts-flatcurve/compare/v0.3.4...v1.0.0

PR:		275420
2023-11-29 15:45:00 -03:00
Derek Schrock
24368e9a90 devel/py-python-gitlab: Update to 4.2.0
- Update to 4.2.0 [1]

[1] https://github.com/python-gitlab/python-gitlab/blob/main/CHANGELOG.md#v420-2023-11-28

PR:		275416
2023-11-29 15:44:27 -03:00
Ralf Gebhart
fc1d174e5c www/mod_umask: Fix build on FreeBSD 14+
PR:		275429
2023-11-29 15:20:48 -03:00
Alexey Dokuchaev
ba86aef8c7 graphics/appleseed: try to unbreak and undeprecate the port
Loosely based on the patches obtained from Arch/AUR package.
2023-11-29 17:52:02 +00:00
Mathieu Arnold
0641710d43
lang/perl5.38: update to 5.38.2
Changes:	https://metacpan.org/release/PEVANS/perl-5.38.2/view/pod/perldelta.pod
2023-11-29 18:44:27 +01:00
Mathieu Arnold
06417094c6
lang/perl5.36: update to 5.36.3
Changes:	https://metacpan.org/release/PEVANS/perl-5.36.3/view/pod/perldelta.pod
2023-11-29 18:44:05 +01:00
Mathieu Arnold
0641708d89 lang/perl5.34: update to 5.34.3
Changes:	https://metacpan.org/release/PEVANS/perl-5.34.3/view/pod/perldelta.pod
2023-11-29 18:42:52 +01:00
Cy Schubert
60c99d3a93 security/wpa_supplicant*: ctrl_iface set sendbuf size
In order to avoid running into the default net.local.dgram.maxdgram
of 2K currently when calling sendto(2) try to set the sndbuf size to
the maximum ctrl message size.
The problem occured, e.g., when the scan_list result had enough BSSIDs
so the text output would exceed 2048 bytes.

Written by:	bz
PR:		274990
Obtained from:	https://reviews.freebsd.org/D42558
2023-11-29 08:18:11 -08:00
Baptiste Daroussin
b118f66e4c wwww/galene: update to 0.8 2023-11-29 15:43:37 +01:00
Olivier Cochard
9730c4a0ad net/frr9: Update to 9.1
Changelog:	https://github.com/FRRouting/frr/releases/tag/frr-9.1
2023-11-29 15:36:51 +01:00
Alexander Leidinger
8d3f0d2281 devel/sonarqube-community: Update plugins 2023-11-29 15:14:42 +01:00
Alexander Leidinger
ccb1538801 devel/sonar-scanner-cli: update to 5.0.1 2023-11-29 15:14:41 +01:00