svn commit: r377247 - head/mail/evolution
Koop Mast
kwm at FreeBSD.org
Sat Jan 17 20:55:35 UTC 2015
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 at 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
More information about the svn-ports-all
mailing list