diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-12-21 20:34:46 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-12-21 20:34:46 +0000 |
commit | 80b494d541b9b8ce0321feff786d39d69ea6d08e (patch) | |
tree | aafa882a6dd628d2fc052144ce0085bf661c02bf /x11 | |
parent | 1b412737690daa78ae707a694bb5af2cdcd42256 (diff) | |
download | ports-80b494d541b9b8ce0321feff786d39d69ea6d08e.tar.gz ports-80b494d541b9b8ce0321feff786d39d69ea6d08e.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fnott/Makefile | 2 | ||||
-rw-r--r-- | x11/fnott/distinfo | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/x11/fnott/Makefile b/x11/fnott/Makefile index 0917448e6b6d..ebb6920e554c 100644 --- a/x11/fnott/Makefile +++ b/x11/fnott/Makefile @@ -2,6 +2,7 @@ PORTNAME= fnott DISTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ @@ -12,6 +13,7 @@ PATCHFILES+= 70320c12d4f2.patch:-p1 # CLOCK_BOOTTIME PATCHFILES+= b18d23338a86.patch:-p1 # memfd_create PATCHFILES+= 4dbfa266ecc3.patch:-p1 # _POSIX_C_SOURCE PATCHFILES+= ad36c1beefe6.patch:-p1 # epoll-shim +PATCHFILES+= df8da5ef6563.patch:-p1 # fnottctl crashfix MAINTAINER= jbeich@FreeBSD.org COMMENT= Keyboard-driven notification daemon for wlroots-based compositors diff --git a/x11/fnott/distinfo b/x11/fnott/distinfo index e27e4b20aabc..6df99a38eeaa 100644 --- a/x11/fnott/distinfo +++ b/x11/fnott/distinfo @@ -13,3 +13,5 @@ SHA256 (4dbfa266ecc3.patch) = b1f3d10bda8a373a9f15fa5affaf6e0d9203d8178a058d38fb SIZE (4dbfa266ecc3.patch) = 2713 SHA256 (ad36c1beefe6.patch) = 01d5757b737d22c9f82a80f3758f0b6262ce8c3b453b27f07b6f86f45c250c81 SIZE (ad36c1beefe6.patch) = 2739 +SHA256 (df8da5ef6563.patch) = 45a7322eda1ab314783944f2369522629c454fcdce2e51e2a3340f8b46376fdb +SIZE (df8da5ef6563.patch) = 4798 |