Modified: trunk/dports/finance/bitcoin/Portfile (108485 => 108486)
--- trunk/dports/finance/bitcoin/Portfile 2013-07-24 10:42:41 UTC (rev 108485)
+++ trunk/dports/finance/bitcoin/Portfile 2013-07-24 12:02:32 UTC (rev 108486)
@@ -5,18 +5,16 @@
name bitcoin
categories finance crypto
version 0.8.3
-revision 0
+revision 1
platforms darwin
license MIT
maintainers yopmail.com:sami.laine easieste openmaintainer
description client user interface for a peer-to-peer digital currency
-long_description Bitcoin is a peer-to-peer digital currency. Peer-to-peer \
- (P2P) means that there is no central authority to issue \
- new money or keep track of transactions. Instead, these \
- tasks are managed collectively by the nodes of then \
- network. \
- This port is for client user interface, if you're looking \
- for daemon, use port `bitcoind´ instead.
+long_description Bitcoin is a peer-to-peer digital currency. By peer-to-peer, \
+ we mean that there is no central authority to issue \
+ new Bitcoins or keep track of transactions. Instead, these \
+ tasks are managed collectively by the Bitcoin protocol \
+ operating through the nodes of the network.
homepage http://www.bitcoin.org/
master_sites sourceforge
distname ${name}-${version}-linux
@@ -57,8 +55,9 @@
eval xinstall -m 444 -W ${worksrcpath} [glob ${worksrcpath}/doc/*] ${docdir}
}
-variant daemon description {Build and install only the bitcoind deamon} {
- set build.cmd "cd src && make -f makefile.osx"
+variant daemon description {Build and install only the bitcoind daemon} {
+ use_configure no
+ build.cmd "cd src && make -f makefile.osx"
depends_lib-delete port:qt4-mac
}