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:           Sun Mar 22 15:53:15 UTC 2026

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

Log Message:
dunst: update to 1.13.2.

Leaf package.

## 1.13.2 -- 2026-03-18

### Added
- Add *experimental* support for PCRE regex (see manual) (#1536)
- Add fullscreen `suppress` mode (#1539, #1187)
- Add dunstify shorthand for stack-tags (--stack-tag) (#1540)

### Changed
- Improve doxygen docs (#1538)
- Make the build more generic and improve support for FreeBSD (#1537)

### Fixed
- Run script for duplicate notifications (#1542, #1115)
- Add NULL check in wayland toplevel events
- Fix markup newline parsing (#1054)
- Restore dunstify `-a` and update docs


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/x11/dunst/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/dunst/distinfo
cvs rdiff -u -r1.14 -r0 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/Makefile
diff -u pkgsrc/x11/dunst/Makefile:1.53 pkgsrc/x11/dunst/Makefile:1.54
--- pkgsrc/x11/dunst/Makefile:1.53      Tue Jan 27 08:40:53 2026
+++ pkgsrc/x11/dunst/Makefile   Sun Mar 22 15:53:15 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2026/01/27 08:40:53 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2026/03/22 15:53:15 wiz Exp $
 
-DISTNAME=      dunst-1.13.1
-PKGREVISION=   1
+DISTNAME=      dunst-1.13.2
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=dunst-project/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -14,9 +13,7 @@ LICENSE=      modified-bsd
 USE_TOOLS+=    bash:test gmake pod2man pkg-config
 
 # FAIL test_calculate_dimensions_height_min: dim.h == expected_height (test/draw.c:321) (0 ticks, 0.000 sec)
-# FAIL test_pattern_match: rule_field_matches_string("asd", "") (test/rules.c:44) (0 ticks, 0.000 sec)
-# Total: 202 tests (3 ticks, 0.030 sec), 2643 assertions
-# Pass: 200, fail: 2, skip: 0.
+# Pass: 210, fail: 1, skip: 0.
 TEST_TARGET=   test
 
 MAKE_FLAGS+=   SYSTEMD=0

Index: pkgsrc/x11/dunst/distinfo
diff -u pkgsrc/x11/dunst/distinfo:1.22 pkgsrc/x11/dunst/distinfo:1.23
--- pkgsrc/x11/dunst/distinfo:1.22      Sun Jan 25 23:04:11 2026
+++ pkgsrc/x11/dunst/distinfo   Sun Mar 22 15:53:15 2026
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.22 2026/01/25 23:04:11 wiz Exp $
+$NetBSD: distinfo,v 1.23 2026/03/22 15:53:15 wiz Exp $
 
-BLAKE2s (dunst-1.13.1.tar.gz) = 0873976995fd688bd4691dc6b4cd1dcda4f1d0e0c7229bb2f9a2d8f3388742b7
-SHA512 (dunst-1.13.1.tar.gz) = 3475fdf5cbe5ba73562e02746d2fbafc8b260ca3b8dae7b70774c17ba722fe53c844e3bc55e25d51905f1cb73ed22b4d35e2b41f511d428136b1a9ba6f9f2522
-Size (dunst-1.13.1.tar.gz) = 4666210 bytes
-SHA1 (patch-Makefile) = e9ff8d9ba075b4f232fe9e0378476bf412b0b503
+BLAKE2s (dunst-1.13.2.tar.gz) = 401c446ae00a71565a72942bbe55db10ff74d923bc457fb25807440a9b2b222a
+SHA512 (dunst-1.13.2.tar.gz) = 53d44068d10b188b2aadef8a7bc10b28863e821fbaf26073db6bcfc2e62a691fc7ae2dd812a8c5037ce2c72fe4cb117af9eba20541e5550ffafb31156fbd4559
+Size (dunst-1.13.2.tar.gz) = 4685829 bytes



Home | Main Index | Thread Index | Old Index