Download raw body.
[update] x11/dunst to 1.13.0
Hi Timo,
Hi ports,
A diff updating x11/dunst to 1.13.0 follows.
https://github.com/dunst-project/dunst/releases/tag/v1.13.0
Best,
Alvar
diff --git Makefile Makefile
index 03413c0556d..9b7c13f3633 100644
--- Makefile
+++ Makefile
@@ -2,7 +2,7 @@ COMMENT = customizable and lightweight notification-daemon
GH_ACCOUNT = dunst-project
GH_PROJECT = dunst
-GH_TAGNAME = v1.12.2
+GH_TAGNAME = v1.13.0
CATEGORIES = x11
@@ -46,7 +46,7 @@ FAKE_FLAGS = PREFIX="${PREFIX}" \
SYSCONFDIR="/etc"
pre-configure:
- ${SUBST_CMD} ${WRKSRC}/docs/dunst.1.pod \
+ ${SUBST_CMD} ${WRKSRC}/docs/dunst.1.pod.in \
${WRKSRC}/docs/dunst.5.pod ${WRKSRC}/dunstrc
post-install:
diff --git distinfo distinfo
index 131aa727da1..378d1a756bd 100644
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (dunst-1.12.2.tar.gz) = j3ZkvU5gg+lgTighRf5bje52VfoLCZpbaColSeHzPTI=
-SIZE (dunst-1.12.2.tar.gz) = 4657260
+SHA256 (dunst-1.13.0.tar.gz) = eooYE5d61ZQUiMZrkUUBcD/A9uEuYx3BhQatYXJC56A=
+SIZE (dunst-1.13.0.tar.gz) = 4664717
diff --git patches/patch-docs_dunst_1_pod patches/patch-docs_dunst_1_pod_in
similarity index 75%
rename from patches/patch-docs_dunst_1_pod
rename to patches/patch-docs_dunst_1_pod_in
index f78cc4119e3..64fbce9e8bb 100644
--- patches/patch-docs_dunst_1_pod
+++ patches/patch-docs_dunst_1_pod_in
@@ -1,9 +1,9 @@
-Index: docs/dunst.1.pod
---- docs/dunst.1.pod.orig
-+++ docs/dunst.1.pod
+Index: docs/dunst.1.pod.in
+--- docs/dunst.1.pod.in.orig
++++ docs/dunst.1.pod.in
@@ -94,7 +94,7 @@ Set notification timeout time.
- A default configuration file is included (usually ##SYSCONFDIR##/dunst/dunstrc)
+ A default configuration file is included (usually @sysconfdir@/dunst/dunstrc)
and serves as the least important configuration file. Note: this was previously
-/usr/share/dunst/dunstrc. You can edit this file to change the system-wide
+${PREFIX}/share/dunst/dunstrc. You can edit this file to change the system-wide
[update] x11/dunst to 1.13.0