From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 20:21:59 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09D07106564A; Sat, 15 Sep 2012 20:21:59 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E7ECF8FC0C; Sat, 15 Sep 2012 20:21:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8FKLw4Z024808; Sat, 15 Sep 2012 20:21:58 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8FKLwvw024805; Sat, 15 Sep 2012 20:21:58 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201209152021.q8FKLwvw024805@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sat, 15 Sep 2012 20:21:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304324 - in head/net-p2p: ktorrent libktorrent X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 15 Sep 2012 20:21:59 -0000 Author: rakuco Date: Sat Sep 15 20:21:58 2012 New Revision: 304324 URL: http://svn.freebsd.org/changeset/ports/304324 Log: {lib}ktorrent: Follow the trend of not specifying library shversions in the dependencies. Incidentally, this should also fix the ktorrent build, since libktorrent has had a shlib bump. Modified: head/net-p2p/ktorrent/Makefile head/net-p2p/libktorrent/Makefile Modified: head/net-p2p/ktorrent/Makefile ============================================================================== --- head/net-p2p/ktorrent/Makefile Sat Sep 15 20:00:32 2012 (r304323) +++ head/net-p2p/ktorrent/Makefile Sat Sep 15 20:21:58 2012 (r304324) @@ -13,8 +13,8 @@ MASTER_SITES= http://ktorrent.org/downlo MAINTAINER= makc@FreeBSD.org COMMENT= BitTorrent client for KDE -LIB_DEPENDS= tag.1:${PORTSDIR}/audio/taglib \ - ktorrent.4:${PORTSDIR}/net-p2p/libktorrent +LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib \ + ktorrent:${PORTSDIR}/net-p2p/libktorrent USE_BZIP2= yes USE_KDE4= kdelibs kdehier kdeprefix automoc4 pimlibs workspace Modified: head/net-p2p/libktorrent/Makefile ============================================================================== --- head/net-p2p/libktorrent/Makefile Sat Sep 15 20:00:32 2012 (r304323) +++ head/net-p2p/libktorrent/Makefile Sat Sep 15 20:21:58 2012 (r304324) @@ -13,9 +13,9 @@ MASTER_SITES= http://ktorrent.org/downlo MAINTAINER= makc@FreeBSD.org COMMENT= Torrent library split from KTorrent -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - qca.2:${PORTSDIR}/devel/qca \ - boost_thread.4:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ + qca:${PORTSDIR}/devel/qca \ + boost_thread:${PORTSDIR}/devel/boost-libs USE_BZIP2= yes USE_KDE4= kdelibs kdehier kdeprefix automoc4