From owner-svn-ports-head@freebsd.org Thu Feb 25 14:15:42 2016 Return-Path: Delivered-To: svn-ports-head@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 2C4A3AAF97C; Thu, 25 Feb 2016 14:15:42 +0000 (UTC) (envelope-from amdmi3@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 06C24BD5; Thu, 25 Feb 2016 14:15:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1PEFfmX060087; Thu, 25 Feb 2016 14:15:41 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1PEFeno060082; Thu, 25 Feb 2016 14:15:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602251415.u1PEFeno060082@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 25 Feb 2016 14:15:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409518 - in head: irc/bitlbee irc/irssi-otr net-im/mcabber polish/kadu x11/leechcraft 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.20 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: Thu, 25 Feb 2016 14:15:42 -0000 Author: amdmi3 Date: Thu Feb 25 14:15:40 2016 New Revision: 409518 URL: https://svnweb.freebsd.org/changeset/ports/409518 Log: - Explicitly specify version for libotr.so to differentiate security/libotr and security/libotr3 Approved by: portmgr blanket Modified: head/irc/bitlbee/Makefile head/irc/irssi-otr/Makefile head/net-im/mcabber/Makefile head/polish/kadu/Makefile head/x11/leechcraft/Makefile Modified: head/irc/bitlbee/Makefile ============================================================================== --- head/irc/bitlbee/Makefile Thu Feb 25 14:13:12 2016 (r409517) +++ head/irc/bitlbee/Makefile Thu Feb 25 14:15:40 2016 (r409518) @@ -64,7 +64,7 @@ NSS_LIB_DEPENDS= libnss3.so:${PORTSDIR}/ OPENSSL_CONFIGURE_ON= --ssl=openssl OSCAR_CONFIGURE_OFF= --oscar=0 OTR_CONFIGURE_ON= --otr=1 -OTR_LIB_DEPENDS= libotr.so:${PORTSDIR}/security/libotr +OTR_LIB_DEPENDS= libotr.so.5:${PORTSDIR}/security/libotr SKYPE_CONFIGURE_ON= --skype=1 SKYPE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Skype4Py>0:${PORTSDIR}/net-im/py-skype4py SKYPE_USES= python Modified: head/irc/irssi-otr/Makefile ============================================================================== --- head/irc/irssi-otr/Makefile Thu Feb 25 14:13:12 2016 (r409517) +++ head/irc/irssi-otr/Makefile Thu Feb 25 14:15:40 2016 (r409518) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/irssi/src/common.h:${PORTSDIR}/irc/irssi \ ${LOCALBASE}/bin/libgcrypt-config:${PORTSDIR}/security/libgcrypt -LIB_DEPENDS= libotr.so:${PORTSDIR}/security/libotr \ +LIB_DEPENDS= libotr.so.5:${PORTSDIR}/security/libotr \ libgcrypt.so:${PORTSDIR}/security/libgcrypt RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi Modified: head/net-im/mcabber/Makefile ============================================================================== --- head/net-im/mcabber/Makefile Thu Feb 25 14:13:12 2016 (r409517) +++ head/net-im/mcabber/Makefile Thu Feb 25 14:15:40 2016 (r409518) @@ -44,7 +44,7 @@ GPGME_LIB_DEPENDS= libgpgme.so:${PORTSDI GPGME_CONFIGURE_ENABLE= gpgme OTR_LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ - libotr.so:${PORTSDIR}/security/libotr + libotr.so.5:${PORTSDIR}/security/libotr OTR_CONFIGURE_ENABLE= otr post-patch: Modified: head/polish/kadu/Makefile ============================================================================== --- head/polish/kadu/Makefile Thu Feb 25 14:13:12 2016 (r409517) +++ head/polish/kadu/Makefile Thu Feb 25 14:15:40 2016 (r409518) @@ -26,7 +26,7 @@ LIB_DEPENDS= libmpdclient.so:${PORTSDIR} libqca-qt5.so:${PORTSDIR}/devel/qca-qt5 \ libidn.so:${PORTSDIR}/dns/libidn \ libgadu.so:${PORTSDIR}/polish/libgadu \ - libotr.so:${PORTSDIR}/security/libotr \ + libotr.so.5:${PORTSDIR}/security/libotr \ libenchant.so:${PORTSDIR}/textproc/enchant # TODO ntrack and ntrack-qt (needs porting) ? # TODO separate ports for plugins and themes (possible starting with 0.10) Modified: head/x11/leechcraft/Makefile ============================================================================== --- head/x11/leechcraft/Makefile Thu Feb 25 14:13:12 2016 (r409517) +++ head/x11/leechcraft/Makefile Thu Feb 25 14:15:40 2016 (r409518) @@ -68,7 +68,7 @@ AZOTH_CMAKE_OFF= -DENABLE_AZOTH:BOOL=fal AZOTH_LIB_DEPENDS= libQtMultimediaKit.so:${PORTSDIR}/multimedia/qt4-mobility \ libkqoauth.so:${PORTSDIR}/security/kqoauth \ - libotr.so:${PORTSDIR}/security/libotr \ + libotr.so.5:${PORTSDIR}/security/libotr \ libpurple.so:${PORTSDIR}/net-im/libpurple \ libqca.so:${PORTSDIR}/devel/qca \ libqxmpp.so:${PORTSDIR}/net-im/qxmpp \