svn commit: r420467 - head/net-p2p/rtorrent

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Aug 19 13:48:24 UTC 2016


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 at 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 at FreeBSD.org
+MAINTAINER=	pipfstarrd at 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>


More information about the svn-ports-all mailing list