Skip to content

Commit 0467cf8

Browse files
i0ntempesti0ntempest
authored andcommitted
audacity: sign app on darwin>=22
1 parent f6a0749 commit 0467cf8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

audio/audacity/Portfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ subport ${name} {
1717

1818
github.setup audacity audacity ${version} Audacity-
1919
github.tarball_from releases
20-
revision 0
20+
revision 1
2121
conflicts audacity-legacy
2222
description multi-track audio editor
2323

@@ -68,6 +68,9 @@ subport ${name} {
6868
post-destroot {
6969
platform darwin {
7070
move ${destroot}${prefix}/Audacity.app ${destroot}${applications_dir}/
71+
if {${os.major} >= 22} {
72+
system -W ${destroot}${applications_dir} "/usr/bin/codesign --sign - --force Audacity.app"
73+
}
7174
}
7275
}
7376
}

0 commit comments

Comments
 (0)