svn commit: r455118 - head/net/remmina-plugin-gnome

Ben Woods woodsb02 at FreeBSD.org
Wed Nov 29 16:06:42 UTC 2017


Author: woodsb02
Date: Wed Nov 29 16:06:40 2017
New Revision: 455118
URL: https://svnweb.freebsd.org/changeset/ports/455118

Log:
  net/remmina-plugin-gnome: Fix gnome-keyring dependencies
  
  - Remmina now uses libsecret instead of libgnome-keyring
  - security/gnome-keyring is required to provide the daemon for
    interacting with the password store

Modified:
  head/net/remmina-plugin-gnome/Makefile

Modified: head/net/remmina-plugin-gnome/Makefile
==============================================================================
--- head/net/remmina-plugin-gnome/Makefile	Wed Nov 29 16:06:26 2017	(r455117)
+++ head/net/remmina-plugin-gnome/Makefile	Wed Nov 29 16:06:40 2017	(r455118)
@@ -5,8 +5,8 @@ PKGNAMESUFFIX=	-gnome
 
 COMMENT=	Remmina plugin for GNOME Keyring
 
-LIB_DEPENDS=	libgnome-keyring.so:security/libgnome-keyring \
-		libsecret-1.so:security/libsecret
+LIB_DEPENDS=	libsecret-1.so:security/libsecret
+RUN_DEPENDS=	gnome-keyring:security/gnome-keyring
 
 USES+=		gettext-runtime
 


More information about the svn-ports-head mailing list