diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2014-07-07 19:33:00 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2014-07-07 19:33:00 +0000 |
commit | 136fdffb5c192b746ca85efa42e403d648b2fd67 (patch) | |
tree | af48c7eecdd13d3a01fe41cdcfca496a6523de79 /net-p2p/rtorrent | |
parent | 0224bdcd41b923b723f402aa52a908566912facb (diff) | |
download | ports-136fdffb5c192b746ca85efa42e403d648b2fd67.tar.gz ports-136fdffb5c192b746ca85efa42e403d648b2fd67.zip |
Notes
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r-- | net-p2p/rtorrent/Makefile | 11 | ||||
-rw-r--r-- | net-p2p/rtorrent/distinfo | 4 |
2 files changed, 6 insertions, 9 deletions
diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index d2958a2a7341..4bd941498b3c 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -1,20 +1,17 @@ # $FreeBSD$ -PORTNAME?= rtorrent -PORTVERSION= 0.9.2 -PORTREVISION= 5 +PORTNAME= rtorrent +PORTVERSION= 0.9.4 CATEGORIES= net-p2p MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= BitTorrent Client written in C++ -BUILD_DEPENDS= libtorrent=0.13.2_3:${PORTSDIR}/net-p2p/libtorrent -RUN_DEPENDS= libtorrent=0.13.2_3:${PORTSDIR}/net-p2p/libtorrent +BUILD_DEPENDS= libtorrent=0.13.4:${PORTSDIR}/net-p2p/libtorrent +RUN_DEPENDS= libtorrent=0.13.4:${PORTSDIR}/net-p2p/libtorrent LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl -CONFLICTS= rtorrent-devel-[0-9]* - GNU_CONFIGURE= yes USES= pkgconfig LDFLAGS+= -pthread diff --git a/net-p2p/rtorrent/distinfo b/net-p2p/rtorrent/distinfo index 90858d117abb..2d03f444ba95 100644 --- a/net-p2p/rtorrent/distinfo +++ b/net-p2p/rtorrent/distinfo @@ -1,2 +1,2 @@ -SHA256 (rtorrent-0.9.2.tar.gz) = 5c8f8c780bee376afce3c1cde2f5ecb928f40bac23b2b8171deed5cf3c888c3d -SIZE (rtorrent-0.9.2.tar.gz) = 591837 +SHA256 (rtorrent-0.9.4.tar.gz) = bc0a2c1ee613b68f37021beaf4e64a9252f91ed06f998c1e897897c354ce7e84 +SIZE (rtorrent-0.9.4.tar.gz) = 601913 |