1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
Commit Graph

645718 Commits

Author SHA1 Message Date
Antoine Brodin
9ad46a6ceb security/rubygem-metasploit-credential: update to 6.0.6 2024-01-05 15:40:43 +00:00
Antoine Brodin
2db2c9dbed security/rubygem-metasploit-model: update to 5.0.2 2024-01-05 15:40:19 +00:00
Antoine Brodin
51490f7119 security/rubygem-metasploit-payloads: update to 2.0.161 2024-01-05 15:39:54 +00:00
Antoine Brodin
2242a9e5c2 security/rubygem-metasploit_data_models: update to 6.0.3 2024-01-05 15:39:29 +00:00
Antoine Brodin
a67565427b security/rubygem-metasploit_payloads-mettle: update to 1.0.26 2024-01-05 15:39:01 +00:00
Antoine Brodin
f48201187d security/rubygem-recog: update to 3.1.2 2024-01-05 15:38:23 +00:00
Antoine Brodin
89c69d852f security/rubygem-rex-arch: update to 0.1.15 2024-01-05 15:37:57 +00:00
Antoine Brodin
9b079a7d38 security/rubygem-rex-bin_tools: update to 0.1.9 2024-01-05 15:37:32 +00:00
Antoine Brodin
094824b17e security/rubygem-rex-core: update to 0.1.31 2024-01-05 15:37:10 +00:00
Antoine Brodin
780ddb9a3a security/rubygem-rex-encoder: update to 0.1.7 2024-01-05 15:36:49 +00:00
Antoine Brodin
2807bc13d7 security/rubygem-rex-exploitation: update to 0.1.39 2024-01-05 15:36:18 +00:00
Antoine Brodin
9fa7b8404d security/rubygem-rex-java: update to 0.1.7 2024-01-05 15:35:51 +00:00
Antoine Brodin
fe09db867d security/rubygem-rex-mime: update to 0.1.8 2024-01-05 15:35:27 +00:00
Antoine Brodin
3aebc67dd5 security/rubygem-rex-nop: update to 0.1.3 2024-01-05 15:35:05 +00:00
Antoine Brodin
f8cf06cb6c security/rubygem-rex-ole: update to 0.1.8 2024-01-05 15:34:42 +00:00
Antoine Brodin
7b6250fb8d security/rubygem-rex-powershell: update to 0.1.99 2024-01-05 15:34:15 +00:00
Antoine Brodin
89cecb2bbc security/rubygem-rex-random_identifier: update to 0.1.11 2024-01-05 15:33:41 +00:00
Antoine Brodin
8da7bb3c88 security/rubygem-rex-registry: update to 0.1.5 2024-01-05 15:33:19 +00:00
Antoine Brodin
7623dd9462 security/rubygem-rex-rop_builder: update to 0.1.5 2024-01-05 15:32:52 +00:00
Antoine Brodin
390fbdabc1 security/rubygem-rex-socket: update to 0.1.55 2024-01-05 15:32:24 +00:00
Antoine Brodin
0d70b1ea3b security/rubygem-rex-sslscan: update to 0.1.10 2024-01-05 15:32:01 +00:00
Antoine Brodin
89463de8c1 security/rubygem-rex-struct2: update to 0.1.4 2024-01-05 15:31:36 +00:00
Antoine Brodin
91e947085f security/rubygem-rex-text: update to 0.2.53 2024-01-05 15:31:06 +00:00
Antoine Brodin
7b8d8e3b3a security/rubygem-rex-zip: update to 0.1.5 2024-01-05 15:30:42 +00:00
Antoine Brodin
f3e13e4f40 net/rubygem-ruby_smb: update to 3.3.1 2024-01-05 15:30:06 +00:00
Antoine Brodin
f75b067326 net/rubygem-packetfu: update to 2.0.0 2024-01-05 15:29:37 +00:00
Antoine Brodin
7578ab24c8 net/rubygem-network_interface: update to 0.0.4 2024-01-05 15:29:06 +00:00
Antoine Brodin
67855b6041 devel/rubygem-ruby-macho: update to 4.0 2024-01-05 15:28:12 +00:00
Antoine Brodin
44acdfbb6a databases/rubygem-arel-helpers: switch to rails 7.0 2024-01-05 15:27:32 +00:00
Antoine Brodin
cf89f76d5f databases/rubygem-ruby-mysql: new port
ruby-mysql is a MySQL client library.  It is written entirely in Ruby.
2024-01-05 15:25:26 +00:00
Jan Beich
b38a9633ad x11/xdg-desktop-portal-hyprland: update to 1.3.1
Changes:	https://github.com/hyprwm/xdg-desktop-portal-hyprland/releases/tag/v1.3.1
Reported by:	GitHub (watch releases)
2024-01-05 16:23:22 +01:00
Jan Beich
93bb990ed5 x11/hyprland-share-picker: merge into main port 2024-01-05 16:07:55 +01:00
Jan Beich
ad8bd257a1 x11/xdg-desktop-portal-hyprland: convert to USES=cmake 2024-01-05 16:07:54 +01:00
Jan Beich
024e2eaf98 devel/hyprlang: unbreak build with libc++ 16
src/config.cpp:276:42: error: no member named 'format' in namespace 'std'
                    result.setError(std::format("special category's first value must be the key. Key for <{}> is <{}>", PCAT->name, PCAT->key));
                                    ~~~~~^
src/config.cpp:287:34: error: no member named 'format' in namespace 'std'
            result.setError(std::format("config option <{}> does not exist.", valueName));
                            ~~~~~^
src/config.cpp:297:38: error: no member named 'format' in namespace 'std'
                result.setError(std::format("failed parsing an int: {}", e.what()));
                                ~~~~~^
src/config.cpp:306:38: error: no member named 'format' in namespace 'std'
                result.setError(std::format("failed parsing a float: {}", e.what()));
                                ~~~~~^
src/config.cpp:324:38: error: no member named 'format' in namespace 'std'
                result.setError(std::format("failed parsing a vec2: {}", e.what()));
                                ~~~~~^
src/config.cpp:533:38: error: no member named 'format' in namespace 'std'
            impl->parseError += std::format("Config error in file {} at line {}: {}", file, linenum, RET.errorStdString);
                                ~~~~~^
src/config.cpp:546:38: error: no member named 'format' in namespace 'std'
            impl->parseError += std::format("Config error in file {}: Unclosed category at EOF", file);
                                ~~~~~^

Reported by:	pkg-fallout
2024-01-05 16:07:54 +01:00
Jan Beich
9218e76367 x11-toolkits/gtk-layer-shell: update to 0.8.2
Changes:	https://github.com/wmww/gtk-layer-shell/releases/tag/v0.8.2
Reported by:	GitHub (watch releases)
2024-01-05 16:07:53 +01:00
Jan Beich
0f2b778a37 multimedia/ab-av1: update to 0.7.11
Changes:	https://github.com/alexheretic/ab-av1/releases/tag/v0.7.11
Reported by:	GitHub (watch releases)
2024-01-05 16:07:52 +01:00
Dima Panov
100c61e16b
*/*: Update existed KDE6 applications to 24.01.85 beta after KDE Frameworks 6 was bumped to 5.247.0 2024-01-05 18:00:21 +03:00
Joe Marcus Clarke
43bd388987 net/wireshark: Update to 4.2.2.
See https://www.wireshark.org/docs/relnotes/wireshark-4.2.2.html and
https://www.wireshark.org/docs/relnotes/wireshark-4.2.1.html for changes
in this release over 4.2.0.
2024-01-05 09:49:52 -05:00
Jose Alonso Cardenas Marquez
917a5031c9
x11-fm/doublecmd: update to 1.1.8 beta (+)
Prefer beta over stable relase to match lazarus 3.0+

- Add qt6 support
- Add qt6 CONFLICTS
- Add base64 plugin
- Remove obsolete plugin

PR:	276118
2024-01-05 17:44:29 +03:00
Ruslan Makhmatkhanov
8e6276c091 multimedia/gpodder: update to 3.11.4
Release notes:
https://github.com/gpodder/gpodder/releases

Submitted by:	Scott Furry <scott.wl.furry@gmail.com> (by mail, based on)
2024-01-05 17:25:19 +03:00
TAKATSU Tomonari
c4e8f75e27 www/R-cran-htmlwidgets: Update to 1.6.4
Reported by:	portscout
2024-01-05 13:45:12 +00:00
Emanuel Haupt
9ca76f03dd textproc/crow-translate: Update to 2.11.1 2024-01-05 14:21:06 +01:00
Tobias C. Berner
6d08faea51 sysutils/signon-ui: flavorize for Qt5 and Qt6 2024-01-05 14:09:08 +01:00
Tobias C. Berner
7941e944cb sysutils/signon-plugin-oauth2: flavorize for Qt5 and Qt6
- switch to fork [1]

[1] https://gitlab.com/nicolasfella/signon-plugin-oauth2/-/tree/qt6
2024-01-05 13:57:25 +01:00
Tobias C. Berner
df2349d74a net-im/libaccounts-glib: update WWW 2024-01-05 13:57:25 +01:00
Tobias C. Berner
d0c030f24f net-im/libaccounts-qt: update WWW 2024-01-05 13:57:25 +01:00
Tobias C. Berner
82f0c0f348 net-im/libaccounts-qt5: rename to libaccounts-qt and flavorize
- rename to get rid of qt5 in name
- switch to fork [1] to add Qt6 support

[1] https://gitlab.com/nicolasfella/libaccounts-qt/-/tree/qt6
2024-01-05 13:57:24 +01:00
Tobias C. Berner
8cd334f819 sysutils/signon-qt5: rename port to sysutils/signond and flavorize
- switch to fork [1]
- flavorize to be used against Qt6
- rename port to match upstream (and get rid of the qt-version in the name)

[1] https://gitlab.com/nicolasfella/signond/
2024-01-05 13:57:24 +01:00
Tobias C. Berner
a3b6b342dd net/kf5-kcontacts: add pkg-descr
* kcontacts was split out of PIM
2024-01-05 13:57:24 +01:00
Stefan Eßer
31ec0266e3 math/sound-of-sorting: fix build on -CURRENT 2024-01-05 13:42:00 +01:00