git: 6c82e062c3d1 - main - deskutils/showdown: handle vala update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 26 Aug 2022 17:02:59 UTC
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6c82e062c3d10af42a452d14ebe817af0e10e496
commit 6c82e062c3d10af42a452d14ebe817af0e10e496
Author: Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2022-08-26 16:09:24 +0000
Commit: Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-08-26 17:02:26 +0000
deskutils/showdown: handle vala update
PR: 249940
---
deskutils/showdown/files/patch-src_showdown.vala | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/deskutils/showdown/files/patch-src_showdown.vala b/deskutils/showdown/files/patch-src_showdown.vala
new file mode 100644
index 000000000000..527f85c08b0d
--- /dev/null
+++ b/deskutils/showdown/files/patch-src_showdown.vala
@@ -0,0 +1,11 @@
+--- src/showdown.vala.orig 2022-08-26 16:08:34 UTC
++++ src/showdown.vala
+@@ -11,7 +11,7 @@ class Showdown.Application: Gtk.Application {
+ {"quit", quit},
+ };
+
+- public const OptionEntry[] options = {
++ const OptionEntry[] options = {
+ {
+ "open-in-current-window", 'w', 0,
+ OptionArg.FILENAME, ref wflag,