diff options
author | flz <flz@FreeBSD.org> | 2007-12-12 19:53:58 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2007-12-12 19:53:58 +0800 |
commit | 4f3bb8ab29a79621cb207b28e90cf2acf888433d (patch) | |
tree | 1c817084f95120a1cc7aff26153f6eb05a37ac5e /net-p2p/rtorrent | |
parent | 6694dbb15bef59776fcd22cd507fdb1a8d1dbd7b (diff) | |
download | freebsd-ports-gnome-4f3bb8ab29a79621cb207b28e90cf2acf888433d.tar.gz freebsd-ports-gnome-4f3bb8ab29a79621cb207b28e90cf2acf888433d.tar.zst freebsd-ports-gnome-4f3bb8ab29a79621cb207b28e90cf2acf888433d.zip |
Update net-p2p/rtorrent and net-p2p/rtorrent-devel to 0.7.9.
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r-- | net-p2p/rtorrent/Makefile | 19 | ||||
-rw-r--r-- | net-p2p/rtorrent/distinfo | 6 |
2 files changed, 18 insertions, 7 deletions
diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index 0a80696bbeda..3264b034a670 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= rtorrent -PORTVERSION?= 0.7.7 +PORTVERSION?= 0.7.9 PORTREVISION?= 0 CATEGORIES= net-p2p MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ \ @@ -18,8 +18,8 @@ COMMENT?= BitTorrent Client written in C++ LIB_DEPENDS?= # empty -BUILD_DEPENDS?= libtorrent=0.11.7:${PORTSDIR}/net-p2p/libtorrent -RUN_DEPENDS?= libtorrent=0.11.7:${PORTSDIR}/net-p2p/libtorrent +BUILD_DEPENDS?= libtorrent=0.11.9:${PORTSDIR}/net-p2p/libtorrent +RUN_DEPENDS?= libtorrent=0.11.9:${PORTSDIR}/net-p2p/libtorrent LIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl CONFLICTS?= rtorrent-devel-[0-9]* @@ -36,6 +36,17 @@ SUB_FILES= pkg-message PORTDOCS= README +#OPTIONS= XMLRPC "Compile with xmlrpc-c support" on + +.include <bsd.port.pre.mk> + +#.if !defined(WITHOUT_XMLRPC) +#CONFIGURE_ARGS+= --with-xmlrpc-c +#LIB_DEPENDS+= xmlrpc.7:${PORTSDIR}/net/xmlrpc-c +#.else +#CONFIGURE_ARGS+= --with-xmlrpc-c=no +#.endif + post-patch: @${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/configure @@ -46,4 +57,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/rtorrent.rc ${EXAMPLESDIR}/ @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/net-p2p/rtorrent/distinfo b/net-p2p/rtorrent/distinfo index aeb17290a48e..f410eb9b984e 100644 --- a/net-p2p/rtorrent/distinfo +++ b/net-p2p/rtorrent/distinfo @@ -1,3 +1,3 @@ -MD5 (rtorrent-0.7.7.tar.gz) = 430ac264605fc13be6a5d15180e5c957 -SHA256 (rtorrent-0.7.7.tar.gz) = 4c8e3fdec6c59a59aa3af6481d0b6e8904c8985acb61d5af2bfa07237c481fb3 -SIZE (rtorrent-0.7.7.tar.gz) = 487340 +MD5 (rtorrent-0.7.9.tar.gz) = 136202fdd540a92aafbcee29f849d228 +SHA256 (rtorrent-0.7.9.tar.gz) = f06f72b1fec94177147b1db0aab15be4f62d1b0354811a67ae74e0cd1e50a119 +SIZE (rtorrent-0.7.9.tar.gz) = 489174 |