Date: Fri, 19 Aug 2016 13:48:23 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420467 - head/net-p2p/rtorrent Message-ID: <201608191348.u7JDmNNQ034735@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Aug 19 13:48:23 2016 New Revision: 420467 URL: https://svnweb.freebsd.org/changeset/ports/420467 Log: - Pass maintainership to submitter - While here, some cosmetic fixes PR: 211679 Submitted by: pipfstarrd@opmbx.org Modified: head/net-p2p/rtorrent/Makefile Modified: head/net-p2p/rtorrent/Makefile ============================================================================== --- head/net-p2p/rtorrent/Makefile Fri Aug 19 13:48:18 2016 (r420466) +++ head/net-p2p/rtorrent/Makefile Fri Aug 19 13:48:23 2016 (r420467) @@ -6,7 +6,7 @@ PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= http://rtorrent.net/downloads/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pipfstarrd@openmailbox.org COMMENT= BitTorrent Client written in C++ LICENSE= GPLv2 GPLv3 @@ -18,20 +18,20 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ BROKEN_arm= does not configure on arm -OPTIONS_DEFINE= DOCS EXAMPLES IPV6 XMLRPC -OPTIONS_DEFAULT=XMLRPC -XMLRPC_DESC= Compile with xmlrpc-c support - -CONFIGURE_ARGS= --disable-debug +USES= compiler:c++11-lang ncurses pkgconfig GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-debug LDFLAGS+= -pthread -USES= compiler:c++11-lang ncurses pkgconfig 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 @@ -56,11 +56,11 @@ post-patch: .endif post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR}/ + @${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ post-install-EXAMPLES-on: - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/doc/rtorrent.rc ${STAGEDIR}${EXAMPLESDIR}/ .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608191348.u7JDmNNQ034735>