1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
Commit Graph

628083 Commits

Author SHA1 Message Date
Wen Heping
2c6084bebc astro/viking: Resurrect and update
PR:		272076
Reported by:	lantw44@gmail.com
2023-07-31 13:04:48 +00:00
Wen Heping
29ba471771 print/py-pypdf: Update to 3.14.0 2023-07-31 13:04:47 +00:00
Wen Heping
524411424b www/p5-CGI-Compile: Update to 0.26 2023-07-31 13:04:47 +00:00
Pau Amma
c4d4226dd7 sysutils/libudisks: upgrade to 2.10.0 and change maintainer address
ChangeLog:
https://github.com/storaged-project/udisks/releases/tag/udisks-2.10.0

PR:		272766
2023-07-31 13:44:58 +01:00
Oleh Hushchenkov
6979cd9a65 x11/wmenu: Update to 0.1.4
ChangeLog:	https://git.sr.ht/~adnano/wmenu/log
PR:		272839
2023-07-31 13:19:23 +01:00
Bernard Spil
d55e499676 www/mod_http2: Update to 2.0.21 2023-07-31 14:15:04 +02:00
Thomas Hurst
18bc11a2bc sysutils/devcpu-data: Fix typo in rc script
The microcode_update rc script spells "required_modules" as
"requires_modules", masking this by duplicating the missing
functionality in its own precmd.

This patch fixes the typo and removes the superfluous precmd.

PR:		272781
Approved by:	sbruno (maintainer)
2023-07-31 08:30:47 -03:00
Ralf van der Enden
f326e232bb
net/rclone: Update to 1.63.1
ChangeLog: https://rclone.org/changelog/#v1-63-1-2023-07-17

PR:		272837
2023-07-31 19:11:34 +08:00
Boris Polujin
d90e660105 net-p2p/cardano-db-sync: Update to 13.1.1.3
Reviewed by: arrowd

Differential Revision: https://reviews.freebsd.org/D41194
2023-07-31 14:00:46 +03:00
Thierry Thomas
560b3579cf security/apkid: upgrade to v2.1.5
Release notes at <https://github.com/rednaga/APKiD/releases/tag/v2.1.5>.
2023-07-31 12:47:56 +02:00
Robert Nagy
d94c05b569 www/ungoogled-chromium: do not force enable_mse_mpeg2ts_stream_parser to true
enable_mse_mpeg2ts_stream_parser cannot be forced to true in case
proprietary codecs are not enabled

PR:	272797
2023-07-31 12:24:01 +02:00
Antoine Brodin
e6ddb4365b lang/Makefile: unbreak INDEX 2023-07-31 09:42:27 +00:00
Alexey Dokuchaev
8d5d9b9e84 deskutils/qownnotes: update QOwnNotes to the latest version 23.7.3
TuxFamily upload server has been very unreliable recently and down for
several days, so the author had switched to GitHub releases as hosting
service for source archives.
2023-07-31 09:36:58 +00:00
Vinícius Zavam
36ae666365
net/ipxe: update g20230211 (3c83843e) to g20230719 (c1834f32)
while here:
  * enable NTP_CMD by default;
  * add notes about cryptography support from https://ipxe.org/crypto;
2023-07-31 09:33:15 +00:00
Jean-Sébastien Pédron
eaf122aac0
net/rabbitmq: Fix rabbitmq rc.d script to use %%_ERLANG_LIB%%
[Why]
In commit c903397171, the variable was
renamed from `ERLANG_LIB` to `_ERLANG_LIB`. However the rc.d script was
not updated to reflect that change.

Therefore the script didn't use the expected version of Erlang. This
meant that it could use `lang/erlang` if it was installed (which could
be incompatible) or not start at all.

[How]
The rc.d script is simply updated to use the new variable name. The port
revision is bumped to note the change.

PR:		271269
Reported by:	Miroslav Lachman <000.fbsd@quip.cz>
2023-07-31 11:27:57 +02:00
Einar Bjarni Halldórsson
3f78f6fb2b mail/mailhog: Add sysrc variable to set hostname parameter
This patch adds the sysrc variable "mailhog_hostname".
By setting the variable, we can configure the hostname mailhog uses for
EHLO/HELO and message IDs

PR:		272130
2023-07-31 09:42:14 +01:00
Emanuel Haupt
002164a30c security/git-credential-gopass: Update to 1.15.6 2023-07-31 09:44:09 +02:00
Fernando Apesteguía
c29faeaac7 cad/openvsp: update to 3.35.1
https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.35.1

Quick fix to help DegenGeom and VSPAERO thin surface work with
changes to Mass Prop.
2023-07-31 09:36:25 +02:00
Hiroki Tagato
02b6c90afb x11/damask: add port: Automatically set wallpaper images from Internet sources
Damask is an application that will automatically set wallpaper images
by selecting images from a variety of sources, including local files
and folders. It currently supports setting the wallpaper image from
the following sources:

- wallhaven.cc
- Microsoft Bing Wallpaper of the day
- NASA Astronomy Picture of the Day
- Unsplash

WWW: https://gitlab.gnome.org/subpop/damask
2023-07-31 16:21:30 +09:00
Hiroki Tagato
2d089e2172 x11/xdg-desktop-portal-gnome: add port: Backend implementation for xdg-desktop-portal for GNOME
xdg-desktop-portal-gnome is a backend implementation for
xdg-desktop-portal that is using GTK and various pieces of GNOME
infrastructure, such as the org.gnome.Shell.Screenshot or
org.gnome.SessionManager D-Bus interfaces.

WWW: https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome
2023-07-31 16:21:30 +09:00
Hiroki Tagato
d2062f378a security/bitwarden-cli: add port: Bitwarden client command-line interface
The Bitwarden CLI is a powerful, full-featured command-line interface
(CLI) tool to access and manage a Bitwarden vault. The CLI is written
with TypeScript and Node.js and can be run on Windows, macOS, and
Linux distributions.

WWW: https://bitwarden.com

Requested by:	000.fbsd@quip.cz (via ports)
Tested by:	000.fbsd@quip.cz
2023-07-31 16:21:29 +09:00
Nicola Vitale
9c1690cfad
multimedia/py-tartube: Update to 2.4.412 2023-07-31 09:18:56 +02:00
Fernando Apesteguía
e0431bff17 science/afni: update to 23.2.01 2023-07-31 09:02:49 +02:00
Alexey Dokuchaev
62dc27e0ab sysutils/fsearch: try to unbreak the port's build on -CURRENT/i386:
error: incompatible function pointer types passing 'bool (const
  char *, time_t *, time_t *)' (aka 'bool (const char *, int *,
  int *)') to parameter of type 'FsearchQueryIntegerParserFunc *'
  (aka 'bool (*)(const char *, long long *, long long *)')

i386 is the only architecture with 32-bit `time_t' and I don't think
adding another `FsearchQueryTimeParserFunc' type just to circumvent
this [-Wincompatible-function-pointer-types] issue is warranted, or
even upstreamable, so simply pass those numbers as `int64_t' as this
does not affect internal time-related calculations.

Reported by:	pkg-fallout
2023-07-31 06:58:58 +00:00
Koichiro Iwao
9fc9a5a93f devel/lazygit: Update to 0.39.4 2023-07-31 13:49:36 +09:00
Koichiro Iwao
c600c2ec92 textproc/{zed,zq}: Update to 1.9.0
Changes:	https://github.com/brimdata/zed/releases/tag/v1.9.0
2023-07-31 13:16:15 +09:00
Guangyuan Yang
2b2b315807 sysutils/R-cran-fs: Update to 1.6.3 2023-07-30 23:45:20 -04:00
Guangyuan Yang
c63a2b5961 devel/R-cran-pkgload: Update to 1.3.2.1 2023-07-30 23:45:05 -04:00
Guangyuan Yang
53999e57f0 devel/R-cran-remotes: Update to 2.4.2.1 2023-07-30 23:42:42 -04:00
Alessandro Sagratini
bb6ff3fa57 devel/{py-oci,oci-cli}: Update py-oci to 2.108.0 and oci-cli to 3.30.0
PR:		272714
Changes:	https://github.com/oracle/oci-python-sdk/releases/tag/v2.108.0
Changes:	https://github.com/oracle/oci-cli/releases/tag/v3.30.0
2023-07-31 11:54:24 +09:00
Dan Langille
917c4c6dd4 net-mgmt/librenms: add many files to SHEBANG_FILES
While here, run portfmt over the Makefile - that accounts for the
majority of changes seen in the diff

patch LibreNMS/wrapper.py which contains "/usr/bin/env php" mid-file

PR:		260085
2023-07-30 23:55:25 +00:00
Dan Langille
3e1bdb56d6 net/syncthing: Update to 1.23.6
re: https://github.com/syncthing/syncthing/releases/tag/v1.23.6

PR:		260085
2023-07-30 23:55:25 +00:00
Xin LI
73c5301f6e Mk/bsd.default-versions.mk: Update the default Perl version to 5.34.
PR:		271984
Exp-run by:	antoine
2023-07-30 16:48:01 -07:00
Wen Heping
e61bd45891 www/elgg: Update to 5.0.4 2023-07-30 23:08:55 +00:00
Wen Heping
99712f694b www/orangehrm: Update to 5.5 2023-07-30 23:08:55 +00:00
Wen Heping
abb70533ef www/opencart: Update to 4.0.2.2 2023-07-30 23:08:55 +00:00
Robert Clausecker
e7cc77abf5 net-mgmt/bind_exporter: update to 0.6.1
Maintainer no longer uses FreeBSD and agrees to pass on maintainership.
Take maintainership and modernise port.

Changelog: https://github.com/prometheus-community/bind_exporter/releases/tag/v0.6.1

PR:		272601
MFH:		2023Q3
Approved by:	matt@mattmoriarity.com
Reported by:	gert@greenie.muc.de
2023-07-31 01:59:10 +03:00
Robert Clausecker
d1a05b2535 editors/rehex: update to 0.60.1
Changelog: https://github.com/solemnwarning/rehex/releases/tag/0.60.1
2023-07-31 01:59:10 +03:00
Robert Clausecker
9e2602394b graphics/gegl: fix build on armv7
OpenMP is not supported on armv7.  Fix the build by disabling its use.

Approved by:	portmgr (build fix blanket)
MFH:		2023Q3
2023-07-31 01:59:09 +03:00
Robert Clausecker
931dd7ad39 biology/vcflib: not for armv6/7
Requires OpenMP which is not supported on armv6/armv7.

Approved by:	portmgr (build fix blanket)
MFH:		2023Q3
2023-07-31 01:59:09 +03:00
Robert Clausecker
9dd6866b0f misc/cuttlefish: fix build on armv7
Tell clang that it's ok to use fp16 instructions as the port assumes the
corresponding intrinsics are present.

Approved by:	portmgr (build fix blanket)
MFH:		2023Q3
2023-07-31 01:59:09 +03:00
Robert Clausecker
1b46f3bddd graphics/tippecanoe: fix build on armv7
Same fix as for i386.

Approved by:	portmgr (build fix blanket)
Fixes:		1d61daa912
2023-07-31 01:59:09 +03:00
Robert Clausecker
a5783589a6 graphics/gmt: fix build on armv7
Fix wrong code for armv7 mcontext_t PC retrieval.

Approved by:	portmgr (build fix blanket)
MFH:		2023Q3
2023-07-31 01:59:08 +03:00
Robert Clausecker
1c21936e01 graphics/lux: update to 1.1.7
This update requires exiv2 0.28 and highway 1.0.5.

Upstream changes: assorted bug fixes and improvements.

Reported by:	kfjahnke@gmail.com
2023-07-31 01:59:08 +03:00
Volodymyr Kostyrko
0d25e2452c databases/redis_exporter: update to 1.52.0
Changelog: https://github.com/oliver006/redis_exporter/compare/v1.50.0...v1.52.0

PR:		272814
2023-07-31 01:59:08 +03:00
Petteri Valkonen
63aafa69ad devel/grex: update to 1.4.2
Changelog: https://github.com/pemistahl/grex/releases/tag/v1.4.2

PR:		272813
2023-07-31 01:59:08 +03:00
Stefan Bethke
b4ac7b68c1 www/gitea: Update to 1.20.2
Changelog: https://blog.gitea.com/release-of-1.20.2
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.20.2

PR:		272796
2023-07-31 01:59:07 +03:00
Pat Maddox
3cb52aaab3 www/vultr-cli: Update to 2.17.0
Re-introduce dependencies since upstream no longer vendors them.

Changelog: https://github.com/vultr/vultr-cli/blob/v2.17.0/CHANGELOG.md

PR:		272458
Approved by:	mandrews@bit0.com (maintainer timeout, 2 weeks)
2023-07-31 01:59:07 +03:00
Alastair Hogge
a880b368e6 textproc/py-sphinx-sitemap: Sphinx extension for generating sitemaps for HTML
A Sphinx extension to generate multiversion and multilanguage sitemaps.org
protocol compliant sitemaps for Sphinx generated HTML documentation.

WWW: https://github.com/jdillard/sphinx-sitemap

PR:		272713
2023-07-31 01:59:07 +03:00
Alastair Hogge
ffe69f8fb1 emulators/mame: update to 0.257
* Update to 0.257 (https://www.mamedev.org/?p=527)
 * Add a hopefully more meaningful description for option NLS
 * Fix description on option QTDEBUGGER, it is built as part of MAME,
   not installed separately as might be implied
 * Clean up pkg-message.in and hopefully clarify the mess with
   MAME configuration data.

PR:		272786
2023-07-31 01:59:07 +03:00