diff options
author | makc <makc@FreeBSD.org> | 2012-07-23 08:16:24 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2012-07-23 08:16:24 +0800 |
commit | 83135f9c819276c38c1cb17737baf6df791576d3 (patch) | |
tree | 79821f29fa17aed47f64858413758aee57705038 /net-p2p/libktorrent | |
parent | a6200e947a86597d58a9b9f1a1822bd758a7c718 (diff) | |
download | freebsd-ports-gnome-83135f9c819276c38c1cb17737baf6df791576d3.tar.gz freebsd-ports-gnome-83135f9c819276c38c1cb17737baf6df791576d3.tar.zst freebsd-ports-gnome-83135f9c819276c38c1cb17737baf6df791576d3.zip |
Update libktorrent to 1.2.1
Update ktorrent to 4.2.1
Diffstat (limited to 'net-p2p/libktorrent')
-rw-r--r-- | net-p2p/libktorrent/Makefile | 7 | ||||
-rw-r--r-- | net-p2p/libktorrent/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
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 |