Index: head/net-p2p/xmrig/Makefile =================================================================== --- head/net-p2p/xmrig/Makefile (revision 463027) +++ head/net-p2p/xmrig/Makefile (revision 463028) @@ -1,31 +1,32 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= xmrig PORTVERSION= 2.4.5 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net-p2p MAINTAINER= ehaupt@FreeBSD.org COMMENT= High performance Monero (XMR) CPU miner LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libmicrohttpd.so:www/libmicrohttpd \ libuv.so:devel/libuv USES= cmake:outsource USE_GITHUB= yes USE_RC_SUBR= ${PORTNAME} SUB_FILES= pkg-message SUB_LIST= PORTNAME=${PORTNAME} USERS=${USERS} USERS= xmrig do-install: ${INSTALL_PROGRAM} ${WRKDIR}/.build/${PORTNAME} ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/src/config.json ${STAGEDIR}${ETCDIR}/config.json.sample .include Index: head/net-p2p/xmrig/files/patch-src_donate.h =================================================================== --- head/net-p2p/xmrig/files/patch-src_donate.h (nonexistent) +++ head/net-p2p/xmrig/files/patch-src_donate.h (revision 463028) @@ -0,0 +1,11 @@ +--- src/donate.h.orig 2018-02-18 21:31:50 UTC ++++ src/donate.h +@@ -37,7 +37,7 @@ + * XMR: 48edfHu7V9Z84YzzMa6fUueoELZ9ZRXq9VetWzYGzKt52XU5xvqgzYnDK9URnRoJMk1j8nLwEVsaSWJ4fhdUyZijBGUicoD + * BTC: 1P7ujsXeX7GxQwHNnJsRMgAdNkFZmNVqJT + */ +-constexpr const int kDonateLevel = 5; ++constexpr const int kDonateLevel = 0; + + + #endif /* __DONATE_H__ */ Property changes on: head/net-p2p/xmrig/files/patch-src_donate.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property