From owner-svn-ports-head@FreeBSD.ORG Sun Feb 3 20:23:56 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 53A8C3FD; Sun, 3 Feb 2013 20:23:56 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 370A6916; Sun, 3 Feb 2013 20:23:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r13KNuq0028386; Sun, 3 Feb 2013 20:23:56 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r13KNtvj028382; Sun, 3 Feb 2013 20:23:55 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201302032023.r13KNtvj028382@svn.freebsd.org> From: Max Brazhnikov Date: Sun, 3 Feb 2013 20:23:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311489 - in head/net-p2p: ktorrent ktorrent/files libktorrent libktorrent/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 20:23:56 -0000 Author: makc Date: Sun Feb 3 20:23:55 2013 New Revision: 311489 URL: http://svnweb.freebsd.org/changeset/ports/311489 Log: Update ktorrent to 4.3.1, libktorrent to 1.3.1 Submitted by: Alonso Schaic via area51 commit Deleted: head/net-p2p/ktorrent/files/patch-ktorrent__core.cpp head/net-p2p/libktorrent/files/ Modified: head/net-p2p/ktorrent/Makefile head/net-p2p/ktorrent/distinfo head/net-p2p/libktorrent/Makefile head/net-p2p/libktorrent/distinfo Modified: head/net-p2p/ktorrent/Makefile ============================================================================== --- head/net-p2p/ktorrent/Makefile Sun Feb 3 20:21:38 2013 (r311488) +++ head/net-p2p/ktorrent/Makefile Sun Feb 3 20:23:55 2013 (r311489) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ktorrent -DISTVERSION= 4.3.0 -PORTREVISION= 1 +DISTVERSION= 4.3.1 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION}/ @@ -23,7 +22,7 @@ MAKE_JOBS_SAFE= yes CONFLICTS_BUILD= ktorrent-2* -SHLIB_VER= 14.0.0 +SHLIB_VER= 15.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 Sun Feb 3 20:21:38 2013 (r311488) +++ head/net-p2p/ktorrent/distinfo Sun Feb 3 20:23:55 2013 (r311489) @@ -1,2 +1,2 @@ -SHA256 (ktorrent-4.3.0.tar.bz2) = 6e3a7d12d351cad0e40b87562556f07ce9ee1378048f99073c6bac7b971483ed -SIZE (ktorrent-4.3.0.tar.bz2) = 2983013 +SHA256 (ktorrent-4.3.1.tar.bz2) = 66094f6833347afb0c49e332f0ec15ec48db652cbe66476840846ffd5ca0e4a1 +SIZE (ktorrent-4.3.1.tar.bz2) = 2943708 Modified: head/net-p2p/libktorrent/Makefile ============================================================================== --- head/net-p2p/libktorrent/Makefile Sun Feb 3 20:21:38 2013 (r311488) +++ head/net-p2p/libktorrent/Makefile Sun Feb 3 20:23:55 2013 (r311489) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= libktorrent -DISTVERSION= 1.3.0 -PORTREVISION= 2 +DISTVERSION= 1.3.1 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION:C,^1,4,:C,-.*,,}/ MAINTAINER= makc@FreeBSD.org COMMENT= Torrent library split from KTorrent -LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ +LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \ + gmp:${PORTSDIR}/math/gmp \ qca:${PORTSDIR}/devel/qca \ boost_thread:${PORTSDIR}/devel/boost-libs @@ -21,7 +21,7 @@ USE_GETTEXT= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes -SHLIB_VER= 5.0.0 +SHLIB_VER= 5.0.1 PLIST_SUB+= SHLIB_VER=${SHLIB_VER} \ SHLIB_SHVER=${SHLIB_VER:R:R} Modified: head/net-p2p/libktorrent/distinfo ============================================================================== --- head/net-p2p/libktorrent/distinfo Sun Feb 3 20:21:38 2013 (r311488) +++ head/net-p2p/libktorrent/distinfo Sun Feb 3 20:23:55 2013 (r311489) @@ -1,2 +1,2 @@ -SHA256 (libktorrent-1.3.0.tar.bz2) = 8ac79a937dfc9f6617dc584d9b3bbe01295333f759dae8dd29db309d56d9f144 -SIZE (libktorrent-1.3.0.tar.bz2) = 884917 +SHA256 (libktorrent-1.3.1.tar.bz2) = 2fe11ccb4bf2028c3da11e52cde890f1b3a90560e548eac89a4f8e1558b09725 +SIZE (libktorrent-1.3.1.tar.bz2) = 863105