summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-12-18 14:21:33 +0100
committerJan Beich <jbeich@FreeBSD.org>2023-12-18 16:22:35 +0100
commit32a9ee813339ad197643d9b387392fba409e9f31 (patch)
tree361d9ac8239d550b3fda5a51f7b5472b4d54a17a /x11
parentx11/swaylock-plugin: update to s20231217 (diff)
x11/wscreensaver: update to s20231216
Changes: https://git.sr.ht/~mstoeckl/wscreensaver/log
Diffstat (limited to 'x11')
-rw-r--r--x11/wscreensaver/Makefile6
-rw-r--r--x11/wscreensaver/distinfo6
-rw-r--r--x11/wscreensaver/pkg-descr3
3 files changed, 8 insertions, 7 deletions
diff --git a/x11/wscreensaver/Makefile b/x11/wscreensaver/Makefile
index 1d9aaf849226..4b32e7a898a3 100644
--- a/x11/wscreensaver/Makefile
+++ b/x11/wscreensaver/Makefile
@@ -1,6 +1,6 @@
PORTNAME= wscreensaver
-DISTVERSION= s20230221
-DISTVERSIONSUFFIX= -0-g59b6211b
+DISTVERSION= s20231216
+DISTVERSIONSUFFIX= -0-g0740a5a1
CATEGORIES= x11 wayland
MASTER_SITES= https://git.sr.ht/~mstoeckl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
@@ -25,7 +25,7 @@ post-patch:
@${SED} '/@SET_MAKE@/d; s,@srcdir@,.,; s,@top_srcdir@,../..,' \
${WRKSRC:H}/hacks/images/Makefile.in \
>${WRKSRC:H}/hacks/images/Makefile
-# Avoid package conflict
+# Disambiguate shell completions
@${REINPLACE_CMD} -e "s/'xscreensaver-'/'${PORTNAME}-'/" \
${WRKSRC}/meson.build
diff --git a/x11/wscreensaver/distinfo b/x11/wscreensaver/distinfo
index 6d1b7b4ece8c..60c454168972 100644
--- a/x11/wscreensaver/distinfo
+++ b/x11/wscreensaver/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1677028558
-SHA256 (wscreensaver-s20230221-0-g59b6211b.tar.gz) = 21b9e1bd168457b8749217c7047f81d7324e8ef70e40a8e8d8807e782e074479
-SIZE (wscreensaver-s20230221-0-g59b6211b.tar.gz) = 26406133
+TIMESTAMP = 1702779201
+SHA256 (wscreensaver-s20231216-0-g0740a5a1.tar.gz) = ed847e54b8a5cef8e7c407710925129be879318300712ac9bb3a4a689a8a2447
+SIZE (wscreensaver-s20231216-0-g0740a5a1.tar.gz) = 26408265
diff --git a/x11/wscreensaver/pkg-descr b/x11/wscreensaver/pkg-descr
index 876c14dfe5cb..7a2ad64bddbb 100644
--- a/x11/wscreensaver/pkg-descr
+++ b/x11/wscreensaver/pkg-descr
@@ -6,4 +6,5 @@ With swaylock-plugin, it is possible to use these as backgrounds for a
lock screen on some Wayland compositors as well.
Note: this is a very rough work in progress, so don't be surprised if half of
-the compiled hacks fail to run, or render incorrectly.
+the compiled hacks fail to run, or render incorrectly. I am not actively
+maintaining this and have no plans to get the remaining hacks to work.