diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-11-16 16:03:09 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-11-16 16:03:09 +0000 |
commit | d198cfa670e36be1cda71b6ad9305b98ea8d621d (patch) | |
tree | cdd7ef6c8f67cf81694277ec5d94b9061f1c1acb /x11 | |
parent | 09df7c605ad4019e9407f784983e8f49c3f5f714 (diff) | |
download | freebsd-ports-d198cfa670e36be1cda71b6ad9305b98ea8d621d.zip |
x11/swaylock-effects: unbreak --screenshots
Diffstat (limited to 'x11')
-rw-r--r-- | x11/swaylock-effects/Makefile | 5 | ||||
-rw-r--r-- | x11/swaylock-effects/distinfo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/x11/swaylock-effects/Makefile b/x11/swaylock-effects/Makefile index bc1dc5a906f0..1b4d89920bf3 100644 --- a/x11/swaylock-effects/Makefile +++ b/x11/swaylock-effects/Makefile @@ -2,9 +2,12 @@ DISTVERSIONPREFIX= v DISTVERSION= 1.6-3 -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -effects +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= ea4b63d8fff3.patch:-p1 # https://github.com/mortie/swaylock-effects/pull/37 + COMMENT?= Screen locker for Wayland with fancy effects MASTERDIR= ${.CURDIR}/../swaylock diff --git a/x11/swaylock-effects/distinfo b/x11/swaylock-effects/distinfo index 25cf8d3f66e6..011ebe8f7c0a 100644 --- a/x11/swaylock-effects/distinfo +++ b/x11/swaylock-effects/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1605538325 SHA256 (mortie-swaylock-effects-v1.6-3_GH0.tar.gz) = c7c4e420276aef9bd952b321b68e24c31f050859a226edb8fde15a5ccee1a9fe SIZE (mortie-swaylock-effects-v1.6-3_GH0.tar.gz) = 620277 +SHA256 (ea4b63d8fff3.patch) = 5482c003ae7c2ec2ceac9c3944583b25312b56772a1c77ff427c38376ad368ab +SIZE (ea4b63d8fff3.patch) = 911 |