View | Details | Raw Unified | Return to bug 235868
Collapse All | Expand All

(-)devel/xdg-utils/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	xdg-utils
4
PORTNAME=	xdg-utils
5
PORTVERSION=	1.1.3
5
PORTVERSION=	1.1.3
6
PORTREVISION=	1
6
CATEGORIES=	devel
7
CATEGORIES=	devel
7
MASTER_SITES=	http://portland.freedesktop.org/download/
8
MASTER_SITES=	http://portland.freedesktop.org/download/
8
9
(-)devel/xdg-utils/files/patch-scripts_xdg-screensaver.in (-1 / +11 lines)
Lines 1-4 Link Here
1
--- scripts/xdg-screensaver.in.orig	2019-01-08 19:02:17 UTC
1
--- scripts/xdg-screensaver.in.orig	2018-05-10 15:02:31 UTC
2
+++ scripts/xdg-screensaver.in
2
+++ scripts/xdg-screensaver.in
3
@@ -27,7 +27,9 @@ _USAGE
3
@@ -27,7 +27,9 @@ _USAGE
4
 #@xdg-utils-common@
4
 #@xdg-utils-common@
Lines 11-13 Link Here
11
    # We can securely move files in /tmp with mv -T
11
    # We can securely move files in /tmp with mv -T
12
    DEBUG 1 "mv -T available"
12
    DEBUG 1 "mv -T available"
13
    MV="mv -T"
13
    MV="mv -T"
14
@@ -378,7 +380,8 @@ screensaver_kde3()
15
 
16
 xset_screensaver_timeout()
17
 {
18
-  xset q | sed '/^Screen Saver:/,/^[^ ]/ { s/.*timeout: *\([0-9]*\).*/\1/; t }; d'
19
+  xset q | sed '/^Screen Saver:/,/^[^ ]/ { s/.*timeout: *\([0-9]*\).*/\1/; t
20
+  }; d'
21
 }
22
 
23
 screensaver_xserver()

Return to bug 235868