summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYusuf Yaman <nxjoseph@protonmail.com>2025-08-30 17:59:07 +0300
committerVladimir Druzenko <vvd@FreeBSD.org>2025-08-30 17:59:07 +0300
commit89edfe68a7d236b46a40cdf3d5bb577795701420 (patch)
treed7102f6301348bca28392d5af8de1dfd27ef177d
parentnet/asterisk22: Update 22.5.1 => 22.5.2 (fix security) (diff)
x11-wm/spectrwm: Update 3.6.0 => 3.7.0
Changelog: https://github.com/conformal/spectrwm/releases/tag/SPECTRWM_3_7_0 Replace 2 loops with single INSTALL_DATE - reduce IO and forks. PR: 289181
-rw-r--r--x11-wm/spectrwm/Makefile11
-rw-r--r--x11-wm/spectrwm/distinfo6
2 files changed, 6 insertions, 11 deletions
diff --git a/x11-wm/spectrwm/Makefile b/x11-wm/spectrwm/Makefile
index a3d1cbf19f11..8b7c1a176f94 100644
--- a/x11-wm/spectrwm/Makefile
+++ b/x11-wm/spectrwm/Makefile
@@ -1,6 +1,6 @@
PORTNAME= spectrwm
DISTVERSIONPREFIX= SPECTRWM_
-DISTVERSION= 3_6_0
+DISTVERSION= 3_7_0
CATEGORIES= x11-wm
MAINTAINER= nxjoseph@protonmail.com
@@ -47,13 +47,8 @@ do-install:
${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_DATA} ${WRKSRC}/spectrwm.conf \
${STAGEDIR}${PREFIX}/etc/spectrwm.conf.sample
-.for f in ${CONFEXAMPLES}
- ${INSTALL_DATA} ${WRKSRC}/${f} \
+ ${INSTALL_DATA} ${CONFEXAMPLES:C|^|${WRKSRC}/|} \
+ ${SCRIPTEXAMPLES:C|^|${WRKSRC}/|} \
${STAGEDIR}${EXAMPLESDIR}
-.endfor
-.for f in ${SCRIPTEXAMPLES}
- ${INSTALL_SCRIPT} ${WRKSRC}/${f} \
- ${STAGEDIR}${EXAMPLESDIR}
-.endfor
.include <bsd.port.mk>
diff --git a/x11-wm/spectrwm/distinfo b/x11-wm/spectrwm/distinfo
index 0587a63847e7..61e6076ef5ee 100644
--- a/x11-wm/spectrwm/distinfo
+++ b/x11-wm/spectrwm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1736187162
-SHA256 (conformal-spectrwm-SPECTRWM_3_6_0_GH0.tar.gz) = 49854c5215475d2450d2558da12a3afe9019861170ba9d556c8b403d4d66f0d1
-SIZE (conformal-spectrwm-SPECTRWM_3_6_0_GH0.tar.gz) = 205957
+TIMESTAMP = 1756463582
+SHA256 (conformal-spectrwm-SPECTRWM_3_7_0_GH0.tar.gz) = 9541ceb713dd186755643a85b03e9ebe98b9703b00025d229ee92a6ba910c805
+SIZE (conformal-spectrwm-SPECTRWM_3_7_0_GH0.tar.gz) = 214112