git: b9aacaac4e96 - main - net/savvycan: Add patch to allow 33.333 kbps

From: Craig Leres <leres_at_FreeBSD.org>
Date: Sat, 01 Oct 2022 20:56:44 UTC
The branch main has been updated by leres:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b9aacaac4e96beac486b388652595a9ed5140bd1

commit b9aacaac4e96beac486b388652595a9ed5140bd1
Author:     Craig Leres <leres@FreeBSD.org>
AuthorDate: 2022-10-01 20:55:22 +0000
Commit:     Craig Leres <leres@FreeBSD.org>
CommitDate: 2022-10-01 20:55:22 +0000

    net/savvycan: Add patch to allow 33.333 kbps
---
 net/savvycan/Makefile                                     |  1 +
 net/savvycan/files/patch-connections_connectionwindow.cpp | 10 ++++++++++
 2 files changed, 11 insertions(+)

diff --git a/net/savvycan/Makefile b/net/savvycan/Makefile
index fb201fb9c0cb..ce311016ae93 100644
--- a/net/savvycan/Makefile
+++ b/net/savvycan/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	savvycan
 PORTVERSION=	1.0.245
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	net
 
diff --git a/net/savvycan/files/patch-connections_connectionwindow.cpp b/net/savvycan/files/patch-connections_connectionwindow.cpp
new file mode 100644
index 000000000000..dbbdc7187e0f
--- /dev/null
+++ b/net/savvycan/files/patch-connections_connectionwindow.cpp
@@ -0,0 +1,10 @@
+--- connections/connectionwindow.cpp.orig	2022-10-01 20:28:59 UTC
++++ connections/connectionwindow.cpp
+@@ -62,6 +62,7 @@ ConnectionWindow::ConnectionWindow(QWidget *parent) :
+     connect(ui->btnMoveUp, &QPushButton::clicked, this, &ConnectionWindow::moveConnUp);
+     connect(ui->btnMoveDown, &QPushButton::clicked, this, &ConnectionWindow::moveConnDown);
+ 
++    ui->cbBusSpeed->addItem("33333");
+     ui->cbBusSpeed->addItem("50000");
+     ui->cbBusSpeed->addItem("100000");
+     ui->cbBusSpeed->addItem("125000");