freebsd-ports/sysutils/munin-common/files/patch-test-mktemp
takefu bef3d029ce sysutils/munin-{common,master,node}: update to 2.0.75
add
   LICENSE_FILE

fix
   Change distribution source sourceforge -> github
   Fixed version reference bug when generating man
   portlint(1) portclippy(1) compliant

Changes: https://github.com/munin-monitoring/munin/blob/2.0.75/ChangeLog
PR:		276218
2024-01-09 23:09:41 +01:00

11 lines
232 B
Text

--- test-mktemp.orig 2023-02-08 07:57:20 UTC
+++ test-mktemp
@@ -53,7 +53,7 @@ MKTEMP='mktemp -p /tmp/ $1'
testfun temp.XXXXXX
# FreeBSD way
-MKTEMP="mktemp -t /tmp"
+MKTEMP="mktemp -t $1"
testfun temp.XXXXXX
# Plain mktemp