From owner-svn-ports-all@freebsd.org Wed May 17 09:49:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F70DD6F219; Wed, 17 May 2017 09:49:42 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F904D38; Wed, 17 May 2017 09:49:42 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4H9nfLs050536; Wed, 17 May 2017 09:49:41 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4H9nfGQ050535; Wed, 17 May 2017 09:49:41 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201705170949.v4H9nfGQ050535@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 17 May 2017 09:49:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441074 - head/net-im/ring-gnome X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2017 09:49:42 -0000 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 \