Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Sep 2012 20:21:58 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304324 - in head/net-p2p: ktorrent libktorrent
Message-ID:  <201209152021.q8FKLwvw024805@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209152021.q8FKLwvw024805>