Commit graph

590781 commits

Author SHA1 Message Date
Alexey Dokuchaev
7edbd2f196 astro/gnuastro: update GNU Astronomy Utilities to version 0.18
Reported by:	upstream information bulletin, portscout
2022-07-29 07:41:22 +00:00
Florian Limberger
36b05703cb comms/iceoryx: True zero-copy inter-process communication
Add comms/iceoryx port, which is a dependency for https://cyclonedds.io/

Test Plan:
* portlint: OK
* testport: amd64, 13.1-RELEASE tested

Reviewed by: arrowd

Differential Revision: https://reviews.freebsd.org/D35421
2022-07-29 10:25:00 +03:00
Christopher Hall
f27816425f net-p2p/litecoin: update to 0.21.2.1
Summary: update litecoin and associated port to latest version

Test Plan:
  poudriere testport -j 13_0-amd64 net-p2p/litecoin

  poudriere bulk -C -j 13_0-amd64 net-p2p/litecoin net-p2p/litecoin-daemon net-p2p/litecoin-utils

  install litecoin-daemon and litecoin-utils test locally in regression mode

Reviewed by: arrowd

Differential Revision: https://reviews.freebsd.org/D35969
2022-07-29 10:25:00 +03:00
Dmitry Sivachenko
2f5296da46 net/haproxy22: update to version 2.2.25. 2022-07-29 07:23:39 +00:00
Dima Panov
30c44f13e2 x11/xxkb: add hidden dependency on gdkpixbuf2-xlib
Approved by:	portmgr blanket
2022-07-29 10:10:24 +03:00
Zach Crownover
8ed2d33941 irc/irssi-scripts: Take maintainership
PR: 235529
2022-07-28 19:24:45 -07:00
Yuri Victorovich
0973af0646 science/py-OpenFermion: Update 1.3.0 -> 1.5.0
Reported by:	portscout
2022-07-28 19:20:35 -07:00
Yuri Victorovich
993ba26fb6 science/dynare: Update 5.1 -> 5.2
Reported by:	portscout
2022-07-28 17:21:33 -07:00
Adam Weinberger
b13c98f513 Framework: Fix typo 2022-07-28 17:05:43 -06:00
Yuri Victorovich
db022e874b audio/sfizz: Broken on i386
Reported by:	fallout
2022-07-28 15:08:05 -07:00
Andrey Pevnev
f5ef5d349b net/kea: Update to 2.2.0
ChangeLog:	https://downloads.isc.org/isc/kea/2.2.0/Kea-2.2.0-ReleaseNotes.txt
PR:		265469
2022-07-28 22:00:52 +01:00
Dmitry Marakasov
8a48f650de games/jaggedalliance2: fix build
Approved by:	portmgr blanket
2022-07-28 23:56:07 +03:00
Dima Panov
58cb3c8e9e x11-toolkits/pango: update to 1.50.8 release (+)
- Add some properties to fontmap and family
- Fix handling of ligature carets in mixed directions

Changelog:	https://gitlab.gnome.org/GNOME/pango/-/blob/1.50.8/NEWS

With hat:	desktop
2022-07-28 23:22:02 +03:00
Sergey A. Osokin
ecd5bc39c5 devel/mercurial: update 6.2 -> 6.2.1 2022-07-28 16:09:22 -04:00
Vinícius Zavam
6f42cda176
www/py-lektor: update 3.2.2_3 to 3.3.6, and fix 'safe_join' import
* https://github.com/lektor/lektor/blob/v3.3.6/CHANGES.md

PR:		263922, 264991
Reported by:	bz@, p5B2EA84B3 <p5B2EA84B3 % t-online.de>
Tested by:	Evilham <contact % evilham.com>, Mr. Zsolt <darwick % cyberground.hu>
2022-07-28 19:58:09 +00:00
Dima Panov
308d6f8c55 */*: bump all consumes of deprecated GDK-Pixbuf-Xlib library
With hat:	desktop
2022-07-28 22:55:41 +03:00
Dima Panov
5516d0f67b graphics/gdk-pixbuf2: update to 2.42.8 release (+)
Since 2.40.2 release GDK-Pixbuf library had splitted off XLib bindings as deprecated.

Add it as dedicated port at version 2.40.2 and declare additional knob in Mk/Uses/gnome.mk
Consumer ports will be bumped in separated commit.

Changelog: https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/blob/2.42.8/NEWS

With hat:	desktop
2022-07-28 22:55:41 +03:00
Gleb Popov
bc88048665 www/hs-postgrest: Update comment. 2022-07-28 22:52:56 +03:00
Gleb Popov
166cea3628 Uses/cabal.mk: Introduce CABAL_WRAPPER_SCRIPTS variable.
Before this change every Haskell executable was wrapped into a shell script
which was installed into ${PREFIX}/bin while the actual executable was installed
into {PREFIX}/libexec/cabal. This was required to set env variables pointing the
Haskell program to its data files under ${PREFIX}/share. However, not every
Haskell program uses this feature.

Now the shell wrapping is off by default and CABAL_WRAPPER_SCRIPTS knob can be
used to enable it for a given port/executable.

Adjust all Haskell ports affected by this change.
2022-07-28 22:52:56 +03:00
Gleb Popov
74817ebe9b Uses/cabal.mk: Expand comment for cabal-extract target. 2022-07-28 22:52:55 +03:00
Gleb Popov
842a12d0f9 Uses/cabal.mk: Document SKIP_CABAL_PLIST. 2022-07-28 22:52:55 +03:00
Robert Clausecker
9c00bbb360 devel/go-tools: Update to 0.1.12
Selected upstream changes:

 - go/packages: fix loading single file when outside of GOPATH, module
 - cmd/stringer: use explicit NeedX values instead of deprecated LoadSyntax
 - refactor/satisfy: don't crash on type parameters
 - go/gcexportdata: fix Find for Go modules
 - go/analysis: add suggested fix for unkeyed composite literals
 - go/callgraph/vta: remove interprocedural flows for receiver objects
 - go/callgraph/vta: do not include interface types during propagation
 - go/callgraph/vta: use types.IsInterface instead of our own isInterface
 - godoc: support go1.19 doc comment syntax
 - all: update dependencies

PR:		265473
2022-07-28 20:50:56 +01:00
Yuri Victorovich
700d2ad21d audio/carla: Broken on powerpc64le 2022-07-28 12:49:28 -07:00
Robert Clausecker
c2d06f4379 devel/goreleaser: Update to 1.10.3
ChangeLog:	https://github.com/goreleaser/goreleaser/releases/tag/v1.10.3
PR:		265474
2022-07-28 20:30:46 +01:00
Vinícius Zavam
eb8887fc2f
www/threema-web: update 2.3.7_1 to 2.4.2
* https://github.com/threema-ch/threema-web/blob/v2.4.2/CHANGELOG.md

  OK: 12, 13, 14/main/head

PR:		265377
Reported by:	Ralf van der Enden <tremere % cainites.net>
2022-07-28 19:15:36 +00:00
Vinícius Zavam
7fc56f7b68
dns/dnscrypt-proxy2: fix 'pkg-message warning is out of date'
PR:		264323
Reported by:	Bill Blake <billblake2018 % gmail.com>
2022-07-28 19:06:09 +00:00
Yuri Victorovich
1a135ebabd audio/rubberband: Update 2.0.2 -> 3.0.0
Changelog: https://github.com/breakfastquay/rubberband/blob/v3.0.0/CHANGELOG

PR:		265219
Approved by:	acm@ (maintainer's timeout; 14 days)
2022-07-28 12:04:37 -07:00
Yuri Victorovich
ef3e8c55d9 graphics/mirtk: Update 2.0.0-122 -> 2.0.0-178
Now MIRTK supports OneTBB.
2022-07-28 12:04:37 -07:00
Goran Mekić
900c9e0106 www/py-fastapi-users: Update to 10.1.4
ChangeLog:	https://github.com/fastapi-users/fastapi-users/releases/tag/v10.1.4
PR:		265477
2022-07-28 19:46:07 +01:00
Jochen Neumeister
1a660b979a mail/phpmailer6: Update to 6.6.3
Changelog: https://github.com/PHPMailer/PHPMailer/releases

Sponsored by:	Netzkommune GmbH
2022-07-28 20:38:19 +02:00
Yuri Victorovich
e034480085 www/yt-dlp: Customize the message recommeding to update yt-dlp
... for FreeBSD.
2022-07-28 10:54:25 -07:00
Jochen Neumeister
d83151e9c1 devel/phpunit8: Update to 8.5.27
Sponsored by:	Netzkommune GmbH
2022-07-28 19:38:29 +02:00
Jochen Neumeister
a344b397d0 www/nginx: Update 3rd party Module NJS
Update the NJS Modile to 0.7.6:
Notable new features:
 - improved r.args:
    Now, duplicate keys are returned as an array, keys are
    case-sensitive, both keys and values are percent-decoded.

    For example, the query string

    'a=1&b=%32&A=3&b=4&B=two%20words'

    is converted to r.args as:

    {a: "1", b: ["2", "4"], A: "3", B: "two words"}

    Changes with njs 0.7.6                                    19 Jul 2022

    nginx modules:

    *) Feature: improved r.args object. Added support for multiple
       arguments with the same key. Added case sensitivity for
       keys. Keys and values are percent-decoded now.

    *) Bugfix: fixed r.headersOut setter for special headers.

    Core:

    *) Feature: added Symbol.for() and Symbol.keyfor().

    *) Feature: added btoa() and atob() from WHATWG spec.

    *) Bugfix: fixed large non-decimal literals.

    *) Bugfix: fixed unicode argument trimming in parseInt().

    *) Bugfix: fixed break instruction in a try-catch block.

    *) Bugfix: fixed async function declaration in CLI.

Sponsored by:	Netzkommune GmbH
2022-07-28 19:11:47 +02:00
C
f445cb2ae6 sysutils/topgrade: New port: Tool for upgrade everything
- submitter becomes maintainer

Upgrade tool for OS and package repositories

Keeping your system up to date usually involves invoking multiple
package managers.
This results in big, non-portable shell one-liners saved in your shell.
To remedy this, topgrade detects which tools you use and runs the
appropriate commands to update them

WWW: https://github.com/r-darwish/topgrade

PR:		265451
2022-07-28 18:10:40 +01:00
Yuri Victorovich
0de3c2d8e9 security/liboqs: Broken on arm64
Reported by:	fallout
2022-07-28 10:07:56 -07:00
Li-Wen Hsu
e95a47b3d1
devel/jenkins: Update to 2.361
Sponsored by:	The FreeBSD Foundation
2022-07-29 01:04:46 +08:00
Michael Osipov
1be3491735 devel/maven-wrapper: massively update port, align with devel/maven
- add missing patch for Makefile

PR: 265028, 265025
2022-07-28 18:10:53 +02:00
Jan Beich
8e3047d115 graphics/realsr-ncnn-vulkan: update to 20220728
Changes:	https://github.com/nihui/realsr-ncnn-vulkan/releases/tag/20220728
Reported by:	GitHub (watch releases)
2022-07-28 16:07:15 +00:00
Jan Beich
a8a525f941 graphics/waifu2x-ncnn-vulkan: update to 20220728
Changes:	https://github.com/nihui/waifu2x-ncnn-vulkan/releases/tag/20220728
Reported by:	GitHub (watch releases)
2022-07-28 16:07:15 +00:00
Michael Osipov
5f0ee47286 devel/maven-wrapper: massively update port, align with devel/maven
- Submitter changes MAINTAINER to his @apache.org address
- Bump version to 2
- Use ETCDIR wherever possible
- Also install mvnDebug
- Burry long dead M2_HOME in favor of MAVEN_HOME which
  will *never* be propagated

PR: 265028, 265025
2022-07-28 17:55:11 +02:00
Yuri Victorovich
abba8035dc net-p2p/qbittorrent: Fix mistake 2022-07-28 08:46:11 -07:00
Fukang Chen
d73cc67a9b comms/py-esptool: Update to 4.1
Changelog:

    https://github.com/espressif/esptool/releases/tag/v4.1

MFH:	No (feature release)
2022-07-28 14:03:49 +00:00
Jan Beich
206bfa58ba emulators/ppsspp: update to 1.13.1
Changes:	https://github.com/hrydgard/ppsspp#whats-new-in-1131
Changes:	https://github.com/hrydgard/ppsspp/compare/v1.13...v1.13.1
Reported by:	GitHub (watch releases)
2022-07-28 13:53:21 +00:00
Ruslan Makhmatkhanov
2e46b3fa60 audio/exaile: readd port
Add upstream patch that adds support of berkeleydb and remove bsddb
dependency.
2022-07-28 16:47:38 +03:00
Sergey A. Osokin
0ca1f5f560 security/boringssl: update to the recent commit 2022-07-28 09:22:51 -04:00
Felix Palmen
1b4b3e9ce1 x11-wm/fvwm3: Avoid crash in FvwmIconMan
Add a patch working around the crash by initializing some struct member
to NULL that's otherwise used uninitialized and backporting some code
from upstream's main branch to correctly handle that case.

PR:		265291
MFH:		2022Q3
2022-07-28 05:56:00 -07:00
Jan Beich
4a97c54223 sysutils/czkawka: update to 5.0.0
Changes:	https://github.com/qarmin/czkawka/releases/tag/5.0.0
Reported by:	GitHub (watch releases)
2022-07-28 11:05:12 +00:00
Michael Osipov
631cbf11b6 devel/py-click: add missing dependency for python < 3.10
- see https://docs.python.org/3/library/importlib.metadata.html

PR:		264043
Approved: 	robak (maintainer timeout)
2022-07-28 11:16:44 +02:00
Yuri Victorovich
f09dbe43e7 audio/faust-lv2: Add -fPIC to all architectures
because otherwise some or all architectures fail.

Reported by:	fallout
2022-07-28 00:11:10 -07:00
Baptiste Daroussin
e8b7dc8cf7 x11-servers/xwayland: update to 22.1.3 2022-07-28 08:55:36 +02:00