From owner-svn-ports-head@FreeBSD.ORG Tue Feb 25 20:33:41 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D78A0739; Tue, 25 Feb 2014 20:33:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C403F162C; Tue, 25 Feb 2014 20:33:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1PKXfN3004047; Tue, 25 Feb 2014 20:33:41 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1PKXfQ3004046; Tue, 25 Feb 2014 20:33:41 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201402252033.s1PKXfQ3004046@svn.freebsd.org> From: Max Brazhnikov Date: Tue, 25 Feb 2014 20:33:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346074 - head/net-im/kopete-kde4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Feb 2014 20:33:41 -0000 Author: makc Date: Tue Feb 25 20:33:41 2014 New Revision: 346074 URL: http://svnweb.freebsd.org/changeset/ports/346074 QAT: https://qat.redports.org/buildarchive/r346074/ Log: net-im/kopete-kde4: - Both security/libotr3 and security/libotr install libotr.so. Explicitly require libotr.so.5 from security/libotr because kopete can't be built with old version. PR: ports/186943 Submitted by: amdmi3 Modified: head/net-im/kopete-kde4/Makefile Modified: head/net-im/kopete-kde4/Makefile ============================================================================== --- head/net-im/kopete-kde4/Makefile Tue Feb 25 20:32:40 2014 (r346073) +++ head/net-im/kopete-kde4/Makefile Tue Feb 25 20:33:41 2014 (r346074) @@ -11,7 +11,7 @@ COMMENT= KDE multi-protocol instant mess LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn \ libqca.so:${PORTSDIR}/devel/qca \ - libotr.so:${PORTSDIR}/security/libotr \ + libotr.so.5:${PORTSDIR}/security/libotr \ libgadu.so:${PORTSDIR}/polish/libgadu \ libortp.so:${PORTSDIR}/net/linphone-base \ libmediastreamer.so:${PORTSDIR}/net/linphone-base \