Ticket #47577: finance-bitcoin-Portfile-0.10.1.diff

File finance-bitcoin-Portfile-0.10.1.diff, 2.2 KB (added by easye, 9 years ago)
  • Portfile

     
    55
    66name                bitcoin
    77categories          finance crypto
    8 version             0.10.0
     8version             0.10.1
    99platforms           darwin
    1010license             MIT
    1111maintainers         easieste yopmail.com:sami.laine openmaintainer
     
    1717                    operating through the nodes of the network.
    1818homepage            http://www.bitcoin.org/
    1919
    20 master_sites        https://github.com/[string repeat "$name/" 2]archive/
    21 distname            v${version}
     20#master_sites       https://github.com/[string repeat "$name/" 2]archive/
     21master_sites        https://bitcoin.org/bin/bitcoin-core-0.10.1/
     22#distname            v${version}
    2223worksrcdir          ${name}-${version}
    23 checksums           rmd160  4f0148a29071f7aff727cc1d617abc4d4932889e \
    24                     sha256  be57f3b0d64a797873189e45851f3b3510832e14ff18b5f563e1ba8911d145ac
     24checksums           rmd160  5aeaaeeff59d77b9f8e1a5a3bba04379d7190c73 \
     25                    sha256  287873f9ba4fd49cd4e4be7eba070d2606878f1690c5be0273164d37cbf3c138
    2526
    2627depends_build       port:pkgconfig \
    2728                    port:autoconf \
     
    3435                    port:miniupnpc \
    3536                    port:protobuf-cpp
    3637
    37 use_autoreconf      yes
    38 autoreconf.cmd      ./autogen.sh
    39 autoreconf.args 
     38#use_autoreconf      yes
     39#autoreconf.cmd      ./autogen.sh
     40#autoreconf.args 
    4041
    4142#configure.args --with-gui=no
    4243#build.args         
     
    5859
    5960destroot {
    6061    xinstall -d ${destroot}${prefix}/bin
    61     if {![variant_isset daemon]} {
    62         set bundle_name Bitcoin-Qt.app
    63         xinstall -m 755 -d ${destroot}${applications_dir}
    64         copy ${worksrcpath}/${bundle_name} ${destroot}${applications_dir}/${bundle_name}
    65     }
     62#    if {![variant_isset daemon]} {
     63#        set bundle_name Bitcoin-Qt.app
     64#        xinstall -m 755 -d ${destroot}${applications_dir}
     65#        copy ${worksrcpath}/${bundle_name} ${destroot}${applications_dir}/${bundle_name}
     66#    }
    6667    xinstall -m 755 -W ${worksrcpath} src/bitcoind ${destroot}${prefix}/bin
    6768    xinstall -m 755 -W ${worksrcpath} src/bitcoin-cli ${destroot}${prefix}/bin
    6869