Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/dunst Install a script as script, so it doesn't ge...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c49d71610c69
branches:  trunk
changeset: 436902:c49d71610c69
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Aug 11 18:40:45 2020 +0000

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

diffstat:

 x11/dunst/distinfo               |  4 ++--
 x11/dunst/patches/patch-Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 56e5796828ff -r c49d71610c69 x11/dunst/distinfo
--- a/x11/dunst/distinfo        Tue Aug 11 18:06:10 2020 +0000
+++ b/x11/dunst/distinfo        Tue Aug 11 18:40:45 2020 +0000
@@ -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
diff -r 56e5796828ff -r c49d71610c69 x11/dunst/patches/patch-Makefile
--- a/x11/dunst/patches/patch-Makefile  Tue Aug 11 18:06:10 2020 +0000
+++ b/x11/dunst/patches/patch-Makefile  Tue Aug 11 18:40:45 2020 +0000
@@ -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 @@
  
  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