[146244] trunk/dports/finance/bitcoin/Portfile

easieste at macports.org easieste at macports.org
Wed Mar 2 05:13:22 PST 2016


Revision: 146244
          https://trac.macports.org/changeset/146244
Author:   easieste at macports.org
Date:     2016-03-02 05:13:21 -0800 (Wed, 02 Mar 2016)
Log Message:
-----------
finance/bicoin: update to bitcoin-0.12.0

N.b. the build of the GUI client is still not working, even though
some lines of the portfile related to building have been changed.

Modified Paths:
--------------
    trunk/dports/finance/bitcoin/Portfile

Modified: trunk/dports/finance/bitcoin/Portfile
===================================================================
--- trunk/dports/finance/bitcoin/Portfile	2016-03-02 02:46:14 UTC (rev 146243)
+++ trunk/dports/finance/bitcoin/Portfile	2016-03-02 13:13:21 UTC (rev 146244)
@@ -5,7 +5,7 @@
 
 name                bitcoin
 categories          finance crypto
-version             0.11.2
+version             0.12.0
 platforms           darwin
 license             MIT
 maintainers         easieste yopmail.com:sami.laine openmaintainer
@@ -19,8 +19,8 @@
 homepage            https://bitcoin.org/
 master_sites        ${homepage}bin/bitcoin-core-${version}/
 
-checksums           rmd160  df541d9ac63bbea19f8d021326293270cea50dfa \
-                    sha256  a4d2bd642e5f7f1f82dc3f708618ac77e1e45353db7a98bf81c3bdc0e10690d3
+checksums           rmd160  aa6a5601ee4e778a2e52cb16b79e5a5e89ca92bb \
+                    sha256  0f1cda66c841a548a07cc37e80b0727354b1236d9f374c7d44362acdb85eb3e1
 
 depends_build       port:pkgconfig \
                     port:autoconf \
@@ -35,24 +35,20 @@
 
 use_parallel_build  no
 
-#patchfiles      \
-#    src-rpcrawtransaction.cpp.diff # for 0.10.1
-
 configure.args      --disable-ccache \
                     --disable-silent-rules
 
-# TODO: Restore GUI: needs to move to qt5, as it doesn't look like qt4 is going to get fixed.
+# TODO: Restore GUI: needs to move to qt5, as it doesn't look like qt4
+# is going to get fixed.
 default_variants     +daemon
 
-variant gui description {NOT WORKING Build with qt4 (Broken in qt4 moc inclusion of boost headers) } {
-    configure.cmd-append    --with-gui=qt4
-    depends_lib-append      port:qt4-mac
-    build.args-add          appbundle
+variant gui description {NOT WORKING Build with qt5} {
+    configure.cmd-append    --with-gui=qt5
+    depends_lib-append      port:qt5
 }
 
 variant daemon description {Build and install only the bitcoind daemon} {
     configure.cmd-append    --with-gui=no
-    build.args-delete       appbundle
 }
 
 destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160302/cfe4cab8/attachment.html>


More information about the macports-changes mailing list