Date: Sun, 3 Feb 2013 20:23:55 +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: r311489 - in head/net-p2p: ktorrent ktorrent/files libktorrent libktorrent/files Message-ID: <201302032023.r13KNtvj028382@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302032023.r13KNtvj028382>