git: e1689a4f7148 - main - net/remmina: update to 1.4.34

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Sun, 18 Feb 2024 17:13:37 UTC
The branch main has been updated by fernape:

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

commit e1689a4f7148a51170365855bdff806614b817c3
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2024-02-07 16:44:07 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2024-02-18 17:13:29 +0000

    net/remmina: update to 1.4.34
    
    Add new gtk-vnc dependency for the VNC plugin
    
    ChangeLog: https://gitlab.com/Remmina/Remmina/-/releases/v1.4.34
    
     * [REM-2981] Move ssh-unrelated code outside of HAVE_LIBSSH ifdef
     * [REM-2974] only attempt to resolve hostname if initial ssh_connect fails
     * [REM-2980] Remove flag that prevented remote audio from working with flatpak
       version of Remmina
     * [REM-2982] Update Flatpak to use GNOME runtime version 44
     * initial port to core22
     * [REM-2984] Add null check to prevent freeze when opening an rdp connection
     * Fix GTK critical error when editing RDP profile
     * Remove snap installs for broken link executables
     * SSH private key auth: If username is empty, prompt user to enter it
     * Fix Flatpak freeze on connection when importing RDP profile
     * Fix of some grammatic issues in German translation
     * [REM-3003] Re-add line removed by accident in
     * GtkFileChooserNative support
     * Spice UNIX socket channel initialization enhancement
     * Fix segfault for remmina -p
     * Add unlocking code to let plugins use passwords
     * CI Pipeline Updates
     * [freerdp] update to build for stable-3.0
     * Allow Remmina to be built without FreeRDP
     * [REM-3048] Fix crash on multi-monitor with FreeRDP3
     * Added developer_name to meet new flathub requirements
     * [New features] Bring back remmina server features with new additions
     * [REM-2983] compile ssh with gcrypt for flatpak builds. Also sync flatpak...
     * Update copyright info
---
 net/remmina/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/remmina/Makefile b/net/remmina/Makefile
index f410cf9dd050..a0b73dafb4ac 100644
--- a/net/remmina/Makefile
+++ b/net/remmina/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	remmina
-DISTVERSION=	1.4.33
-PORTREVISION=	1
+DISTVERSION=	1.4.34
 CATEGORIES=	net gnome
 
 PATCH_SITES=	https://gitlab.com/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/
@@ -112,6 +111,7 @@ TERM_USE=		gnome=vte3
 TERM_CMAKE_BOOL=	WITH_VTE
 
 VNC_LIB_DEPENDS=	libgnutls.so:security/gnutls \
+			libgtk-vnc-2.0.so:net/gtk-vnc \
 			libvncserver.so:net/libvncserver
 VNC_USES=		jpeg
 VNC_CMAKE_BOOL=		WITH_LIBVNCSERVER