diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2011-12-07 16:35:22 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2011-12-07 16:35:22 +0000 |
commit | 5bdb81f38465cf92029eff8dcbf9e0032464897c (patch) | |
tree | 85730bf08b87a0a9101c487f66b5bd543ce8baef /net-p2p/ktorrent | |
parent | 14adddb1b689c1825693968872f83caa83576f0e (diff) | |
download | ports-5bdb81f38465cf92029eff8dcbf9e0032464897c.tar.gz ports-5bdb81f38465cf92029eff8dcbf9e0032464897c.zip |
Notes
Diffstat (limited to 'net-p2p/ktorrent')
-rw-r--r-- | net-p2p/ktorrent/Makefile | 11 | ||||
-rw-r--r-- | net-p2p/ktorrent/distinfo | 4 | ||||
-rw-r--r-- | net-p2p/ktorrent/pkg-plist | 4 |
3 files changed, 10 insertions, 9 deletions
diff --git a/net-p2p/ktorrent/Makefile b/net-p2p/ktorrent/Makefile index 11142d09205d..83b7a41da114 100644 --- a/net-p2p/ktorrent/Makefile +++ b/net-p2p/ktorrent/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ktorrent -DISTVERSION= 4.1.2 -PORTREVISION= 1 +DISTVERSION= 4.1.3 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION}/ @@ -28,8 +27,10 @@ USE_GETTEXT= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes -.if exists(${LOCALBASE}/lib/libktorrent-2.2.8.so) -IGNORE= fails to build with net-p2p/ktorrent2 installed. Deinstall it first -.endif +CONFLICTS_BUILD= ktorrent-2* + +SHLIB_VER= 12.0.2 +PLIST_SUB+= SHLIB_VER=${SHLIB_VER} \ + SHLIB_SHVER=${SHLIB_VER:R:R} .include <bsd.port.mk> diff --git a/net-p2p/ktorrent/distinfo b/net-p2p/ktorrent/distinfo index 869d3e8bfe62..dd8b0cdfe0e6 100644 --- a/net-p2p/ktorrent/distinfo +++ b/net-p2p/ktorrent/distinfo @@ -1,2 +1,2 @@ -SHA256 (ktorrent-4.1.2.tar.bz2) = 9dd2e55a25e0d00ee940b1f5e44f5027adf6f8f8030b8e4da67fdefad599d7ef -SIZE (ktorrent-4.1.2.tar.bz2) = 2956627 +SHA256 (ktorrent-4.1.3.tar.bz2) = 2f852f4ffdda976af38b85bf532e7d353dcf7b7dd7135a66af834543eb420646 +SIZE (ktorrent-4.1.3.tar.bz2) = 2959837 diff --git a/net-p2p/ktorrent/pkg-plist b/net-p2p/ktorrent/pkg-plist index 8d84dd44c005..0d7c588e8b4b 100644 --- a/net-p2p/ktorrent/pkg-plist +++ b/net-p2p/ktorrent/pkg-plist @@ -21,8 +21,8 @@ lib/kde4/ktzeroconfplugin.so lib/kde4/plasma_applet_ktorrent.so lib/kde4/plasma_engine_ktorrent.so lib/libktcore.so -lib/libktcore.so.12 -lib/libktcore.so.12.0.2 +lib/libktcore.so.%%SHLIB_VER%% +lib/libktcore.so.%%SHLIB_SHVER%% share/applications/kde4/ktorrent.desktop share/apps/ktorrent/ktbwschedulerpluginui.rc share/apps/ktorrent/ktdownloadorderpluginui.rc |