This project is mirrored from https://git.freebsd.org/ports.git.
Pull mirroring updated .
- Nov 21, 2022
-
-
Dmitry Marakasov authored
Suggested by: sunpoet
-
Dmitry Marakasov authored
Approved by: portmgr blanket
-
Dmitry Marakasov authored
Approved by: portmgr blanket
-
Dmitry Marakasov authored
- Preserve pyglet 1.x as graphics/py-pyglet1 - Add mutual conflicts between graphics/py-pyglet1 and graphics/py-pyglet - Switch all consumers to graphics/py-pyglet1 as it's likely that no consumer is compatible with pyglet 2.x yet
-
Sergey A. Osokin authored
ChangeLog: https://www.mercurial-scm.org/wiki/Release6.3
-
Jan Beich authored
Changes: https://lists.freedesktop.org/archives/wayland-devel/2022-November/042517.html PR: 267893 Reported by: GitLab (notify releases) Approved by: manu
-
Emanuel Haupt authored
-
Koichiro Iwao authored
Changes: https://github.com/rbenv/ruby-build/releases/tag/v20221121
-
Muhammad Moinur Rahman authored
This gem catches the following unsafe migrations: - adding a column with a non-null default value to an existing table - changing the type of a column - renaming a table - renaming a column - removing a column - adding an index non-concurrently (Postgres only) - adding a json column to an existing table (Postgres only) Sponsored by: Nepustil
-
Muhammad Moinur Rahman authored
Forms made easy! Sponsored by: Nepustil
-
Muhammad Moinur Rahman authored
Simple Navigation is a ruby library for creating navigations (with multiple levels) for your Rails, Sinatra or Padrino applications. It runs with all ruby versions. Sponsored by: Nepustil
-
Sergey A. Osokin authored
o) ip2location o) ip2proxy Bump PORTREVISION.
-
Wen Heping authored
Geo::Calc implements a variety of calculations for latitude/longitude points. All these formulare are for calculations on the basis of a spherical earth (ignoring ellipsoidal effects) which is accurate enough* for most purposes.
-
Piotr Kubaj authored
devel/freebsd-sysroot: add libatomic.so to the powerpc FLAVOR to fix build of lang/rust-bootstrap@powerpc
-
Jan Beich authored
$ echo 'exec swaymsg -t get_outputs' >/tmp/sway.conf $ WLR_BACKENDS=headless sway -c /tmp/sway.conf 00:00:00.067 [wlr] [types/wlr_drm_lease_v1.c:716] No DRM backend supplied, failed to create wlr_drm_lease_v1_manager 00:00:00.000 [common/ipc-client.c:87] Unable to receive IPC response Segmentation fault (lldb) bt * thread #1, name = 'sway', stop reason = signal SIGSEGV: invalid address (fault address: 0x0) * frame #0: 0x000000082b381e84 libc.so.7`strlen + 84 frame #1: 0x0000000822cc530d libjson-c.so.5`json_object_new_string(s=0x0000000000000000) at json_object.c:1276:36 frame #2: 0x0000000000234de9 sway`ipc_json_describe_output(output=0x0000000871982200, object=0x00000008755e63b0) at ipc-json.c:255:4 frame #3: 0x000000000023441f sway`ipc_json_describe_node(node=0x0000000871982200) at ipc-json.c:707:3 frame #4: 0x0000000000239d07 sway`ipc_client_handle_command(client=0x000000084e3a1380, payload_length=0, payload_type=IPC_GET_OUTPUTS) at ipc-server.c:672:31 frame #5: 0x00000000002397fa sway`ipc_client_handle_readable(client_fd=27, mask=1, data=0x000000084e3a1380) at ipc-server.c:267:3 frame #6: 0x00000008271b88c7 libwayland-server.so.0`wl_event_source_fd_dispatch(source=0x000000084e3a16c0, ep=0x0000000820f4e360) at event-loop.c:112:9 frame #7: 0x00000008271b9fd4 libwayland-server.so.0`wl_event_loop_dispatch(loop=0x000000084e344320, timeout=-1) at event-loop.c:1027:4 frame #8: 0x00000008271b5c6f libwayland-server.so.0`wl_display_run(display=0x000000084e35e000) at wayland-server.c:1431:3 frame #9: 0x000000000023e205 sway`server_run(server=0x00000000002a3070) at server.c:310:2 frame #10: 0x000000000023cd84 sway`main(argc=3, argv=0x0000000820f4e608) at main.c:431:2 frame #11: 0x000000000022ca10 sway`_start(ap=<unavailable>, cleanup=<unavailable>) at crt1_c.c:75:7 (lldb) f 2 frame #2: 0x0000000000234de9 sway`ipc_json_describe_output(output=0x0000000871982200, object=0x00000008755e63b0) at ipc-json.c:255:4 252 json_object_new_string( 253 ipc_json_orientation_description(L_NONE))); 254 json_object_object_add(object, "make", -> 255 json_object_new_string(wlr_output->make)); 256 json_object_object_add(object, "model", 257 json_object_new_string(wlr_output->model)); 258 json_object_object_add(object, "serial", (lldb) p *wlr_output (wlr_output) $0 = { [...] make = 0x0000000000000000 model = 0x0000000000000000 serial = 0x0000000000000000 [...] PR: 267853 Reported by: lbartoletti Regressed by: https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/be86145322e6
-
Yasuhiro Kimura authored
ChangeLog: https://github.com/emarsden/pg-el/blob/v0.19/CHANGELOG.md
-
Jan Beich authored
Changes: https://github.com/jtheoof/swappy/releases/tag/v1.5.1 Reported by: GitHub (watch releases)
-
Jan Beich authored
Changes: https://github.com/francma/wob/releases/tag/0.14.2 Reported by: GitHub (watch releases)
-
Olivier Duchateau authored
ChangeLog: https://github.com/elementary/photos/releases/tag/2.8.0 PR: 267801
-
Dave Cottlehuber authored
- pet port with portfmt, portclippy while here
-
Don Lewis authored
2.2.1: * To work with higher SSL/TLS security levels, increase the length of the Digital Signature Algorithm (DSA) primes from 1024 to 2048 bits. 2.2.2: * sratunnel: catch stop() recursion on flush error * sratunnel: fix pcap out buffer space calculation Remove BROKEN, should now build on aarch64. Sponsored by: DomainTools LLC
-
Oleh Hushchenkov authored
PR: 267867
-
Guangyuan Yang authored
-
Guangyuan Yang authored
-
Guangyuan Yang authored
-
Jonathan Chen authored
PR: 267859
-
Ben Lavery-Griffiths authored
Changelog: https://github.com/gohugoio/hugo/releases/tag/v0.106.0 PR: 267847
-
mjl authored
Changelog: https://mailman.caida.org/pipermail/scamper-announce/2022-November/000027.html PR: 267856
-
Nimloth2 authored
Changelog: https://github.com/slusarz/dovecot-fts-flatcurve/releases/tag/v0.3.3 PR: 267840
-
Alexey Dokuchaev authored
Test suite in newer versions requires SoX (aka Sound eXchange). Reported by: portscout
-
Koichiro Iwao authored
Changes: https://github.com/jesseduffield/lazygit/releases/tag/v0.36.0 Sponsored by: Miracle Linux
-
Romain Tartière authored
Some dependencies have been updated to versions not in acceptable ranges. Relax these ranges since Blot seems to work as expected with these new versions.
-
Romain Tartière authored
With hat: puppet
-
Romain Tartière authored
With hat: puppet
-
Romain Tartière authored
ChangeLog: https://github.com/voxpupuli/puppetboard/blob/master/CHANGELOG.md#420 With hat: puppet
-
Romain Tartière authored
With hat: puppet
-
Romain Tartière authored
Release notes: https://choria.io/blog/post/2022/11/07/november_releases/ With hat: puppet
-
Romain Tartière authored
Release notes: https://choria.io/blog/post/2022/11/07/november_releases/ With hat: puppet