1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

sysutils/dunst: Update to 1.13.2

Changelog: https://github.com/dunst-project/dunst/releases/tag/v1.13.2
This commit is contained in:
Zsolt Udvari
2026-03-27 16:37:05 +01:00
parent 002b3575ea
commit 87c2ecb60e
3 changed files with 55 additions and 25 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
PORTNAME= dunst
DISTVERSIONPREFIX= v
DISTVERSION= 1.13.1
DISTVERSION= 1.13.2
CATEGORIES= sysutils
MAINTAINER= uzsolt@FreeBSD.org
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1769322045
SHA256 (dunst-project-dunst-v1.13.1_GH0.tar.gz) = a578e5c2cdb546187355c710f1aa84c472e6e23828e692fe1cb0ebb9635b11a6
SIZE (dunst-project-dunst-v1.13.1_GH0.tar.gz) = 4666210
TIMESTAMP = 1774495684
SHA256 (dunst-project-dunst-v1.13.2_GH0.tar.gz) = c68645cecef4a45840cd67c19a18a3a21ecae6b331e9864c2b745c31aee5fc85
SIZE (dunst-project-dunst-v1.13.2_GH0.tar.gz) = 4685829
+51 -21
View File
@@ -1,43 +1,73 @@
--- Makefile.orig 2025-03-05 10:31:42 UTC
--- Makefile.orig 2026-03-27 15:21:58 UTC
+++ Makefile
@@ -229,23 +229,23 @@ install-dunst: dunst doc
@@ -230,51 +230,51 @@ install-dunst: dunst doc
install: install-dunst install-dunstctl install-dunstrc install-service
install-dunst: dunst doc
- install -Dm755 dunst ${DESTDIR}${BINDIR}/dunst
- install -Dm644 docs/dunst.1 ${DESTDIR}${MANPREFIX}/man1/dunst.1
- install -Dm644 docs/dunst.5 ${DESTDIR}${MANPREFIX}/man5/dunst.5
- install -Dm644 docs/dunstctl.1 ${DESTDIR}${MANPREFIX}/man1/dunstctl.1
- install -Dm644 docs/dunstify.1 ${DESTDIR}${MANPREFIX}/man1/dunstify.1
+ install -m555 dunst ${DESTDIR}${BINDIR}/dunst
+ install -m644 docs/dunst.1 ${DESTDIR}${MANPREFIX}/man1/dunst.1
+ install -m644 docs/dunst.5 ${DESTDIR}${MANPREFIX}/man5/dunst.5
+ install -m644 docs/dunstctl.1 ${DESTDIR}${MANPREFIX}/man1/dunstctl.1
+ install -m644 docs/dunstify.1 ${DESTDIR}${MANPREFIX}/man1/dunstify.1
- ${INSTALL} -Dm755 dunst ${DESTDIR}${BINDIR}/dunst
- ${INSTALL} -Dm644 docs/dunst.1 ${DESTDIR}${MANPREFIX}/man1/dunst.1
- ${INSTALL} -Dm644 docs/dunst.5 ${DESTDIR}${MANPREFIX}/man5/dunst.5
- ${INSTALL} -Dm644 docs/dunstctl.1 ${DESTDIR}${MANPREFIX}/man1/dunstctl.1
- ${INSTALL} -Dm644 docs/dunstify.1 ${DESTDIR}${MANPREFIX}/man1/dunstify.1
+ ${INSTALL} -m555 dunst ${DESTDIR}${BINDIR}/dunst
+ ${INSTALL} -m644 docs/dunst.1 ${DESTDIR}${MANPREFIX}/man1/dunst.1
+ ${INSTALL} -m644 docs/dunst.5 ${DESTDIR}${MANPREFIX}/man5/dunst.5
+ ${INSTALL} -m644 docs/dunstctl.1 ${DESTDIR}${MANPREFIX}/man1/dunstctl.1
+ ${INSTALL} -m644 docs/dunstify.1 ${DESTDIR}${MANPREFIX}/man1/dunstify.1
install-dunstctl: dunstctl
- install -Dm755 dunstctl ${DESTDIR}${BINDIR}/dunstctl
+ install -m555 dunstctl ${DESTDIR}${BINDIR}/dunstctl
- ${INSTALL} -Dm755 dunstctl ${DESTDIR}${BINDIR}/dunstctl
+ ${INSTALL} -m555 dunstctl ${DESTDIR}${BINDIR}/dunstctl
ifeq (1,${SYSCONF_FORCE_NEW})
install-dunstrc:
- install -Dm644 dunstrc ${DESTDIR}${SYSCONFFILE}
+ install -m644 dunstrc ${DESTDIR}${SYSCONFFILE}
- ${INSTALL} -Dm644 dunstrc ${DESTDIR}${SYSCONFFILE}
+ ${INSTALL} -m644 dunstrc ${DESTDIR}${SYSCONFFILE}
endif
install-service: install-service-dbus
install-service-dbus: service-dbus
- install -Dm644 org.knopwob.dunst.service ${DESTDIR}${SERVICEDIR_DBUS}/org.knopwob.dunst.service
+ install -m644 org.knopwob.dunst.service ${DESTDIR}${SERVICEDIR_DBUS}/org.knopwob.dunst.service
- ${INSTALL} -Dm644 org.knopwob.dunst.service ${DESTDIR}${SERVICEDIR_DBUS}/org.knopwob.dunst.service
+ ${INSTALL} -m644 org.knopwob.dunst.service ${DESTDIR}${SERVICEDIR_DBUS}/org.knopwob.dunst.service
ifneq (0,${SYSTEMD})
install-service: install-service-systemd
install-service-systemd: service-systemd
@@ -255,7 +255,7 @@ install-dunstify: dunstify
- ${INSTALL} -Dm644 dunst.systemd.service ${DESTDIR}${SERVICEDIR_SYSTEMD}/dunst.service
+ ${INSTALL} -m644 dunst.systemd.service ${DESTDIR}${SERVICEDIR_SYSTEMD}/dunst.service
endif
ifneq (0,${DUNSTIFY})
install: install-dunstify
install-dunstify: dunstify
- install -Dm755 dunstify ${DESTDIR}${BINDIR}/dunstify
+ install -m555 dunstify ${DESTDIR}${BINDIR}/dunstify
- ${INSTALL} -Dm755 dunstify ${DESTDIR}${BINDIR}/dunstify
+ ${INSTALL} -m755 dunstify ${DESTDIR}${BINDIR}/dunstify
endif
ifneq (0,${COMPLETIONS})
install: install-completions
install-completions:
- ${INSTALL} -Dm644 completions/dunst.bashcomp ${DESTDIR}${BASHCOMPLETIONDIR}/dunst
- ${INSTALL} -Dm644 completions/dunstctl.bashcomp ${DESTDIR}${BASHCOMPLETIONDIR}/dunstctl
- ${INSTALL} -Dm644 completions/_dunst.zshcomp ${DESTDIR}${ZSHCOMPLETIONDIR}/_dunst
- ${INSTALL} -Dm644 completions/_dunstctl.zshcomp ${DESTDIR}${ZSHCOMPLETIONDIR}/_dunstctl
- ${INSTALL} -Dm644 completions/dunst.fishcomp ${DESTDIR}${FISHCOMPLETIONDIR}/dunst.fish
- ${INSTALL} -Dm644 completions/dunstctl.fishcomp ${DESTDIR}${FISHCOMPLETIONDIR}/dunstctl.fish
+ ${INSTALL} -m644 completions/dunst.bashcomp ${DESTDIR}${BASHCOMPLETIONDIR}/dunst
+ ${INSTALL} -m644 completions/dunstctl.bashcomp ${DESTDIR}${BASHCOMPLETIONDIR}/dunstctl
+ ${INSTALL} -m644 completions/_dunst.zshcomp ${DESTDIR}${ZSHCOMPLETIONDIR}/_dunst
+ ${INSTALL} -m644 completions/_dunstctl.zshcomp ${DESTDIR}${ZSHCOMPLETIONDIR}/_dunstctl
+ ${INSTALL} -m644 completions/dunst.fishcomp ${DESTDIR}${FISHCOMPLETIONDIR}/dunst.fish
+ ${INSTALL} -m644 completions/dunstctl.fishcomp ${DESTDIR}${FISHCOMPLETIONDIR}/dunstctl.fish
ifneq (0,${DUNSTIFY})
install: install-completions-dunstify
install-completions-dunstify:
- ${INSTALL} -Dm644 completions/dunstify.bashcomp ${DESTDIR}${BASHCOMPLETIONDIR}/dunstify
- ${INSTALL} -Dm644 completions/_dunstify.zshcomp ${DESTDIR}${ZSHCOMPLETIONDIR}/_dunstify
- ${INSTALL} -Dm644 completions/dunstify.fishcomp ${DESTDIR}${FISHCOMPLETIONDIR}/dunstify.fish
+ ${INSTALL} -m644 completions/dunstify.bashcomp ${DESTDIR}${BASHCOMPLETIONDIR}/dunstify
+ ${INSTALL} -m644 completions/_dunstify.zshcomp ${DESTDIR}${ZSHCOMPLETIONDIR}/_dunstify
+ ${INSTALL} -m644 completions/dunstify.fishcomp ${DESTDIR}${FISHCOMPLETIONDIR}/dunstify.fish
endif
endif