svn commit: r338383 - in head/net-p2p: . bitcoin-daemon

Steve Wills swills at FreeBSD.org
Wed Jan 1 17:52:50 UTC 2014


Author: swills
Date: Wed Jan  1 17:52:49 2014
New Revision: 338383
URL: http://svnweb.freebsd.org/changeset/ports/338383

Log:
  Slave port of net-p2p/bitcoin so as to allow bitcoin-qt and bitcoind to easily
  coexist on a system.
  
  PR:		ports/184972
  Submitted by:	"Chad J. Milios" <milios at ccsys.com>

Added:
  head/net-p2p/bitcoin-daemon/
  head/net-p2p/bitcoin-daemon/Makefile   (contents, props changed)
Modified:
  head/net-p2p/Makefile

Modified: head/net-p2p/Makefile
==============================================================================
--- head/net-p2p/Makefile	Wed Jan  1 16:50:03 2014	(r338382)
+++ head/net-p2p/Makefile	Wed Jan  1 17:52:49 2014	(r338383)
@@ -7,6 +7,7 @@
     SUBDIR += amule-devel
     SUBDIR += azureus2
     SUBDIR += bitcoin
+    SUBDIR += bitcoin-daemon
     SUBDIR += bitflu
     SUBDIR += bitmessage
     SUBDIR += bittyrant

Added: head/net-p2p/bitcoin-daemon/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/bitcoin-daemon/Makefile	Wed Jan  1 17:52:49 2014	(r338383)
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+PKGNAMESUFFIX=	-daemon
+COMMENT=	Virtual Peer-to-Peer Currency Client
+MASTERDIR=	${.CURDIR}/../bitcoin
+DESCR=		${MASTERDIR}/pkg-descr
+SLAVE_PORT=	yes
+OPTIONS_EXCLUDE=	GUI QRCODES
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list