svn commit: r304324 - in head/net-p2p: ktorrent libktorrent
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sat Sep 15 20:21:59 UTC 2012
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 at 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 at 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
More information about the svn-ports-all
mailing list