svn commit: r441074 - head/net-im/ring-gnome

Koop Mast kwm at FreeBSD.org
Wed May 17 09:49:42 UTC 2017


Author: kwm
Date: Wed May 17 09:49:41 2017
New Revision: 441074
URL: https://svnweb.freebsd.org/changeset/ports/441074

Log:
  Chase evolution-data-server shlib bump.
  
  While here convert LIB_DEPENDS -> USES=evolutiondataserver3. I almost
  missed this port.

Modified:
  head/net-im/ring-gnome/Makefile

Modified: head/net-im/ring-gnome/Makefile
==============================================================================
--- head/net-im/ring-gnome/Makefile	Wed May 17 09:48:28 2017	(r441073)
+++ head/net-im/ring-gnome/Makefile	Wed May 17 09:49:41 2017	(r441074)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ring-gnome
 PORTVERSION=	0.160516
-PORTREVISION=	3
+PORTREVISION=	4
 #DISTVERSIONPREFIX=	v
 CATEGORIES=	net-im net-p2p
 
@@ -23,8 +23,7 @@ LIB_DEPENDS=	libringclient.so:net-im/rin
 		libplc4.so:devel/nspr \
 		libjson-glib-1.0.so:devel/json-glib \
 		libnss3.so:security/nss \
-		libsecret-1.so:security/libsecret \
-		libebook-1.2.so:databases/evolution-data-server
+		libsecret-1.so:security/libsecret
 
 USE_GITHUB=	yes
 GH_TUPLE+=	savoirfairelinux:ring-client-gnome:07107e9
@@ -32,7 +31,7 @@ GH_TUPLE+=	savoirfairelinux:ring-client-
 SUB_FILES=	pkg-message
 
 USES=		cmake compiler:c++14-lang gettext gmake pkgconfig shebangfix sqlite
-USE_GNOME=	glib20 gtk20 cairo gdkpixbuf2 libxml2 gtk30
+USE_GNOME=	evolutiondataserver3 glib20 gtk20 cairo gdkpixbuf2 libxml2 gtk30
 USE_XORG=	x11 xcomposite xdamage xext xfixes xi xrandr xscrnsaver
 USE_GL=		gl egl
 USE_QT5=	core gui network xml opengl sql sql-sqlite3_run widgets svg \


More information about the svn-ports-all mailing list