diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-07-23 00:16:24 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-07-23 00:16:24 +0000 |
commit | d1496d84278482c1155a0d007d14d3d3506bcf83 (patch) | |
tree | 79821f29fa17aed47f64858413758aee57705038 /net-p2p | |
parent | 77d31d6b6986a9430818b1f9bf39fc385fc3afb3 (diff) | |
download | ports-d1496d84278482c1155a0d007d14d3d3506bcf83.tar.gz ports-d1496d84278482c1155a0d007d14d3d3506bcf83.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ktorrent/Makefile | 7 | ||||
-rw-r--r-- | net-p2p/ktorrent/distinfo | 4 | ||||
-rw-r--r-- | net-p2p/libktorrent/Makefile | 7 | ||||
-rw-r--r-- | net-p2p/libktorrent/distinfo | 4 |
4 files changed, 10 insertions, 12 deletions
diff --git a/net-p2p/ktorrent/Makefile b/net-p2p/ktorrent/Makefile index 26a67cf60b33..2c3d11d53a8f 100644 --- a/net-p2p/ktorrent/Makefile +++ b/net-p2p/ktorrent/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ktorrent -DISTVERSION= 4.2.0 -PORTREVISION= 1 +DISTVERSION= 4.2.1 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION}/ @@ -23,11 +22,11 @@ USE_QT4= qmake_build moc_build rcc_build uic_build USE_CMAKE= yes USE_GETTEXT= yes USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes +#MAKE_JOBS_SAFE= yes CONFLICTS_BUILD= ktorrent-2* -SHLIB_VER= 13.0.0 +SHLIB_VER= 13.0.1 PLIST_SUB+= SHLIB_VER=${SHLIB_VER} \ SHLIB_SHVER=${SHLIB_VER:R:R} diff --git a/net-p2p/ktorrent/distinfo b/net-p2p/ktorrent/distinfo index a70ff9850312..afe685288563 100644 --- a/net-p2p/ktorrent/distinfo +++ b/net-p2p/ktorrent/distinfo @@ -1,2 +1,2 @@ -SHA256 (ktorrent-4.2.0.tar.bz2) = f625b1dc116c94d97ce3b56a7a259b07d95f6592b709596319bf16bb06cf6422 -SIZE (ktorrent-4.2.0.tar.bz2) = 3083219 +SHA256 (ktorrent-4.2.1.tar.bz2) = ed8ff3ad627c50ffd44f2b6d8ae8cd46aa0d4359bbd3ec13a715e1bd433cdcac +SIZE (ktorrent-4.2.1.tar.bz2) = 3082436 diff --git a/net-p2p/libktorrent/Makefile b/net-p2p/libktorrent/Makefile index 6fb57daff341..8235ab3e6b8f 100644 --- a/net-p2p/libktorrent/Makefile +++ b/net-p2p/libktorrent/Makefile @@ -6,10 +6,9 @@ # PORTNAME= libktorrent -DISTVERSION= 1.2.0 -PORTREVISION= 1 +DISTVERSION= 1.2.1-2 CATEGORIES= net-p2p kde -MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION:S,^1,4,}/ +MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION:C,^1,4,:C,-.*,,}/ MAINTAINER= makc@FreeBSD.org COMMENT= Torrent library split from KTorrent @@ -26,7 +25,7 @@ USE_GETTEXT= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes -SHLIB_VER= 4.0.0 +SHLIB_VER= 4.0.1 PLIST_SUB+= SHLIB_VER=${SHLIB_VER} \ SHLIB_SHVER=${SHLIB_VER:R:R} diff --git a/net-p2p/libktorrent/distinfo b/net-p2p/libktorrent/distinfo index 5f64a4cec31f..2177a2673cbc 100644 --- a/net-p2p/libktorrent/distinfo +++ b/net-p2p/libktorrent/distinfo @@ -1,2 +1,2 @@ -SHA256 (libktorrent-1.2.0.tar.bz2) = 24801cd43dfb78a5b8f4c468283dc774ad4025f1bf71909d79344414a8ff8298 -SIZE (libktorrent-1.2.0.tar.bz2) = 919037 +SHA256 (libktorrent-1.2.1-2.tar.bz2) = 8933266c01548566d2438d55439fe67bffc728ef23e902b5dc3b1ea1d65c91ac +SIZE (libktorrent-1.2.1-2.tar.bz2) = 896558 |