Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.3_3 18 Mar 2025 15:36:30
    |
Nuno Teixeira (eduardo)  |
*/*: Chase graphics/imlib2 update
New imlib2 version in ports. |
0.9.3_2 03 Sep 2024 14:04:33
    |
Jan Beich (jbeich)  |
x11/xnotify: drop maintainership |
0.9.3_2 16 Jul 2024 12:00:59
    |
Nuno Teixeira (eduardo)  |
*/*: Bump consumers of graphics/imlib2
New version of imlib2 in tree |
0.9.3_1 22 Jan 2024 01:32:49
    |
Muhammad Moinur Rahman (bofh)  |
x11/xnotify: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
0.9.3_1 20 Jan 2024 13:55:49
    |
Nuno Teixeira (eduardo)  |
*/*: Bump consumers of graphics/imlib2
New version of imlib2 in tree |
0.9.3 10 Jun 2023 23:13:40
    |
Jan Beich (jbeich)  |
x11/xnotify: add hook for out-of-tree patches
https://github.com/phillbush/xnotify/pulls?q=is%3Apr+is%3Aopen+patch+in%3Atitle |
0.9.3 14 Jan 2023 00:24:49
    |
Jan Beich (jbeich)  |
x11/xnotify: update to 0.9.3
Changes: https://github.com/phillbush/xnotify/releases/tag/v0.9.2
Changes: https://github.com/phillbush/xnotify/releases/tag/v0.9.3
Reported by: GitHub (watch releases) |
0.9.1 13 Jan 2023 09:41:58
    |
Jan Beich (jbeich)  |
x11/xnotify: update to 0.9.1
Changes: https://github.com/phillbush/xnotify/releases/tag/v0.9.1
Reported by: GitHub (watch releases) |
0.9.0 12 Jan 2023 17:43:05
    |
Jan Beich (jbeich)  |
x11/xnotify: update to 0.9.0
Changes: https://github.com/phillbush/xnotify/releases/tag/v0.9.0
Reported by: GitHub (watch releases) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.8.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
0.8.1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.8.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.8.1 01 Dec 2020 04:07:13
  |
jbeich  |
x11/xnotify: update to 0.8.1
Changes: https://github.com/phillbush/xnotify/releases/tag/v0.8.1
Reported by: GitHub (watch releases) |
0.7.3 06 Nov 2020 21:30:25
  |
jbeich  |
x11/xnotify: respect LDFLAGS
$ CFLAGS=-fsanitize=address LDFLAGS=-fsanitize=address make
[...]
cc -o xnotify xnotify.o -L/usr/local/lib -L/usr/local/lib -lfontconfig -lXft
-lX11 -lXinerama -lImlib2
ld: error: undefined symbol: __asan_report_load8
>>> referenced by xnotify.c:51
>>> xnotify.o:(usage)
>>> referenced by xnotify.c:1082
>>> xnotify.o:(main)
>>> referenced by xnotify.c:1082
>>> xnotify.o:(main)
>>> referenced 172 more times |
0.7.3 05 Nov 2020 11:50:33
  |
jbeich  |
x11/xnotify: add new port
XNotify displays a notification on the screen. XNotify receives a
notification specification in stdin and shows a notification for the
user on the screen.
https://github.com/phillbush/xnotify |