pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/dunst



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Feb 21 12:55:17 UTC 2024

Modified Files:
        pkgsrc/x11/dunst: distinfo
        pkgsrc/x11/dunst/patches: patch-Makefile patch-src_input.c
            patch-src_x11_x.c

Log Message:
dunst: add upstream pull request URL to patches


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/dunst/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/dunst/patches/patch-Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/dunst/patches/patch-src_input.c \
    pkgsrc/x11/dunst/patches/patch-src_x11_x.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/dunst/distinfo
diff -u pkgsrc/x11/dunst/distinfo:1.13 pkgsrc/x11/dunst/distinfo:1.14
--- pkgsrc/x11/dunst/distinfo:1.13      Mon Apr 24 08:29:25 2023
+++ pkgsrc/x11/dunst/distinfo   Wed Feb 21 12:55:17 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.13 2023/04/24 08:29:25 wiz Exp $
+$NetBSD: distinfo,v 1.14 2024/02/21 12:55:17 wiz Exp $
 
 BLAKE2s (dunst-1.9.2.tar.gz) = bd64bbe477f2f40170133ec3658e8b8b43cbc509bf3e2b0ad8fceaac41cb0097
 SHA512 (dunst-1.9.2.tar.gz) = fab14212dc41e8deed97320c18b88e0be576f0404406691dcedb9620a1382dfdfc501e4ff2005b1ce8b4a61b52f1a9cf161f20a1eae15aa2382f3fedc99a2dbc
 Size (dunst-1.9.2.tar.gz) = 4614703 bytes
-SHA1 (patch-Makefile) = 7a4f1733279a0804a9a168f29b3a93da2c74a2d6
-SHA1 (patch-src_input.c) = 5f5da708c7419c1fa94da9c3cc82b90c8abe8e3f
-SHA1 (patch-src_x11_x.c) = e3f7ce8e0522c258154f9be8e19221536e039c8b
+SHA1 (patch-Makefile) = 5f18a554e72da0f741a39eb188a53169e845bcd9
+SHA1 (patch-src_input.c) = dbc9294cccb37048972ac7c0d01bbe65362a9111
+SHA1 (patch-src_x11_x.c) = 94a4b65bde1a0e4325a0fe76939b4ce4112f2a58

Index: pkgsrc/x11/dunst/patches/patch-Makefile
diff -u pkgsrc/x11/dunst/patches/patch-Makefile:1.8 pkgsrc/x11/dunst/patches/patch-Makefile:1.9
--- pkgsrc/x11/dunst/patches/patch-Makefile:1.8 Mon Apr 24 08:29:26 2023
+++ pkgsrc/x11/dunst/patches/patch-Makefile     Wed Feb 21 12:55:17 2024
@@ -1,7 +1,9 @@
-$NetBSD: patch-Makefile,v 1.8 2023/04/24 08:29:26 wiz Exp $
+$NetBSD: patch-Makefile,v 1.9 2024/02/21 12:55:17 wiz Exp $
 
 Use BSD_INSTALL.
+
 Fix find(1) usage on non-GNU systems.
+https://github.com/dunst-project/dunst/pull/1288
 
 --- Makefile.orig      2023-04-20 16:55:58.000000000 +0000
 +++ Makefile

Index: pkgsrc/x11/dunst/patches/patch-src_input.c
diff -u pkgsrc/x11/dunst/patches/patch-src_input.c:1.1 pkgsrc/x11/dunst/patches/patch-src_input.c:1.2
--- pkgsrc/x11/dunst/patches/patch-src_input.c:1.1      Mon Jan  9 18:44:17 2023
+++ pkgsrc/x11/dunst/patches/patch-src_input.c  Wed Feb 21 12:55:17 2024
@@ -1,6 +1,7 @@
-$NetBSD: patch-src_input.c,v 1.1 2023/01/09 18:44:17 vins Exp $
+$NetBSD: patch-src_input.c,v 1.2 2024/02/21 12:55:17 wiz Exp $
 
 Allow building on systems without evdev.
+https://github.com/dunst-project/dunst/pull/1288
 
 --- src/input.c.orig   2022-06-27 12:43:39.000000000 +0000
 +++ src/input.c
Index: pkgsrc/x11/dunst/patches/patch-src_x11_x.c
diff -u pkgsrc/x11/dunst/patches/patch-src_x11_x.c:1.1 pkgsrc/x11/dunst/patches/patch-src_x11_x.c:1.2
--- pkgsrc/x11/dunst/patches/patch-src_x11_x.c:1.1      Mon Jan  9 18:44:17 2023
+++ pkgsrc/x11/dunst/patches/patch-src_x11_x.c  Wed Feb 21 12:55:17 2024
@@ -1,6 +1,7 @@
-$NetBSD: patch-src_x11_x.c,v 1.1 2023/01/09 18:44:17 vins Exp $
+$NetBSD: patch-src_x11_x.c,v 1.2 2024/02/21 12:55:17 wiz Exp $
 
 Allow building on systems without evdev.
+https://github.com/dunst-project/dunst/pull/1288
 
 --- src/x11/x.c.orig   2022-06-27 12:43:39.000000000 +0000
 +++ src/x11/x.c



Home | Main Index | Thread Index | Old Index