notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: x11/swaync/Makefile
SVNWeb

Number of commits found: 41

Mon, 7 Aug 2023
[ 16:34 Gleb Popov (arrowd) search for other commits by this committer ]    commit hash:b1ecad53b0b32916e5db596b26334db8015e4299  commit hash:b1ecad53b0b32916e5db596b26334db8015e4299  commit hash:b1ecad53b0b32916e5db596b26334db8015e4299  b1ecad5  (Only the first 10 of 201 ports in this commit are shown above. View all ports for this commit)
audio/pulseaudio: Update to 16.1

Bump PORTREVISION on consumers.

Sponsored by:	Serenity Cybersecurity, LLC

PR:		262713
Mon, 29 May 2023
[ 15:47 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:b2dce3bad3837f6aa4c00f2e166da14a9b8f85f1  commit hash:b2dce3bad3837f6aa4c00f2e166da14a9b8f85f1  commit hash:b2dce3bad3837f6aa4c00f2e166da14a9b8f85f1  b2dce3b 
x11/swaync: update to 0.9.0

Changes:	https://github.com/ErikReider/SwayNotificationCenter/releases/tag/v0.9.0
Reported by:	GitHub (watch releases)
Tue, 25 Apr 2023
[ 15:17 Christian Weisgerber (naddy) search for other commits by this committer ]    commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  feb1fa3  (Only the first 10 of 1613 ports in this commit are shown above. View all ports for this commit)
audio/opus: bump consumers after update to 1.4
Thu, 2 Mar 2023
[ 05:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  fa81a4f  (Only the first 10 of 1168 ports in this commit are shown above. View all ports for this commit)
accessibility/at-spi2-core: update to 2.46.0

What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 23 Feb 2023
[ 22:28 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:af3d1a7b4e7c3f9be348ef5d3bd99ab9add8254f  commit hash:af3d1a7b4e7c3f9be348ef5d3bd99ab9add8254f  commit hash:af3d1a7b4e7c3f9be348ef5d3bd99ab9add8254f  af3d1a7 
x11/swaync: update to 0.8.0

Changes:	https://github.com/ErikReider/SwayNotificationCenter/releases/tag/v0.8.0
Reported by:	GitHub (watch releases)
Sun, 12 Feb 2023
[ 17:18 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:7f04ef6336dc16b181f6d605fd572733257ad729  commit hash:7f04ef6336dc16b181f6d605fd572733257ad729  commit hash:7f04ef6336dc16b181f6d605fd572733257ad729  7f04ef6 
x11/swaync: switch d9ead0ea74a3 to upstream fix
[ 00:50 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:d9ead0ea74a3b3b269a73eaa6847e388d6b32765  commit hash:d9ead0ea74a3b3b269a73eaa6847e388d6b32765  commit hash:d9ead0ea74a3b3b269a73eaa6847e388d6b32765  d9ead0e 
x11/swaync: unbreak build with clang 15

src/swaync.p/configModel/configModel.c:3810:46: error: incompatible integer to
pointer conversion passing 'gboolean' (aka 'int') to parameter of type
'gpointer' (aka 'void *') [-Wint-conversion]
                                                g_hash_table_insert (_tmp24_,
_tmp26_, json_node_get_boolean (_tmp27_));
                                                                                
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/glib-2.0/glib/ghash.h:73:61: note: passing argument to
parameter 'value' here
                                            gpointer        value);
                                                            ^
src/swaync.p/configModel/configModel.c:4333:33: error: incompatible integer to
pointer conversion passing 'gboolean' (aka 'int') to parameter of type
'gpointer' (aka 'void *') [-Wint-conversion]
                                                g_ptr_array_add (_tmp16_,
json_node_get_boolean (_tmp17_));
                                                                         
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/glib-2.0/glib/garray.h:198:27: note: passing argument to
parameter 'data' here
                                           gpointer          data);
                                                             ^
src/swaync.p/configModel/configModel.c:4342:33: error: incompatible integer to
pointer conversion passing 'gint64' (aka 'long') to parameter of type 'gpointer'
(aka 'void *') [-Wint-conversion]
                                                g_ptr_array_add (_tmp18_,
json_node_get_int (_tmp19_));
                                                                         
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/glib-2.0/glib/garray.h:198:27: note: passing argument to
parameter 'data' here
                                           gpointer          data);
                                                             ^

Reported by:	pkg-fallout
Mon, 28 Nov 2022
[ 23:54 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:163b8df4a657847e16b38fcb481426ee4ee02f20  commit hash:163b8df4a657847e16b38fcb481426ee4ee02f20  commit hash:163b8df4a657847e16b38fcb481426ee4ee02f20  163b8df 
x11/swaync: update to 0.7.3

Changes:	https://github.com/ErikReider/SwayNotificationCenter/releases/tag/v0.7.3
Reported by:	GitHub (watch releases)
Thu, 22 Sep 2022
[ 22:53 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:45be27c8c4940ea4bc475b2d6414f501101749de  commit hash:45be27c8c4940ea4bc475b2d6414f501101749de  commit hash:45be27c8c4940ea4bc475b2d6414f501101749de  45be27c 
x11/swaync: update to 0.7.2

Changes:	https://github.com/ErikReider/SwayNotificationCenter/releases/tag/v0.7.2
Reported by:	GitHub (watch releases)
Thu, 15 Sep 2022
[ 21:29 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:2c05322981ec5c6115d753f4689aecb2f7950d83  commit hash:2c05322981ec5c6115d753f4689aecb2f7950d83  commit hash:2c05322981ec5c6115d753f4689aecb2f7950d83  2c05322 
x11/swaync: update to 0.7.1

Changes:	https://github.com/ErikReider/SwayNotificationCenter/releases/tag/v0.7.0
Changes:	https://github.com/ErikReider/SwayNotificationCenter/releases/tag/v0.7.1
Reported by:	GitHub (watch releases)
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 26 Aug 2022
[ 22:16 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:f5577e69a377df3efd81857785f6c82bf20ab6ec  commit hash:f5577e69a377df3efd81857785f6c82bf20ab6ec  commit hash:f5577e69a377df3efd81857785f6c82bf20ab6ec  f5577e6 
x11/swaync: update to 0.6.3

Changes:	https://github.com/ErikReider/SwayNotificationCenter/releases/tag/v0.6
Changes:	https://github.com/ErikReider/SwayNotificationCenter/releases/tag/v0.6.1
Changes:	https://github.com/ErikReider/SwayNotificationCenter/releases/tag/v0.6.2
Changes:	https://github.com/ErikReider/SwayNotificationCenter/releases/tag/v0.6.3
Reported by:	GitHub (watch releases)
[ 17:02 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd  commit hash:d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd  commit hash:d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd  d9b0d9a  (Only the first 10 of 165 ports in this commit are shown above. View all ports for this commit)
framework: switch tree to using vala.mk

PR:		249940
Fri, 1 Jul 2022
[ 08:01 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:b2eed2d66478efa63594275ffecd1be2d565c983  commit hash:b2eed2d66478efa63594275ffecd1be2d565c983  commit hash:b2eed2d66478efa63594275ffecd1be2d565c983  b2eed2d  (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
wayland: add wayland virtual category
Sun, 3 Apr 2022
[ 17:10 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:89ecfa89f39c6876d5ffd775925d17856938f7c8  commit hash:89ecfa89f39c6876d5ffd775925d17856938f7c8  commit hash:89ecfa89f39c6876d5ffd775925d17856938f7c8  89ecfa8 
x11/swaync: update to 0.5

Changes:	https://github.com/ErikReider/SwayNotificationCenter/releases/tag/v0.5
Reported by:	GitHub (watch releases)
Sat, 19 Feb 2022
[ 23:57 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:8957b4bf836154a92028ffded3e7602ca2a67e0b  commit hash:8957b4bf836154a92028ffded3e7602ca2a67e0b  commit hash:8957b4bf836154a92028ffded3e7602ca2a67e0b  8957b4b 
x11/swaync: update to 0.4

Changes:	https://github.com/ErikReider/SwayNotificationCenter/releases/tag/v0.4
Reported by:	GitHub (watch releases)
Thu, 3 Feb 2022
[ 00:51 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:d79790970038c8452bf6d752a7a742b91b17716a  commit hash:d79790970038c8452bf6d752a7a742b91b17716a  commit hash:d79790970038c8452bf6d752a7a742b91b17716a  d797909 
x11/swaync: actually update after e223cc81b4b2
Sat, 8 Jan 2022
[ 23:58 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:e223cc81b4b239c981f2c1d0bf63604b239a4088  commit hash:e223cc81b4b239c981f2c1d0bf63604b239a4088  commit hash:e223cc81b4b239c981f2c1d0bf63604b239a4088  e223cc8 
x11/swaync: update to 0.3

Changes:	https://github.com/ErikReider/SwayNotificationCenter/compare/c345804...v0.3
Reported by:	GitHub (watch releases)
[ 09:55 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:6855bc7f7781d05e8c5576987ed957a4776311db  commit hash:6855bc7f7781d05e8c5576987ed957a4776311db  commit hash:6855bc7f7781d05e8c5576987ed957a4776311db  6855bc7 
x11/swaync: update to s20220106

Changes:	https://github.com/ErikReider/SwayNotificationCenter/compare/c1eb052...c345804
[ 09:55 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:18b4bed4dbf9720ecebd88d154919122ddde6254  commit hash:18b4bed4dbf9720ecebd88d154919122ddde6254  commit hash:18b4bed4dbf9720ecebd88d154919122ddde6254  18b4bed 
x11/swaync: move PLIST_FILES to pkg-plist
Thu, 30 Dec 2021
[ 00:43 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:c2554fcecae8507b59aae249a1597cc22a767a9d  commit hash:c2554fcecae8507b59aae249a1597cc22a767a9d  commit hash:c2554fcecae8507b59aae249a1597cc22a767a9d  c2554fc 
x11/swaync: update to s20211228

Changes:	https://github.com/ErikReider/SwayNotificationCenter/compare/5e5efb0...c1eb052
Tue, 28 Dec 2021
[ 00:40 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:40167251e9f901844db5ccf366d52bc86215cb0a  commit hash:40167251e9f901844db5ccf366d52bc86215cb0a  commit hash:40167251e9f901844db5ccf366d52bc86215cb0a  4016725 
x11/swaync: update to s20211227

Changes:	https://github.com/ErikReider/SwayNotificationCenter/compare/bf9309b...5e5efb0
Fri, 24 Dec 2021
[ 13:14 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:5a2f46059fe67f164a5114e3068d5092a707a145  commit hash:5a2f46059fe67f164a5114e3068d5092a707a145  commit hash:5a2f46059fe67f164a5114e3068d5092a707a145  5a2f460 
x11/swaync: update to s20211223

Changes:	https://github.com/ErikReider/SwayNotificationCenter/compare/a699043...bf9309b
Thu, 23 Dec 2021
[ 00:44 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:28400647bb33273b305a53a67c7819ee3386380b  commit hash:28400647bb33273b305a53a67c7819ee3386380b  commit hash:28400647bb33273b305a53a67c7819ee3386380b  2840064 
x11/swaync: update to s20211222

Changes:	https://github.com/ErikReider/SwayNotificationCenter/compare/f0c3918...a699043
Wed, 15 Dec 2021
[ 18:41 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:5d56a8c6b6526dfa481d7f03945839b0e567a4f6  commit hash:5d56a8c6b6526dfa481d7f03945839b0e567a4f6  commit hash:5d56a8c6b6526dfa481d7f03945839b0e567a4f6  5d56a8c 
x11/swaync: update to s20211214

Changes:	https://github.com/ErikReider/SwayNotificationCenter/compare/75894f5...f0c3918
Sat, 4 Dec 2021
[ 00:37 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:f2c51de050163fe8ddeb3cfcea12b18e1855387c  commit hash:f2c51de050163fe8ddeb3cfcea12b18e1855387c  commit hash:f2c51de050163fe8ddeb3cfcea12b18e1855387c  f2c51de 
x11/swaync: update to s20211203

Changes:	https://github.com/ErikReider/SwayNotificationCenter/compare/baab0cdb...75894f5
Sat, 20 Nov 2021
[ 00:34 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:8319355e0d079e076c23e31e35fd90c1b582bf31  commit hash:8319355e0d079e076c23e31e35fd90c1b582bf31  commit hash:8319355e0d079e076c23e31e35fd90c1b582bf31  8319355 
x11/swaync: update to s20211117

Changes:	https://github.com/ErikReider/SwayNotificationCenter/compare/56e41f2...baab0cd
Sat, 13 Nov 2021
[ 00:30 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:09e0e417a7ac318939a98d87787f23ecf91db2b1  commit hash:09e0e417a7ac318939a98d87787f23ecf91db2b1  commit hash:09e0e417a7ac318939a98d87787f23ecf91db2b1  09e0e41 
x11/swaync: update to s20211110

Changes:	https://github.com/ErikReider/SwayNotificationCenter/compare/9aae9c9...56e41f2
Thu, 21 Oct 2021
[ 00:18 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:dfd4f1b9fd542b2b9e85245df603356ba2cb2e7d  commit hash:dfd4f1b9fd542b2b9e85245df603356ba2cb2e7d  commit hash:dfd4f1b9fd542b2b9e85245df603356ba2cb2e7d  dfd4f1b 
x11/swaync: update to s20211020

Changes:	https://github.com/ErikReider/SwayNotificationCenter/compare/e5b1579...9aae9c9
Tue, 19 Oct 2021
[ 00:52 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:3a44d8cd8e50c066e2f12e66f677d8c2736fc054  commit hash:3a44d8cd8e50c066e2f12e66f677d8c2736fc054  commit hash:3a44d8cd8e50c066e2f12e66f677d8c2736fc054  3a44d8c 
x11/swaync: update to s20211016

Changes:	https://github.com/ErikReider/SwayNotificationCenter/compare/37ea6c6...e5b1579
Thu, 14 Oct 2021
[ 00:53 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:e6e013ff77369c57302123c1098b8f1a3888c6f9  commit hash:e6e013ff77369c57302123c1098b8f1a3888c6f9  commit hash:e6e013ff77369c57302123c1098b8f1a3888c6f9  e6e013f 
x11/swaync: update to s20211013

Changes:	https://github.com/ErikReider/SwayNotificationCenter/compare/676b772...37ea6c6
Sat, 2 Oct 2021
[ 00:10 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:3f628cc763d37cb7ee8d3a5e2e6de9d419a24966  commit hash:3f628cc763d37cb7ee8d3a5e2e6de9d419a24966  commit hash:3f628cc763d37cb7ee8d3a5e2e6de9d419a24966  3f628cc 
x11/swaync: update to s20211001

Changes:	https://github.com/ErikReider/SwayNotificationCenter/compare/4cdf270...676b772
Sat, 18 Sep 2021
[ 02:32 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:f0f3ae5e547e7eb2c331e143cc287b8749bbc6ec  commit hash:f0f3ae5e547e7eb2c331e143cc287b8749bbc6ec  commit hash:f0f3ae5e547e7eb2c331e143cc287b8749bbc6ec  f0f3ae5e 
x11/swaync: update to s20210917

Changes:	https://github.com/ErikReider/SwayNotificationCenter/compare/dc8c471...4cdf270
Sat, 14 Aug 2021
[ 00:30 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:8d72f60eefd59fa42656b560f44b717a31dfc2ea  commit hash:8d72f60eefd59fa42656b560f44b717a31dfc2ea  commit hash:8d72f60eefd59fa42656b560f44b717a31dfc2ea  8d72f60 
x11/swaync: update to s20210812

Changes:	https://github.com/ErikReider/SwayNotificationCenter/compare/ee89a1d...dc8c471
Mon, 9 Aug 2021
[ 23:54 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:da85d05cef5de30979ed551a3752a566ed6dcc83  commit hash:da85d05cef5de30979ed551a3752a566ed6dcc83  commit hash:da85d05cef5de30979ed551a3752a566ed6dcc83  da85d05 
x11/swaync: update to s20210808

Changes:	https://github.com/ErikReider/SwayNotificationCenter/compare/09c0129...ee89a1d
Sun, 8 Aug 2021
[ 00:22 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:c82091cbc9d99e1b3c1b3ec8c3e342254d22cf5a  commit hash:c82091cbc9d99e1b3c1b3ec8c3e342254d22cf5a  commit hash:c82091cbc9d99e1b3c1b3ec8c3e342254d22cf5a  c82091c 
x11/swaync: update to s20210807

Changes:	https://github.com/ErikReider/SwayNotificationCenter/compare/399501c...09c0129
Sat, 7 Aug 2021
[ 00:36 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:39439f4f1d9d66b5131010b2d38b1e6f4a0b3169  commit hash:39439f4f1d9d66b5131010b2d38b1e6f4a0b3169  commit hash:39439f4f1d9d66b5131010b2d38b1e6f4a0b3169  39439f4 
x11/swaync: update to s20210806

Changes:	https://github.com/ErikReider/SwayNotificationCenter/compare/fb21a14...399501c
[ 00:36 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:bf465edb834ff1a7b7f5599485c64a3e90ae6040  commit hash:bf465edb834ff1a7b7f5599485c64a3e90ae6040  commit hash:bf465edb834ff1a7b7f5599485c64a3e90ae6040  bf465ed 
x11/swaync: allow editing system-wide config
Tue, 3 Aug 2021
[ 00:08 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:b84f980c3f5c3f8743baa56c6a72bec819a18b83  commit hash:b84f980c3f5c3f8743baa56c6a72bec819a18b83  commit hash:b84f980c3f5c3f8743baa56c6a72bec819a18b83  b84f980 
x11/swaync: update to s20210802

Changes:	https://github.com/ErikReider/SwayNotificationCenter/compare/590fd40...fb21a14
Sat, 31 Jul 2021
[ 23:44 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:85b99c5b583a7aa2225f04c5a1e013abca1403a3  commit hash:85b99c5b583a7aa2225f04c5a1e013abca1403a3  commit hash:85b99c5b583a7aa2225f04c5a1e013abca1403a3  85b99c5 
x11/swaync: update to s20210731

Changes:	https://github.com/ErikReider/SwayNotificationCenter/compare/4abddf0...590fd40
Fri, 30 Jul 2021
[ 18:06 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:98727f624287cfc06da9fc0d253e362d7b59dce5  commit hash:98727f624287cfc06da9fc0d253e362d7b59dce5  commit hash:98727f624287cfc06da9fc0d253e362d7b59dce5  98727f6 
x11/swaync: add new port

swaync is a simple notification daemon with a GUI
built for Sway (potentially any WM with wlroots).

Features:
- A panel to view previous notifications
- Show album art for notifications like Spotify
- Do not disturb
- Click notification to execute default action
- Show alternative notification actions
- The same features as any other basic notification daemon

Planned Features:
- Customization through a CSS file
- Slick animations

https://github.com/ErikReider/SwayNotificationCenter

Number of commits found: 41