Revision: 107412 https://trac.macports.org/changeset/107412 Author: mk@macports.org Date: 2013-06-27 13:13:38 -0700 (Thu, 27 Jun 2013) Log Message: ----------- litecoin: revert to r107388 Revision Links: -------------- https://trac.macports.org/changeset/107388 Modified Paths: -------------- trunk/dports/finance/litecoin/Portfile Modified: trunk/dports/finance/litecoin/Portfile =================================================================== --- trunk/dports/finance/litecoin/Portfile 2013-06-27 19:50:24 UTC (rev 107411) +++ trunk/dports/finance/litecoin/Portfile 2013-06-27 20:13:38 UTC (rev 107412) @@ -12,11 +12,7 @@ categories finance maintainers mk openmaintainer -if {$subport == $name} { - description Litecoin is a P2P Internet currency that enables instant payments to anyone in the world. -} else { - description Litecoin's mining daemon litecoind alone. (Not recommended for installation anymore!) -} +description Litecoin is a P2P Internet currency that enables instant payments to anyone in the world. long_description Litecoin is a peer-to-peer Internet currency that enables instant payments\ to anyone in the world. It is based on the Bitcoin protocol but differs\ from Bitcoin in that it can be efficiently mined with consumer-grade hardware.\ @@ -62,6 +58,8 @@ } subport litecoind { + description Litecoin's mining daemon litecoind alone. (Not recommended for installation anymore!) + depends_lib-delete port:qt4-mac set build.cmd "cd src && make -f makefile.osx DEPSDIR=\"${prefix}\" USE_IPV6=1"