Index: net/x2goclient/Makefile =================================================================== --- net/x2goclient/Makefile (revision 557694) +++ net/x2goclient/Makefile (working copy) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= x2goclient -PORTVERSION= 4.1.2.1 +PORTVERSION= 4.1.2.2 CATEGORIES= net MASTER_SITES= http://code.x2go.org/releases/source/x2goclient/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= neel@neelc.org COMMENT= Qt client for the X2Go system LICENSE= GPLv2 @@ -19,7 +19,7 @@ RUN_DEPENDS= nxproxy:net/nxproxy \ x2goclient-cli:net/x2goclient-cli -USES= compiler:c++11-lang gl qmake qt:5 xorg +USES= compiler:c++11-lang gl pkgconfig qmake qt:5 xorg USE_GL= gl USE_XORG= x11 xpm USE_QT= core gui network svg widgets x11extras \ Index: net/x2goclient/distinfo =================================================================== --- net/x2goclient/distinfo (revision 557694) +++ net/x2goclient/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1567267374 -SHA256 (x2goclient-4.1.2.1.tar.gz) = 1c18981f0a39929624de9472b0e6c3fa2ac7842837dd306db318af54c5fff2af -SIZE (x2goclient-4.1.2.1.tar.gz) = 2735905 +TIMESTAMP = 1607663439 +SHA256 (x2goclient-4.1.2.2.tar.gz) = c9953267c40fa67119ad96a73bacb1f266196da2059f0cdcd1b8d5199421d12a +SIZE (x2goclient-4.1.2.2.tar.gz) = 2576404 Index: net/x2goclient/files/patch-x2goclient.pro =================================================================== --- net/x2goclient/files/patch-x2goclient.pro (revision 557694) +++ net/x2goclient/files/patch-x2goclient.pro (nonexistent) @@ -1,11 +0,0 @@ ---- x2goclient.pro.orig 2019-08-31 16:08:02 UTC -+++ x2goclient.pro -@@ -132,7 +132,7 @@ SOURCES += src/sharewidget.cpp \ - src/compat.cpp \ - src/pulsemanager.cpp - --LIBS += -lssh -lssh_threads -+LIBS += -lssh - win32:LIBS += -lAdvAPI32 -lshell32 -lUser32 - - RC_FILE = res/x2goclient.rc Property changes on: net/x2goclient/files/patch-x2goclient.pro ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: net/x2goclient-cli/Makefile =================================================================== --- net/x2goclient-cli/Makefile (revision 557694) +++ net/x2goclient-cli/Makefile (working copy) @@ -8,7 +8,7 @@ MASTER_SITES= http://x2go.obviously-nice.de/deb/pool-lenny/x2goclient-cli/ DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= neel@neelc.org COMMENT= The x2go perl client LICENSE= GPLv2