Date: Tue, 18 Sep 2012 21:31:21 +0000 (UTC) From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r304468 - in head/net-p2p: ktorrent libktorrent libktorrent/files Message-ID: <201209182131.q8ILVLkG066242@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: makc Date: Tue Sep 18 21:31:20 2012 New Revision: 304468 URL: http://svn.freebsd.org/changeset/ports/304468 Log: Update libktorrent to 1.3.0 Update ktorrent to 4.3.0 Deleted: head/net-p2p/libktorrent/files/patch-src__net__address.cpp Modified: head/net-p2p/ktorrent/Makefile head/net-p2p/ktorrent/distinfo (contents, props changed) head/net-p2p/ktorrent/pkg-plist (contents, props changed) head/net-p2p/libktorrent/Makefile head/net-p2p/libktorrent/distinfo (contents, props changed) head/net-p2p/libktorrent/pkg-plist (contents, props changed) Modified: head/net-p2p/ktorrent/Makefile ============================================================================== --- head/net-p2p/ktorrent/Makefile Tue Sep 18 21:21:08 2012 (r304467) +++ head/net-p2p/ktorrent/Makefile Tue Sep 18 21:31:20 2012 (r304468) @@ -1,12 +1,8 @@ -# New ports collection makefile for: ktorrent -# Date created: Wed Jul 13 11:38:46 CEST 2005 -# Whom: Markus Brueffer <markus@FreeBSD.org> -# +# Created by: Markus Brueffer <markus@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ktorrent -DISTVERSION= 4.2.1 +DISTVERSION= 4.3.0 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION}/ @@ -14,7 +10,7 @@ MAINTAINER= makc@FreeBSD.org COMMENT= BitTorrent client for KDE LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib \ - ktorrent:${PORTSDIR}/net-p2p/libktorrent + ktorrent.5:${PORTSDIR}/net-p2p/libktorrent USE_BZIP2= yes USE_KDE4= kdelibs kdehier kdeprefix automoc4 pimlibs workspace @@ -26,7 +22,7 @@ MAKE_JOBS_SAFE= yes CONFLICTS_BUILD= ktorrent-2* -SHLIB_VER= 13.0.1 +SHLIB_VER= 14.0.0 PLIST_SUB+= SHLIB_VER=${SHLIB_VER} \ SHLIB_SHVER=${SHLIB_VER:R:R} Modified: head/net-p2p/ktorrent/distinfo ============================================================================== --- head/net-p2p/ktorrent/distinfo Tue Sep 18 21:21:08 2012 (r304467) +++ head/net-p2p/ktorrent/distinfo Tue Sep 18 21:31:20 2012 (r304468) @@ -1,2 +1,2 @@ -SHA256 (ktorrent-4.2.1.tar.bz2) = ed8ff3ad627c50ffd44f2b6d8ae8cd46aa0d4359bbd3ec13a715e1bd433cdcac -SIZE (ktorrent-4.2.1.tar.bz2) = 3082436 +SHA256 (ktorrent-4.3.0.tar.bz2) = 6e3a7d12d351cad0e40b87562556f07ce9ee1378048f99073c6bac7b971483ed +SIZE (ktorrent-4.3.0.tar.bz2) = 2983013 Modified: head/net-p2p/ktorrent/pkg-plist ============================================================================== --- head/net-p2p/ktorrent/pkg-plist Tue Sep 18 21:21:08 2012 (r304467) +++ head/net-p2p/ktorrent/pkg-plist Tue Sep 18 21:31:20 2012 (r304468) @@ -20,7 +20,6 @@ lib/kde4/ktwebinterfaceplugin.so lib/kde4/ktzeroconfplugin.so lib/kde4/plasma_applet_ktorrent.so lib/kde4/plasma_engine_ktorrent.so -lib/libktcore.so lib/libktcore.so.%%SHLIB_VER%% lib/libktcore.so.%%SHLIB_SHVER%% share/applications/kde4/ktorrent.desktop Modified: head/net-p2p/libktorrent/Makefile ============================================================================== --- head/net-p2p/libktorrent/Makefile Tue Sep 18 21:21:08 2012 (r304467) +++ head/net-p2p/libktorrent/Makefile Tue Sep 18 21:31:20 2012 (r304468) @@ -1,12 +1,7 @@ -# New ports collection makefile for: libktorrent -# Date created: 2010-05-05 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= libktorrent -DISTVERSION= 1.2.1-2 +DISTVERSION= 1.3.0 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION:C,^1,4,:C,-.*,,}/ @@ -25,7 +20,7 @@ USE_GETTEXT= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes -SHLIB_VER= 4.0.1 +SHLIB_VER= 5.0.0 PLIST_SUB+= SHLIB_VER=${SHLIB_VER} \ SHLIB_SHVER=${SHLIB_VER:R:R} Modified: head/net-p2p/libktorrent/distinfo ============================================================================== --- head/net-p2p/libktorrent/distinfo Tue Sep 18 21:21:08 2012 (r304467) +++ head/net-p2p/libktorrent/distinfo Tue Sep 18 21:31:20 2012 (r304468) @@ -1,2 +1,2 @@ -SHA256 (libktorrent-1.2.1-2.tar.bz2) = 8933266c01548566d2438d55439fe67bffc728ef23e902b5dc3b1ea1d65c91ac -SIZE (libktorrent-1.2.1-2.tar.bz2) = 896558 +SHA256 (libktorrent-1.3.0.tar.bz2) = 8ac79a937dfc9f6617dc584d9b3bbe01295333f759dae8dd29db309d56d9f144 +SIZE (libktorrent-1.3.0.tar.bz2) = 884917 Modified: head/net-p2p/libktorrent/pkg-plist ============================================================================== --- head/net-p2p/libktorrent/pkg-plist Tue Sep 18 21:21:08 2012 (r304467) +++ head/net-p2p/libktorrent/pkg-plist Tue Sep 18 21:31:20 2012 (r304468) @@ -7,20 +7,32 @@ include/libktorrent/datachecker/datachec include/libktorrent/datachecker/datacheckerthread.h include/libktorrent/datachecker/multidatachecker.h include/libktorrent/datachecker/singledatachecker.h +include/libktorrent/dht/announcereq.h +include/libktorrent/dht/announcersp.h include/libktorrent/dht/announcetask.h include/libktorrent/dht/database.h include/libktorrent/dht/dht.h include/libktorrent/dht/dhtbase.h include/libktorrent/dht/dhtpeersource.h +include/libktorrent/dht/findnodereq.h +include/libktorrent/dht/findnodersp.h +include/libktorrent/dht/getpeersreq.h +include/libktorrent/dht/getpeersrsp.h include/libktorrent/dht/kbucket.h +include/libktorrent/dht/kbucketentry.h +include/libktorrent/dht/kbuckettable.h include/libktorrent/dht/kclosestnodessearch.h include/libktorrent/dht/key.h include/libktorrent/dht/node.h include/libktorrent/dht/nodelookup.h include/libktorrent/dht/pack.h +include/libktorrent/dht/pingreq.h +include/libktorrent/dht/pingrsp.h include/libktorrent/dht/rpccall.h include/libktorrent/dht/rpcmsg.h +include/libktorrent/dht/rpcmsgfactory.h include/libktorrent/dht/rpcserver.h +include/libktorrent/dht/rpcserverinterface.h include/libktorrent/dht/task.h include/libktorrent/dht/taskmanager.h include/libktorrent/diskio/cache.h @@ -96,6 +108,7 @@ include/libktorrent/peer/authenticate.h include/libktorrent/peer/authenticatebase.h include/libktorrent/peer/authenticationmonitor.h include/libktorrent/peer/chunkcounter.h +include/libktorrent/peer/connectionlimit.h include/libktorrent/peer/packetreader.h include/libktorrent/peer/peer.h include/libktorrent/peer/peerconnector.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209182131.q8ILVLkG066242>