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:   joerg
Date:           Tue Aug 11 18:40:45 UTC 2020

Modified Files:
        pkgsrc/x11/dunst: distinfo
        pkgsrc/x11/dunst/patches: patch-Makefile

Log Message:
Install a script as script, so it doesn't get stripped.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/dunst/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/dunst/patches/patch-Makefile

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.7 pkgsrc/x11/dunst/distinfo:1.8
--- pkgsrc/x11/dunst/distinfo:1.7       Wed Jul 29 12:27:13 2020
+++ pkgsrc/x11/dunst/distinfo   Tue Aug 11 18:40:45 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2020/07/29 12:27:13 wiz Exp $
+$NetBSD: distinfo,v 1.8 2020/08/11 18:40:45 joerg Exp $
 
 SHA1 (dunst-1.5.0.tar.gz) = abb1095ddef99b0f8db4cd9b5cce1eeafe1d848e
 RMD160 (dunst-1.5.0.tar.gz) = 1a17dd6bc6a03b11ca4c45e8f780fd2abb2e1b3c
 SHA512 (dunst-1.5.0.tar.gz) = 2057dc530adce1dac89f12f4ca55e9186d378ccc2b406e0fa20d43bc69f671dc303b608a4fea781ab1193bd2e159dcbdecf3baf50e27ac9b0f164965b5824c85
 Size (dunst-1.5.0.tar.gz) = 169272 bytes
-SHA1 (patch-Makefile) = aac393fc17357aad808ccff80da41ac9c351682f
+SHA1 (patch-Makefile) = 9ef53272ab7b41821a3c4f76fd302f4e143fe28e

Index: pkgsrc/x11/dunst/patches/patch-Makefile
diff -u pkgsrc/x11/dunst/patches/patch-Makefile:1.4 pkgsrc/x11/dunst/patches/patch-Makefile:1.5
--- pkgsrc/x11/dunst/patches/patch-Makefile:1.4 Wed Jul 29 12:27:13 2020
+++ pkgsrc/x11/dunst/patches/patch-Makefile     Tue Aug 11 18:40:45 2020
@@ -1,4 +1,4 @@
-$NetBSD: patch-Makefile,v 1.4 2020/07/29 12:27:13 wiz Exp $
+$NetBSD: patch-Makefile,v 1.5 2020/08/11 18:40:45 joerg Exp $
 
 Use BSD_INSTALL.
 
@@ -17,7 +17,7 @@ Use BSD_INSTALL.
  
  install-dunstctl: dunstctl
 -      install -Dm755 dunstctl ${DESTDIR}${BINDIR}/dunstctl
-+      ${BSD_INSTALL_PROGRAM} dunstctl ${DESTDIR}${BINDIR}/dunstctl
++      ${BSD_INSTALL_SCRIPT} dunstctl ${DESTDIR}${BINDIR}/dunstctl
  
  install-doc:
 -      install -Dm644 dunstrc ${DESTDIR}${DATADIR}/dunst/dunstrc



Home | Main Index | Thread Index | Old Index