Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Mar 2026 15:51:15 +0000
From:      Zsolt Udvari <uzsolt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 87c2ecb60ec1 - main - sysutils/dunst: Update to 1.13.2
Message-ID:  <69c6a773.241dc.5c1cfb0e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by uzsolt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=87c2ecb60ec10a72fe1b1ff2de030892acb6c2e1

commit 87c2ecb60ec10a72fe1b1ff2de030892acb6c2e1
Author:     Zsolt Udvari <uzsolt@FreeBSD.org>
AuthorDate: 2026-03-27 15:37:05 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2026-03-27 15:51:08 +0000

    sysutils/dunst: Update to 1.13.2
    
    Changelog: https://github.com/dunst-project/dunst/releases/tag/v1.13.2
---
 sysutils/dunst/Makefile             |  2 +-
 sysutils/dunst/distinfo             |  6 ++--
 sysutils/dunst/files/patch-Makefile | 72 ++++++++++++++++++++++++++-----------
 3 files changed, 55 insertions(+), 25 deletions(-)

diff --git a/sysutils/dunst/Makefile b/sysutils/dunst/Makefile
index 9b8439db96c5..509144f5fd0f 100644
--- a/sysutils/dunst/Makefile
+++ b/sysutils/dunst/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	dunst
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.13.1
+DISTVERSION=	1.13.2
 CATEGORIES=	sysutils
 
 MAINTAINER=	uzsolt@FreeBSD.org
diff --git a/sysutils/dunst/distinfo b/sysutils/dunst/distinfo
index 9b838fd2661f..ca8ec2f7151a 100644
--- a/sysutils/dunst/distinfo
+++ b/sysutils/dunst/distinfo
@@ -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
diff --git a/sysutils/dunst/files/patch-Makefile b/sysutils/dunst/files/patch-Makefile
index be6165deea39..da034ecb0522 100644
--- a/sysutils/dunst/files/patch-Makefile
+++ b/sysutils/dunst/files/patch-Makefile
@@ -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
+ 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c6a773.241dc.5c1cfb0e>