Commit graph

582050 commits

Author SHA1 Message Date
Dmitry Marakasov
f725774573 games/hyperrogue: update 12.0m → 12.0n 2022-04-28 20:52:32 +03:00
Dmitry Marakasov
39139363f6 graphics/libansilove: update 1.3.0 → 1.3.1 2022-04-28 20:52:31 +03:00
Dmitry Marakasov
e90fc2afda devel/py-types-xxhash: update 2.0.3 → 2.0.4 2022-04-28 20:52:31 +03:00
Dmitry Marakasov
7a311ac14c devel/py-types-termcolor: update 1.1.3 → 1.1.4 2022-04-28 20:52:31 +03:00
Dmitry Marakasov
2a8ddc7a54 devel/py-types-requests: update 2.27.20 → 2.27.21 2022-04-28 20:52:31 +03:00
Dmitry Marakasov
94330c7f43 devel/py-types-Pillow: update 9.0.13 → 9.0.14 2022-04-28 20:52:31 +03:00
Dmitry Marakasov
3f309e52e8 devel/sdl2pp: update 0.16.1 → 0.16.2, make tests verbose 2022-04-28 20:52:30 +03:00
Dmitry Marakasov
bbea078ec9 devel/sdl20: remove useless options
Drop SDL_* options which allow disabling specific SDL subsystems,
with the exception of SDL_JOYSTICK which was renamed to JOYSTICK.
These options unnecessary complicate the port while providing no
gain and will lead to dependent port build failures if disabled
unthoughtfully by a user.
2022-04-28 20:52:30 +03:00
Tobias C. Berner
e7b134929b graphics/krita: update to 5.0.6 2022-04-28 19:32:25 +02:00
Brooks Davis
056b4e7ee1 devel/llvm-{cheri,morello}: Add ld symlink
Add an ld -> ld.lld symlink in ${PREFIX}/llvm-{cheri,morello}/bin so
that clang finds the linker without adding -fuse-ld=ld.lld.
2022-04-28 18:16:14 +01:00
Jan Beich
8796711734 x11-toolkits/gtk40: update to 4.6.3
Changes:	https://gitlab.gnome.org/GNOME/gtk/-/blob/4.6.3/NEWS
2022-04-28 16:37:01 +00:00
Palle Girgensohn
cdfc58044b sysutils/fluent-bit: update to 1.9.3
Release notes:	https://fluentbit.io/announcements/v1.9.3/
2022-04-28 17:41:14 +02:00
Stefan Eßer
67e8adc75d devel/qbe: add port qbe - an embeddable compiler backend
The qbe program translates intermediate language (IL) code into
assembler code of supported processors (amd64, arm64, and riscv64).
2022-04-28 17:17:40 +02:00
Damjan Jovanovic
5c352cfbb4 emulators/wine-devel: update to version 7.7
Relevant changes:
 - More progress on the PE conversion of the X11 and OSS drivers.
 - Support for UTF-8 as default Ansi codepage.
 - Theming support for control panel applets.
2022-04-28 16:33:49 +02:00
Gleb Popov
3e453ec7fe devel/py-hg-evolve: Update to 10.5.1
Reported by:	portscout!
2022-04-28 16:21:12 +03:00
Vanilla I. Shu
8063fbe017 www/janus: update to 1.0.1. 2022-04-28 20:34:33 +08:00
Tijl Coosemans
cb615a1683 editors/libreoffice: warn users about libcxxrt ABI incompatibility
Mark BROKEN on affected versions of FreeBSD main and stable/13 and tell
users to update FreeBSD first so they have the latest libcxxrt.

PR:		263596
2022-04-28 13:58:19 +02:00
Dmitri Goutnik
d6f2f631da textproc/fzf: Update to 0.30.0
Changes:	https://github.com/junegunn/fzf/releases/tag/0.30.0
2022-04-28 06:30:23 -05:00
Dmitri Goutnik
db175a4b47 misc/lxi-tools: Update to 2.1
Changes:	https://github.com/lxi-tools/lxi-tools/releases/tag/v2.1
2022-04-28 06:30:23 -05:00
Dmitri Goutnik
1d6e520a31 misc/liblxi: Update to 1.16
Changes:	https://github.com/lxi-tools/liblxi/releases/tag/v1.16
2022-04-28 06:30:23 -05:00
Alexey Dokuchaev
adc6bf7720 x11/nvidia-driver (legacy versions): unbreak the build on fresh -CURRENT
Recently, FreeBSD had started to enforce -Werror,-Wunused-but-set-variable
for kernel code, which affects 3rd-party modules such as nVidia drivers.
Newer versions of the driver are ready for that, but legacy one were not.

Reported by:	pkg-fallout
PR:		263418
2022-04-28 11:23:46 +00:00
Tobias C. Berner
7f42d5f486 devel/libnotify: update to 0.7.11
New in 0.7.11
=============
* Fix potential build errors with old glib version we require
* notify-send: Add support for boolean hints
* notify-send: Support passing any hint value, by parsing variant strings
* notify-send: Add explicit option to create transient notifications

Contributors:
  Marco Trevisan

New in 0.7.10
=============
* notify-send: Support commas in icon filenames [Thorsten; !15]
* notify-send: Give failing exit code if showing notification fails [Ray, !13]
* notify-send: Support for replacing an existing notification [Paul; !17]
* notify-send: Add option to wait until notification has been closed [Ben; !18]
* notify-send: Add support for notification actions and responses [Ben; !18]
* notification: Send the application ID when possible [Corentin; !1]
* notification: Use g_memdup2 when available [Marco; !22]
* notification: Improve SNAP detection and confined desktop ID [Marco; !23]
* notification: Add support for getting actions activation token [Marco; !24]
* notify: Use application ID if any to set the fallback app name [Marco; !18]
* Build fixes and improvements [Marco; !22]
* Docs updates [Boris, David; !14, !20]

Contributors:
  Marco Trevisan, Boris Shtrasman, Matthias Sweertvaegher, Thorsten Wißmann,
  Ray Strode, Maximiliano Sandoval R, David King, Corentin Noël, Paul Collins,
  Matthias Sweertvaegher, Ben Blain
2022-04-28 13:07:37 +02:00
Tobias C. Berner
6f30ec641e devel/qcoro: update to 0.5.1
Changes:
  *  Fix build with GCC>=11.3 (#57, #58)
  *  Fix ODR violation when building with GCC and LTO enabled (#59)
2022-04-28 13:04:56 +02:00
Wen Heping
13a418c92d math/igraph: Update to 0.9.8 2022-04-28 18:20:25 +08:00
Jimmy Olgeni
35fb097f34 net/croc: update to version 9.5.4 2022-04-28 12:22:12 +02:00
Michael Gmelin
b652075bb7 deskutils/py-paperless: Switch to using Django 3.2
This required a few smaller changes. Also fixes permission issue that
stopped paperless_consumer from starting.
2022-04-28 12:06:19 +02:00
Kai Knoblich
0cf5531fcd www/py-django32: Switch consumers over to Django 3.2
Django 2.2 became End-of-Life on 11th April 2022 and Django 3.2 is the
new LTS (= Long Term Support) release which will be supported until
April 2024.

* Switch the most ports that use www/py-django22 to www/py-django32

* Switch www/seahub over to www/py-djangorestframework

* Ports that are not yet ready for Django 3.2 (only three so far) or
  those that have already been set with an expiration date were not
  taken into account.

* Bump PORTREVISION due dependency change where necessary.

PR:		261313
Reviewed by:	bofh, dvl, koobs, ultima
Approved by:	bofh, dvl, koobs, ultima, sunpoet, Kevin Golding, Ivan Rozhuk,
		Alexander Sieg (maintainers)
		maintainer timeout (remaining maintainers)
Differential Revision:	https://reviews.freebsd.org/D34859
2022-04-28 12:02:15 +02:00
Christoph Moench-Tegeder
efb11f10a4 mail/thunderbird: update to 91.9.0 (rc1)
Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/91.9.0/releasenotes/
2022-04-28 11:51:05 +02:00
Bernard Spil
c68bf2e59b security/vuxml: Document cURL 7.82 vulns 2022-04-28 08:52:53 +00:00
TAKATSU Tomonari
4cc0bd14ea textproc/R-cran-rmarkdown: Update to 2.14 2022-04-28 08:19:48 +00:00
Gleb Popov
de7c8f8f58 ports-mgmt/hs-panopticum: Update to 2.0.0.0 2022-04-28 11:03:14 +03:00
Tobias C. Berner
9e4ccdf9c7 net/kcalutils: add upstream bugfix (fixes korganizers calendar view) 2022-04-28 09:54:38 +02:00
Robert Nagy
4eb083eab9 www/chromium: update to 101.0.4951.41
Security:	26f2123b-c6c6-11ec-b66f-3065ec8fd3ec
2022-04-28 09:47:56 +02:00
Rene Ladan
de6ddae04a security/vuxml: add www/chromium < 101.0.4951.41
Obtained from:	https://chromereleases.googleblog.com/2022/04/stable-channel-update-for-desktop_26.html
2022-04-28 09:45:56 +02:00
Chris Hutchinson
c59b9bdc6f editors/2bsd-vi: set new MAINTAINER
Submitter requests maintainership. Already maintainer of several ports.

PR:	263588
Reported by:	portmaster@bsdforge.com
2022-04-28 08:23:24 +02:00
Adam Weinberger
3dad37fe48 www/p5-Template-Toolkit: Update to 3.100
This removes the CGI plugin, which is now available in a separate
distribution.
2022-04-28 00:10:04 -06:00
Fernando Apesteguía
cefb1c60b1 security/crowdsec: update to 1.3.3
PR:	263584
Reported by:	marco+freebsd@crowdsec.net (maintainer)
2022-04-28 08:02:48 +02:00
Thomas Dettbarn
7791917854 games/dMagnetic: Update to 0.34
ChangeLog: http://dettus.net/dMagnetic

* New feature "-nodoc" for players without a manual

PR:	263598
Reported by:	dettus@dettus.net (maintainer)
2022-04-28 08:00:52 +02:00
Robert Clausecker
930715f767 editors/rehex: update to 0.5.0
ChangeLog: https://github.com/solemnwarning/rehex/releases/tag/0.5.0

Submitter requests maintainership. Already maintainer of several ports.

PR:	263562
Reported by:	fuz@fuz.su (maintainer)
2022-04-28 07:58:56 +02:00
Ashish SHUKLA
4903f7826a
security/tailscale: Update to 1.24.1 2022-04-28 04:36:48 +00:00
Yuri Victorovich
327672291e www/authelia: Update 4.34.6 -> 4.35.1
Reported by:	portscout
2022-04-27 20:39:23 -07:00
Yuri Victorovich
97e594b94f x11-toolkits/py-AnyQt: Update 0.0.13 -> 0.0.14
Reported by:	portscout
2022-04-27 20:39:23 -07:00
Yuri Victorovich
ffecb99422 science/gromacs: Update 2021.5 -> 2022.1
Reported by:	portscout
2022-04-27 20:39:22 -07:00
Yasuhiro Kimura
27e36df36a databases/redis: Update to 7.0.0
* Mark BROKEN if any of external lua library options are
  enabled. Upstream add new APIs to bundled lua library and use them
  in source code of redis. This makes it impossible to compile and
  link redis with external lua libraries. According to the commit
  message of upstream repository they took the code of new API from
  the repository of lua. It means linking with external lua libraries
  may get possible again if they are updated. So mark BROKEN rather
  than remove these options.
* Update CONFLICTS of databases/redis*.
* Switch to DISTVERSION.
* Pet portlint and portclippy.
* Tidy up Makefile with portfmt.

ChangeLog:	https://github.com/redis/redis/releases/tag/7.0.0
Security:	cc42db1c-c65f-11ec-ad96-0800270512f4
2022-04-28 11:19:08 +09:00
Yasuhiro Kimura
06391ed84e databases/redis62: Update to 6.2.7
* Mark BROKEN if any of external lua library options are
  enabled. Upstream add new APIs to bundled lua library and use them
  in source code of redis. This makes it impossible to compile and
  link redis with external lua libraries. According to the commit
  message of upstream repository they took the code of new API from
  the repository of lua. It means linking with external lua libraries
  may get possible again if they are updated. So mark BROKEN rather
  than remove these options.
* Switch to DISTVERSION.
* Pet portlint and portclippy.
* Tidy up Makefile with portfmt.

ChangeLog:	https://github.com/redis/redis/releases/tag/6.2.7
Security:	cc42db1c-c65f-11ec-ad96-0800270512f4
2022-04-28 11:18:50 +09:00
Yasuhiro Kimura
36836207bc databases/redis62: Copy from databases/redis
Copy databases/redis to databases/redis62 as a preparation for
updating databases/redis to 7.0.
2022-04-28 11:18:31 +09:00
Yasuhiro Kimura
543f93acd2 security/vuxml: Document multiple vulnerabilities in redis 2022-04-28 11:18:21 +09:00
Yuri Victorovich
d52941e702 graphics/flif: Update 0.3-96 -> 0.4
Reported by:	portscout
2022-04-27 18:22:14 -07:00
Jan Beich
bb8fa5afb1 graphics/mesa-devel: update to 22.1.b.573
Changes:	2ca8b014d1...6a3dc4e370
2022-04-28 00:41:35 +00:00
Jan Beich
85464a156f www/gallery-dl: update to 1.21.2
Changes:	https://github.com/mikf/gallery-dl/releases/tag/v1.21.2
Reported by:	GitHub (watch releases)
2022-04-28 00:41:35 +00:00