Index: head/security/openconnect-gui/Makefile =================================================================== --- head/security/openconnect-gui/Makefile (revision 446533) +++ head/security/openconnect-gui/Makefile (revision 446534) @@ -1,33 +1,35 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= openconnect-gui PORTVERSION= 1.4.1 +PORTREVISION= 1 DISTVERSIONPREFIX=v CATEGORIES= security MAINTAINER= pkubaj@anongoth.pl COMMENT= Graphical OpenConnect client LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= openconnect:security/openconnect LIB_DEPENDS= libgnutls.so:security/gnutls -RUN_DEPENDS= openconnect:security/openconnect +RUN_DEPENDS= openconnect:security/openconnect \ + vpnc-scripts>=0:sysutils/vpnc-scripts USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME:C/-gui//} USES= cmake pkgconfig USE_QT5= buildtools_build concurrent core gui network qmake_build widgets CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release PLIST_FILES= bin/openconnect-gui do-install: ${MV} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Index: head/security/openconnect-gui/files/patch-CMakeLists.txt =================================================================== --- head/security/openconnect-gui/files/patch-CMakeLists.txt (nonexistent) +++ head/security/openconnect-gui/files/patch-CMakeLists.txt (revision 446534) @@ -0,0 +1,19 @@ +--- CMakeLists.txt.orig 2017-07-18 18:47:18.951816000 +0000 ++++ CMakeLists.txt 2017-07-18 18:49:23.953701000 +0000 +@@ -13,15 +13,7 @@ set(PRODUCT_NAME_COMPANY_DOMAIN "redhat.com") + set(PRODUCT_NAME_COPYRIGHT "Copyright (C) 2015-2016 Red Hat Inc.") + + option(PROJ_GNUTLS_DEBUG "Enable GnuTLS debug mode" OFF) +-if(WIN32 AND MINGW) +- option(PROJ_UAC_ON "Enable UAC (don't turn it off in production)" ON) +- +- set(DEFAULT_VPNC_SCRIPT "vpnc-script.js") +-else(APPLE) +- set(DEFAULT_VPNC_SCRIPT "../Resources/vpnc-script") +-else() +- set(DEFAULT_VPNC_SCRIPT "/etc/vpnc/vpnc-script") +-endif() ++set(DEFAULT_VPNC_SCRIPT "../sbin/vpnc-script") + option(PROJ_PKCS11 "Enable PKCS11" ON) + option(PROJ_INI_SETTINGS "Store the settings in INI files." OFF) + Property changes on: head/security/openconnect-gui/files/patch-CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property