Index: head/net-p2p/rtorrent/Makefile =================================================================== --- head/net-p2p/rtorrent/Makefile (revision 475216) +++ head/net-p2p/rtorrent/Makefile (revision 475217) @@ -1,64 +1,57 @@ # $FreeBSD$ PORTNAME= rtorrent -PORTVERSION= 0.9.6 -PORTREVISION= 3 +PORTVERSION= 0.9.7 CATEGORIES= net-p2p -MASTER_SITES= http://rtorrent.net/downloads/ +MASTER_SITES= https://rtorrent.net/downloads/ -MAINTAINER= pipfstarrd@openmailbox.org +MAINTAINER= ports@FreeBSD.org COMMENT= BitTorrent Client written in C++ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl \ libtorrent.so:net-p2p/libtorrent USES= compiler:c++11-lang ncurses pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug LDFLAGS+= -pthread PLIST_FILES= bin/rtorrent PORTDOCS= README PORTEXAMPLES= rtorrent.rc SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS EXAMPLES IPV6 XMLRPC OPTIONS_DEFAULT=XMLRPC XMLRPC_DESC= Compile with xmlrpc-c support IPV6_CONFIGURE_ENABLE= ipv6 XMLRPC_CONFIGURE_OFF= --with-xmlrpc-c=no XMLRPC_CONFIGURE_ON= --with-xmlrpc-c XMLRPC_LIB_DEPENDS= libxmlrpc.so:net/xmlrpc-c .include - -# Workaround to build on >= 10.x -.if ${OPSYS} == FreeBSD -USE_CXXSTD= c++11 -EXTRA_PATCHES+= ${FILESDIR}/extra-clang -.endif post-patch: @${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/configure .if ${OPSYS} == FreeBSD @${FIND} ${WRKSRC} \( -name '*.h' -o -name '*.cc' \) -type f \ -exec ${REINPLACE_CMD} -e 's/tr1::/std::/g' {} \; \ -exec ${REINPLACE_CMD} -e 's/std::std::/std::/g' {} \; \ -exec ${REINPLACE_CMD} -e '/namespace tr1/d' {} \; \ -exec ${REINPLACE_CMD} -e '/include/s,tr1/,,' {} \; .endif post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/doc/rtorrent.rc ${STAGEDIR}${EXAMPLESDIR}/ .include Index: head/net-p2p/rtorrent/distinfo =================================================================== --- head/net-p2p/rtorrent/distinfo (revision 475216) +++ head/net-p2p/rtorrent/distinfo (revision 475217) @@ -1,2 +1,3 @@ -SHA256 (rtorrent-0.9.6.tar.gz) = 1e69c24f1f26f8f07d58d673480dc392bfc4317818c1115265b08a7813ff5b0e -SIZE (rtorrent-0.9.6.tar.gz) = 610845 +TIMESTAMP = 1529447213 +SHA256 (rtorrent-0.9.7.tar.gz) = 5d9842fe48c9582fbea2c7bf9f51412c1ccbba07d059b257039ad53b863fe8bb +SIZE (rtorrent-0.9.7.tar.gz) = 610149 Index: head/net-p2p/rtorrent/files/patch-src_display_window__file__list.cc =================================================================== --- head/net-p2p/rtorrent/files/patch-src_display_window__file__list.cc (revision 475216) +++ head/net-p2p/rtorrent/files/patch-src_display_window__file__list.cc (nonexistent) @@ -1,10 +0,0 @@ ---- src/display/window_file_list.cc.orig 2014-05-14 14:30:51 UTC -+++ src/display/window_file_list.cc -@@ -36,6 +36,7 @@ - - #include "config.h" - -+#include - #include - #include - #include Property changes on: head/net-p2p/rtorrent/files/patch-src_display_window__file__list.cc ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-p2p/rtorrent/files/patch-src_signal__handler.cc =================================================================== --- head/net-p2p/rtorrent/files/patch-src_signal__handler.cc (revision 475216) +++ head/net-p2p/rtorrent/files/patch-src_signal__handler.cc (nonexistent) @@ -1,10 +0,0 @@ ---- src/signal_handler.cc.orig 2014-05-14 14:30:51 UTC -+++ src/signal_handler.cc -@@ -38,6 +38,7 @@ - - #include - #include -+#include - #include "rak/error_number.h" - #include "signal_handler.h" - Property changes on: head/net-p2p/rtorrent/files/patch-src_signal__handler.cc ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property