Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jan 2015 20:55:34 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377247 - head/mail/evolution
Message-ID:  <201501172055.t0HKtYqR061431@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sat Jan 17 20:55:34 2015
New Revision: 377247
URL: https://svnweb.freebsd.org/changeset/ports/377247
QAT: https://qat.redports.org/buildarchive/r377247/

Log:
  Evolution needs gnome-keyring for password management.
  
  Submitted by:	harrison.grundy@astrodoggroup.com

Modified:
  head/mail/evolution/Makefile

Modified: head/mail/evolution/Makefile
==============================================================================
--- head/mail/evolution/Makefile	Sat Jan 17 20:53:58 2015	(r377246)
+++ head/mail/evolution/Makefile	Sat Jan 17 20:55:34 2015	(r377247)
@@ -4,6 +4,7 @@
 
 PORTNAME=	evolution
 PORTVERSION=	3.12.10
+PORTREVISION=	1
 CATEGORIES=	mail gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3
@@ -20,7 +21,8 @@ LIB_DEPENDS=	libnss3.so:${PORTSDIR}/secu
 		libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \
 		libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \
 		libnotify.so:${PORTSDIR}/devel/libnotify
-RUN_DEPENDS=	highlight:${PORTSDIR}/textproc/highlight
+RUN_DEPENDS=	highlight:${PORTSDIR}/textproc/highlight \
+		gnome-keyring>=3.0.0:${PORTSDIR}/security/gnome-keyring
 
 USES=		desktop-file-utils bison gettext gmake libtool \
 		pathfix perl5 pkgconfig tar:xz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501172055.t0HKtYqR061431>